summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* ip6_tunnel: fix ip6 tunnel lookup in collect_md modeHaishuang Yan2017-09-121-1/+1
* ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan2017-09-081-0/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan2017-06-181-2/+2
* ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan2017-06-161-0/+2
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-4/+4
* ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie2017-06-041-0/+3
* ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-05-261-8/+13
* ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek2017-05-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-16/+18
|\
| * ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-04-261-16/+18
* | ip6_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-211-1/+14
|/
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-02-011-1/+1
* ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-01-241-12/+22
* ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2017-01-241-0/+2
* ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki2017-01-161-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-1/+0
|\