summaryrefslogtreecommitdiffstats
path: root/include/net/ip_tunnels.h
Commit message (Expand)AuthorAgeFilesLines
* geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman2024-06-101-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-111-0/+33
|\
| * geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet2024-04-081-0/+33
* | pfcp: always set pfcp metadataMichal Swiatkowski2024-04-011-0/+3
* | ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-19/+100
* | ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin2024-04-011-5/+20
|/
* ip_tunnel: use exit_batch_rtnl() methodEric Dumazet2024-02-071-1/+2
* vxlan: add support for flowlabel inheritAlce Lafranque2023-11-161-0/+11
* ip_tunnels: use DEV_STATS_INC()Eric Dumazet2023-09-061-8/+7
* ip_tunnels: Add nexthop ID field to ip_tunnel_keyIdo Schimmel2023-07-191-0/+1
* Daniel Borkmann says:Jakub Kicinski2023-04-131-12/+15
|\
| * ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig2023-04-121-13/+15
* | ip_tunnel: Preserve pointer const in ip_tunnel_info_optsGavin Li2023-03-171-5/+6
|/
* net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian2022-10-031-0/+3
* net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian2022-10-031-0/+3
* ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger2022-08-181-1/+3
* ip_tunnels: Add new flow flags field to ip_tunnel_keyPaul Chaignon2022-07-261-0/+1
* ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLANMatthias May2022-07-221-4/+8
* net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet2022-06-091-2/+2
* 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