summaryrefslogtreecommitdiffstats
path: root/include/net/ip_tunnels.h
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnels: new IP_TUNNEL_INFO_BRIDGE flag for ip_tunnel_info modeRoopa Prabhu2017-02-031-0/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-2/+2
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-3/+3
* ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov2016-09-171-0/+2
* net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai2016-09-101-0/+19
* gre: better support for ICMP messages for gre+ipv6Eric Dumazet2016-06-181-0/+1
* net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville2016-06-151-0/+1
* net: Cleanup encap items in ip_tunnels.hTom Herbert2016-05-201-18/+58
* gre: receive also TEB packets for lwtunnelsJiri Benc2016-05-041-0/+1
* ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-161-1/+1
* gre: eliminate holes in ip_tunnelstephen hemminger2016-04-141-4/+3
* ip_tunnel: implement __iptunnel_pull_headerJiri Benc2016-04-061-2/+9
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-03-201-0/+16
* ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann2016-03-181-0/+7
* ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann2016-03-111-1/+3
* ip_tunnel, bpf: ip_tunnel_info_opts_{get, set} depends on CONFIG_INETDaniel Borkmann2016-03-081-0/+11
* bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann2016-03-081-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-0/+1
|\
| * vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-02-101-0/+1
* | iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-181-1/+2
* | net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-161-0/+3
* | ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-161-7/+2
* | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-2/+1
|/
* 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