aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel.c
AgeCommit message (Expand)Author
2024-02-22net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv4 modulesBreno Leitao
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig
2023-03-15net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet
2022-11-16ipv4: tunnels: use DEV_STATS_INC()Eric Dumazet
2022-08-18ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger
2022-07-13ip_tunnel: allow to inherit from VLAN encapsulated IPMatthias May
2022-07-12net: ip_tunnel: use strscpy to replace strlcpyXueBing Chen
2022-04-15net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann
2021-07-23net: Set true network header for ECN decapsulationGilad Naaman
2021-07-09net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2021-02-01net: ip_tunnel: fix mtu calculationVadim Fedorenko
2021-01-07net: fix pmtu check in nopmtudisc modeFlorian Westphal
2020-10-31ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu
2020-10-06ipv4: use dev_sw_netstats_rx_add()Fabian Frederick
2020-06-18ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig
2020-03-29net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy
2020-01-21net, ip_tunnel: fix namespaces moveWilliam Dauchy
2019-12-24tunnel: do not confirm neighbor when do pmtu updateHangbin Liu
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner
2019-03-06iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu
2019-02-24ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitwenxu
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-26ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu
2019-01-26ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu
2019-01-26ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmitwenxu
2019-01-24ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-06-07ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel
2018-04-05ip_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-29ip_tunnel: Resolve ipsec merge conflict properly.David S. Miller
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-23ip_tunnel: Emit events for post-register MTU changesPetr Machata
2018-03-19ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-27ip_tunnel: Rename & publish init_tunnel_flowPetr Machata
2018-02-26ip_tunnel: Do not use mark in skb by defaultThomas Winter
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel