summaryrefslogtreecommitdiffstats
path: root/include/net/ip_tunnels.h
AgeCommit message (Expand)AuthorLines
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-10-29ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()Ido Schimmel-1/+1
2024-10-13net: tunnel: make skb_vlan_inet_prepare() return drop reasonsMenglong Dong-5/+8
2024-10-13net: tunnel: add pskb_inet_may_pull_reason() helperMenglong Dong-2/+8
2024-08-26ip_tunnel: Correct spelling in ip_tunnels.hSimon Horman-1/+1
2024-06-10geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman-2/+3
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+33
2024-04-08geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet-0/+33
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski-0/+3
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin-19/+100
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin-5/+20
2024-02-07ip_tunnel: use exit_batch_rtnl() methodEric Dumazet-1/+2
2023-11-16vxlan: add support for flowlabel inheritAlce Lafranque-0/+11
2023-09-06ip_tunnels: use DEV_STATS_INC()Eric Dumazet-8/+7
2023-07-19ip_tunnels: Add nexthop ID field to ip_tunnel_keyIdo Schimmel-0/+1
2023-04-13Daniel Borkmann says:Jakub Kicinski-12/+15
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig-13/+15
2023-03-17ip_tunnel: Preserve pointer const in ip_tunnel_info_optsGavin Li-5/+6
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian-0/+3
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian-0/+3
2022-08-18ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger-1/+3
2022-07-26ip_tunnels: Add new flow flags field to ip_tunnel_keyPaul Chaignon-0/+1
2022-07-22ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLANMatthias May-4/+8
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet-2/+2
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye-1/+1
2022-04-15net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern-2/+9
2021-12-06sit: add net device refcount tracking to ip_tunnelEric Dumazet-0/+3
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann-1/+2
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+4
2020-11-13ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei-3/+4
2020-11-09net: remove ip_tunnel_get_stats64Heiner Kallweit-2/+0
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio-0/+2
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld-0/+3
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig-1/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-3/+3
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu-1/+2
2019-01-26ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu-1/+1
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn-0/+20
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-19/+0
2018-12-19iptunnel: make TUNNEL_FLAGS available in uapiwenxu-19/+0
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio-0/+1
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren-2/+6
2018-05-10net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso-2/+2
2018-04-17vxlan: add ttl inherit supportHangbin Liu-0/+11
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet-0/+2
2018-02-27ip_tunnel: Rename & publish init_tunnel_flowPetr Machata-0/+16
2017-12-15net: erspan: introduce erspan v2 for ip_greWilliam Tu-1/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet-1/+2