aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip_tunnels.h
AgeCommit message (Expand)Author
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou
2014-09-19net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert
2014-07-30ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel
2014-01-17ipv4: fix a dst leak in tunnelsEric Dumazet
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2014-01-03ipv4: Use percpu Cache route in IP tunnelsTom Herbert
2014-01-03ipv4: Cache dst in tunnelsTom Herbert
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-15ipip: add x-netns supportNicolas Dichtel
2013-08-13ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar
2013-08-07ip_tunnel: embed hash list headstephen hemminger
2013-06-27sit: add support of x-netnsNicolas Dichtel
2013-06-24ip_tunnel: Protect tunnel functions with CONFIG_INET guard.Jesse Gross
2013-06-19ip_tunnel: Add dont fragment flag.Pravin B Shelar
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar