summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-2/+2
* rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet2024-05-071-1/+1
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
* ip_tunnel: harden copying IP tunnel params to userspaceAlexander Lobakin2024-04-081-0/+2
* ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-25/+29
* ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin2024-04-011-13/+50
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-111-1/+14
|\
| * net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()Eric Dumazet2024-03-081-1/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-7/+21
|\|
| * net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal2024-02-221-7/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-0/+1
|\|
| * net: fill in MODULE_DESCRIPTION()s for ipv4 modulesBreno Leitao2024-02-091-0/+1
* | ip_tunnel: annotate data-races around t->parms.linkEric Dumazet2024-02-141-14/+13
* | net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet2024-02-131-0/+1
* | ip_tunnel: use exit_batch_rtnl() methodEric Dumazet2024-02-071-6/+4
|/
* Daniel Borkmann says:Jakub Kicinski2023-04-131-2/+20
|\
| * ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig2023-04-121-2/+20
* | net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-151-6/+6
|/
* ipv4: tunnels: use DEV_STATS_INC()Eric Dumazet2022-11-161-16/+16
* ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger2022-08-181-3/+4
* ip_tunnel: allow to inherit from VLAN encapsulated IPMatthias May2022-07-131-8/+9
* net: ip_tunnel: use strscpy to replace strlcpyXueBing Chen2022-07-121-2/+2
* net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2022-04-151-4/+5
* ip: use dev_addr_set() in tunnelsJakub Kicinski2021-10-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-1/+1
|\
| * net: Set true network header for ECN decapsulationGilad Naaman2021-07-231-1/+1
* | ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-271-4/+5
|/
* net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu2021-07-091-3/+15
* net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld2021-03-011-3/+2
* net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-011-9/+7
* net: fix pmtu check in nopmtudisc modeFlorian Westphal2021-01-071-6/+5
* ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu2020-10-311-3/+0
* ipv4: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-7/+1
* ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo2020-06-181-6/+8
* net: add a new ndo_tunnel_ioctl methodChristoph Hellwig2020-05-191-1/+15
* net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-03-291-5/+1
* net, ip_tunnel: fix namespaces moveWilliam Dauchy2020-01-211-3/+1
* tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-051-14/+1
* iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire2019-03-061-3/+6
* route: Add multipath_hash in flowi_common to make user-define hashwenxu2019-02-271-3/+3
* ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitwenxu2019-02-241-11/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-271-1/+7
|\
| * ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu2019-01-241-1/+7
* | ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu2019-01-261-2/+3
* | ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu2019-01-261-10/+27
* | ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmitwenxu2019-01-261-5/+15
|/
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-011-9/+0
* ip_tunnel: be careful when accessing the inner headerPaolo Abeni2018-09-241-0/+9
* ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf2018-06-071-2/+2