summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src addressShmulik Ladkani2018-08-071-1/+3
|/
* ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2018-06-011-3/+8
* ip6_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-4/+7
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net/ipv6: Change address check to always take a device argumentDavid Ahern2018-03-161-4/+8
* net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-091-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-4/+8
|\
| * ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-271-4/+8
* | net/ipv6: Pass skb to route lookupDavid Ahern2018-03-041-2/+2
* | net: Convert ip6_tnl_net_opsKirill Tkhai2018-02-271-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-291-4/+2
|\
| * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-251-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-7/+8
|\|
| * ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long2018-01-021-3/+3
| * ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper2018-01-021-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-2/+7
|\|
| * ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long2017-12-191-2/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-091-1/+1
|\|
| * adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov2017-12-071-1/+1