summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-151-2/+2
* ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet2022-11-161-14/+12
* ipv6: ensure sane device mtu in tunnelsEric Dumazet2022-10-251-5/+6
* net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian2022-10-031-35/+2
* ipv6: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* ip6_tunnel: Fix the type of functionsHongbin Wang2022-08-131-11/+8
* ip6_tunnel: allow to inherit from VLAN encapsulated IPMatthias May2022-07-131-4/+7
* ip6_tunnel: use dev_sw_netstats_rx_add()Eric Dumazet2022-06-091-6/+1
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-2/+2
* ip6_tunnel: Remove duplicate assignmentsHongbin Wang2022-04-061-2/+0
* ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet2022-02-091-1/+4
* ip6_tunnel: allow routing IPv4 traffic in NBMA modeQing Deng2022-01-251-0/+5
* ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-01-201-4/+4
* ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet2021-12-061-2/+2
* ip: use dev_addr_set() in tunnelsJakub Kicinski2021-10-131-1/+1
* ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-271-10/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-2/+2
|\
| * ip6_tunnel: fix GRE6 segmentationJakub Kicinski2021-06-221-2/+2
* | ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devicesGuillaume Nault2021-06-281-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-0/+10
|\
| * net: ip6_tunnel: Unregister catch-all devicesHristo Venev2021-04-131-0/+10
* | ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet2021-03-311-1/+0
* | ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-03-311-1/+1
* | ip6_tunnel:: Correct function name parse_tvl_tnl_enc_lim() in the kerneldoc c...Xiongfeng Wang2021-03-281-1/+1
|/
* net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld2021-03-011-5/+5
* ip6_tunnel: use ip_tunnel_get_stats64 as ndo_get_stats64 callbackHeiner Kallweit2020-11-091-31/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-061-2/+2
|\
| * ip6_tunnel: set inner ipproto before ip6_tnl_encapAlexander Ovechkin2020-10-301-2/+2
* | net: ipv6: For kerneldoc warnings with W=1Xin Long2020-11-021-8/+7
|/
* gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson2020-08-201-1/+9
* net: ipv6: kerneldoc fixesAndrew Lunn2020-07-131-4/+6
* net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
* ip6_tunnel: add generic MPLS receive supportVadim Fedorenko2020-05-221-0/+59
* ip6_tunnel: add MPLS transmit supportVadim Fedorenko2020-05-221-2/+6
* ip6_tunnel: simplify transmit pathVadim Fedorenko2020-05-221-103/+79
* net: ip6_gre: Distribute switch variables for initializationKees Cook2020-02-201-4/+9
* net, ip6_tunnel: enhance tunnel locate with link checkWilliam Dauchy2020-02-141-21/+47
* net, ip6_tunnel: fix namespaces moveWilliam Dauchy2020-01-221-3/+1
* tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-2/+2
* ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan2019-07-261-4/+2
* ipv6: Use ipv6_authlen for lenyangxingwu2019-07-111-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato2019-04-021-2/+2
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-011-7/+3
* ipv6: tunnels: fix two use-after-freeEric Dumazet2018-12-211-0/+1
* ip6_tunnel: Fix encapsulation layoutStefano Brivio2018-10-181-5/+5
* ip6_tunnel: be careful when accessing the inner headerPaolo Abeni2018-09-191-2/+11
* ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu2018-09-031-1/+9
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-6/+2
|\
| * ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long2018-08-051-6/+2