aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_tunnels.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-03net: increase IP_TUNNEL_RECURSION_LIMIT to 5Chris J Arges1-1/+1
2026-03-12ip_tunnel: adapt iptunnel_xmit_stats() to NETDEV_PCPU_STAT_DSTATSEric Dumazet1-6/+22
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi1-0/+7
2026-01-08ipv4: ip_tunnel: spread netdev_lockdep_set_classes()Eric Dumazet1-1/+12
2025-10-13net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov1-0/+15
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault1-1/+3
2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata1-1/+1
2025-04-14ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl().Kuniyuki Iwashima1-4/+3
2025-02-21net: ip_tunnel: Use link netns in newlink() of rtnl_link_opsXiao Liang1-2/+3
2025-02-20net: Add options as a flexible array to struct ip_tunnel_infoGal Pressman1-2/+3
2025-02-20ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1'Gal Pressman1-1/+1
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-10-29ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()Ido Schimmel1-1/+1
2024-10-13net: tunnel: make skb_vlan_inet_prepare() return drop reasonsMenglong Dong1-5/+8
2024-10-13net: tunnel: add pskb_inet_may_pull_reason() helperMenglong Dong1-2/+8
2024-08-26ip_tunnel: Correct spelling in ip_tunnels.hSimon Horman1-1/+1
2024-06-10geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman1-2/+3
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+33
2024-04-08geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet1-0/+33
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski1-0/+3
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin1-19/+100
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin1-5/+20
2024-02-07ip_tunnel: use exit_batch_rtnl() methodEric Dumazet1-1/+2
2023-11-16vxlan: add support for flowlabel inheritAlce Lafranque1-0/+11
2023-09-06ip_tunnels: use DEV_STATS_INC()Eric Dumazet1-8/+7
2023-07-19ip_tunnels: Add nexthop ID field to ip_tunnel_keyIdo Schimmel1-0/+1
2023-04-13Daniel Borkmann says:Jakub Kicinski1-12/+15
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig1-13/+15
2023-03-17ip_tunnel: Preserve pointer const in ip_tunnel_info_optsGavin Li1-5/+6
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian1-0/+3
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian1-0/+3
2022-08-18ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger1-1/+3
2022-07-26ip_tunnels: Add new flow flags field to ip_tunnel_keyPaul Chaignon1-0/+1
2022-07-22ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLANMatthias May1-4/+8
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet1-2/+2
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye1-1/+1
2022-04-15net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern1-2/+9
2021-12-06sit: add net device refcount tracking to ip_tunnelEric Dumazet1-0/+3
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann1-1/+2
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2020-11-13ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei1-3/+4
2020-11-09net: remove ip_tunnel_get_stats64Heiner Kallweit1-2/+0
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio1-0/+2
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld1-0/+3
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig1-1/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-3/+3
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu1-1/+2
2019-01-26ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu1-1/+1
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn1-0/+20
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+0
2018-12-19iptunnel: make TUNNEL_FLAGS available in uapiwenxu1-19/+0
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio1-0/+1
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren1-2/+6
2018-05-10net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso1-2/+2
2018-04-17vxlan: add ttl inherit supportHangbin Liu1-0/+11
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet1-0/+2
2018-02-27ip_tunnel: Rename & publish init_tunnel_flowPetr Machata1-0/+16
2017-12-15net: erspan: introduce erspan v2 for ip_greWilliam Tu1-1/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet1-1/+2
2017-08-28gre: add collect_md mode to ERSPAN tunnelWilliam Tu1-1/+3
2017-08-22gre: introduce native tunnel support for ERSPANWilliam Tu1-0/+3
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek1-2/+3
2017-02-03ip_tunnels: new IP_TUNNEL_INFO_BRIDGE flag for ip_tunnel_info modeRoopa Prabhu1-0/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-2/+2
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-3/+3
2016-09-17ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov1-0/+2
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai1-0/+19
2016-06-18gre: better support for ICMP messages for gre+ipv6Eric Dumazet1-0/+1
2016-06-15net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville1-0/+1
2016-05-20net: Cleanup encap items in ip_tunnels.hTom Herbert1-18/+58
2016-05-04gre: receive also TEB packets for lwtunnelsJiri Benc1-0/+1
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-1/+1
2016-04-14gre: eliminate holes in ip_tunnelstephen hemminger1-4/+3
2016-04-06ip_tunnel: implement __iptunnel_pull_headerJiri Benc1-2/+9
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross1-0/+16
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann1-0/+7
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann1-1/+3
2016-03-08ip_tunnel, bpf: ip_tunnel_info_opts_{get, set} depends on CONFIG_INETDaniel Borkmann1-0/+11
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann1-0/+15
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc1-1/+2
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni1-0/+3
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni1-7/+2
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-2/+1
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-0/+1
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-13/+15
2015-11-16ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld1-1/+2
2015-09-24ipv4: send arp replies to the correct tunnelJiri Benc1-0/+2
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-36/+31
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc1-0/+10
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc1-7/+2
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc1-4/+4
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-4/+20
2015-08-20ip_tunnels: use offsetofendJiri Benc1-3/+1
2015-08-20ip_tunnels: use u8/u16/u32Jiri Benc1-8/+8
2015-08-20ip_tunnels: remove custom alignment and packingJiri Benc1-1/+1
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar1-1/+6
2015-07-23ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf1-0/+2
2015-07-22ip_tunnel: Provide tunnel metadata API for CONFIG_INET=nThomas Graf1-0/+15
2015-07-21fib: Add fib rule match on tunnel idThomas Graf1-0/+11
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf1-1/+6
2015-07-21vxlan: Flow based tunnelingThomas Graf1-0/+14
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-0/+63
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel1-0/+1
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel1-0/+1
2015-01-15openvswitch: Support VXLAN Group Policy extensionThomas Graf1-1/+4
2014-11-12ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert1-0/+16
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-10/+11
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou1-0/+2
2014-09-19net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert1-1/+18
2014-07-30ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov1-0/+1
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-1/+1
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel1-0/+1
2014-01-17ipv4: fix a dst leak in tunnelsEric Dumazet1-1/+0
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-2/+2
2014-01-03ipv4: Use percpu Cache route in IP tunnelsTom Herbert1-2/+6
2014-01-03ipv4: Cache dst in tunnelsTom Herbert1-0/+3
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet1-0/+3
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel1-1/+1
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel1-2/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+0
2013-08-15ipip: add x-netns supportNicolas Dichtel1-1/+1
2013-08-13ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-14/+0
2013-08-07ip_tunnel: embed hash list headstephen hemminger1-2/+2
2013-06-27sit: add support of x-netnsNicolas Dichtel1-0/+1
2013-06-24ip_tunnel: Protect tunnel functions with CONFIG_INET guard.Jesse Gross1-0/+5
2013-06-19ip_tunnel: Add dont fragment flag.Pravin B Shelar1-0/+1
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-0/+1
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-11/+15
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet1-3/+3
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel1-1/+1
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-0/+177