aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_tunnels.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-24ipv4: send arp replies to the correct tunnelJiri Benc1-0/+2
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-36/+31
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc1-0/+10
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc1-7/+2
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc1-4/+4
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-4/+20
2015-08-20ip_tunnels: use offsetofendJiri Benc1-3/+1
2015-08-20ip_tunnels: use u8/u16/u32Jiri Benc1-8/+8
2015-08-20ip_tunnels: remove custom alignment and packingJiri Benc1-1/+1
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar1-1/+6
2015-07-23ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf1-0/+2
2015-07-22ip_tunnel: Provide tunnel metadata API for CONFIG_INET=nThomas Graf1-0/+15
2015-07-21fib: Add fib rule match on tunnel idThomas Graf1-0/+11
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf1-1/+6
2015-07-21vxlan: Flow based tunnelingThomas Graf1-0/+14
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-0/+63
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel1-0/+1
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel1-0/+1
2015-01-15openvswitch: Support VXLAN Group Policy extensionThomas Graf1-1/+4
2014-11-12ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert1-0/+16
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-10/+11
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou1-0/+2
2014-09-19net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert1-1/+18
2014-07-30ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov1-0/+1
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-1/+1
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel1-0/+1
2014-01-17ipv4: fix a dst leak in tunnelsEric Dumazet1-1/+0
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-2/+2
2014-01-03ipv4: Use percpu Cache route in IP tunnelsTom Herbert1-2/+6
2014-01-03ipv4: Cache dst in tunnelsTom Herbert1-0/+3
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet1-0/+3
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel1-1/+1
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel1-2/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+0
2013-08-15ipip: add x-netns supportNicolas Dichtel1-1/+1
2013-08-13ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-14/+0
2013-08-07ip_tunnel: embed hash list headstephen hemminger1-2/+2
2013-06-27sit: add support of x-netnsNicolas Dichtel1-0/+1
2013-06-24ip_tunnel: Protect tunnel functions with CONFIG_INET guard.Jesse Gross1-0/+5
2013-06-19ip_tunnel: Add dont fragment flag.Pravin B Shelar1-0/+1
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-0/+1
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-11/+15
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet1-3/+3
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel1-1/+1
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-0/+177