summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ip6_gre: add ip6 gre and gretap collect_md modeWilliam Tu2017-12-041-1/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-47/+42
|\
| * ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlersXin Long2017-11-131-28/+14
| * ip6_tunnel: process toobig in a better wayXin Long2017-11-131-4/+3
| * ip6_tunnel: add the process for redirect in ip6_tnl_errXin Long2017-11-131-5/+10
| * ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani2017-10-251-2/+4
| * ipv6: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-2/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-231-0/+3
| |\ \
| * | | ipv6: speedup ipv6 tunnels dismantleEric Dumazet2017-09-191-9/+11
* | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-4/+4
| |_|/ |/| |
* | | ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long2017-10-011-2/+3
| |/ |/|
* | ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long2017-09-181-0/+3
|/