summaryrefslogtreecommitdiffstats
path: root/include/net/ip_tunnels.h
Commit message (Expand)AuthorAgeFilesLines
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-04-251-1/+1
* net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2022-04-151-2/+9
* sit: add net device refcount tracking to ip_tunnelEric Dumazet2021-12-061-0/+3
* ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-271-1/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-3/+4
|\
| * ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei2020-11-131-3/+4
* | net: remove ip_tunnel_get_stats64Heiner Kallweit2020-11-091-2/+0
|/
* tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio2020-08-041-0/+2
* net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld2020-06-301-0/+3
* net: add a new ndo_tunnel_ioctl methodChristoph Hellwig2020-05-191-1/+2
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-3/+3
* route: Add multipath_hash in flowi_common to make user-define hashwenxu2019-02-271-1/+2
* ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu2019-01-261-1/+1
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-011-0/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-19/+0
|\
| * iptunnel: make TUNNEL_FLAGS available in uapiwenxu2018-12-191-19/+0
* | udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-081-0/+1
|/
* net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-291-2/+6
* net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso2018-05-101-2/+2
* vxlan: add ttl inherit supportHangbin Liu2018-04-171-0/+11
* net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-091-0/+2
* ip_tunnel: Rename & publish init_tunnel_flowPetr Machata2018-02-271-0/+16
* net: erspan: introduce erspan v2 for ip_greWilliam Tu2017-12-151-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ipv4: speedup ipv6 tunnels dismantleEric Dumazet2017-09-191-1/+2
|/
* gre: add collect_md mode to ERSPAN tunnelWilliam Tu2017-08-281-1/+3
* gre: introduce native tunnel support for ERSPANWilliam Tu2017-08-221-0/+3
* ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-211-2/+3
* 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