summaryrefslogtreecommitdiffstats
path: root/include/net/ip_tunnels.h
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-251-13/+15
* ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld2015-11-161-1/+2
* ipv4: send arp replies to the correct tunnelJiri Benc2015-09-241-0/+2
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-36/+31
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-291-0/+10
* ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-291-7/+2
* ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-201-4/+4
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-201-4/+20
* ip_tunnels: use offsetofendJiri Benc2015-08-201-3/+1
* ip_tunnels: use u8/u16/u32Jiri Benc2015-08-201-8/+8
* ip_tunnels: remove custom alignment and packingJiri Benc2015-08-201-1/+1
* ip_gre: Add support to collect tunnel metadata.Pravin B Shelar2015-08-101-1/+6
* ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf2015-07-231-0/+2
* ip_tunnel: Provide tunnel metadata API for CONFIG_INET=nThomas Graf2015-07-221-0/+15
* fib: Add fib rule match on tunnel idThomas Graf2015-07-211-0/+11
* route: Per route IP tunnel metadata via lightweight tunnelThomas Graf2015-07-211-1/+6
* vxlan: Flow based tunnelingThomas Graf2015-07-211-0/+14
* ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf2015-07-211-0/+63
* ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-021-0/+1
* tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-191-0/+1
* openvswitch: Support VXLAN Group Policy extensionThomas Graf2015-01-151-1/+4
* ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert2014-11-121-0/+16
* openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-061-10/+11
* net: Add Geneve tunneling protocol driverAndy Zhou2014-10-061-0/+2
* net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert2014-09-191-1/+18
* ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov2014-07-301-0/+1
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-1/+1
* sit: fix panic with route cache in ip tunnelsNicolas Dichtel2014-02-201-0/+1
* ipv4: fix a dst leak in tunnelsEric Dumazet2014-01-171-1/+0
* net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-041-2/+2
* ipv4: Use percpu Cache route in IP tunnelsTom Herbert2014-01-031-2/+6
* ipv4: Cache dst in tunnelsTom Herbert2014-01-031-0/+3
* ipv4: generalize gre_handle_offloadsEric Dumazet2013-10-191-0/+3
* tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2013-09-041-1/+1
* iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel2013-09-041-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-14/+0
|\
| * ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar2013-08-131-14/+0
* | ipip: add x-netns supportNicolas Dichtel2013-08-151-1/+1
* | ip_tunnel: embed hash list headstephen hemminger2013-08-071-2/+2
|/
* sit: add support of x-netnsNicolas Dichtel2013-06-271-0/+1
* ip_tunnel: Protect tunnel functions with CONFIG_INET guard.Jesse Gross2013-06-241-0/+5
* ip_tunnel: Add dont fragment flag.Pravin B Shelar2013-06-191-0/+1
* ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar2013-06-191-0/+1
* ip_tunnels: extend iptunnel_xmit()Pravin B Shelar2013-06-191-11/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-3/+3
|\
| * ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet2013-06-131-3/+3
* | iptunnel: specify protocol outside IP headerNicolas Dichtel2013-05-311-1/+1
|/
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-0/+177
OpenPOWER on IntegriCloud