summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel2018-06-011-4/+4
* ip_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-5/+26
|\
| * ip_tunnel: Resolve ipsec merge conflict properly.David S. Miller2018-03-291-6/+6
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-291-1/+6
| |\
| | * ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio2018-03-191-1/+7
| * | ip_tunnel: Emit events for post-register MTU changesPetr Machata2018-03-231-5/+21
| |/
* | net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-091-8/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-10/+3
|\|
| * ip_tunnel: Do not use mark in skb by defaultThomas Winter2018-02-261-10/+3
* | ip_tunnel: Rename & publish init_tunnel_flowPetr Machata2018-02-271-28/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-291-2/+1
|\
| * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-251-2/+1
* | ip_tunnel: Use mark in skb by defaultThomas Winter2018-01-241-3/+10
|/
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-131-2/+2