summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: take care of rt6_statsWei Wang2017-10-072-20/+38
* ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang2017-10-073-221/+316
* ipv6: add key length check into rt6_select()Wei Wang2017-10-071-0/+14
* ipv6: check fn->leaf before it is usedWei Wang2017-10-072-13/+30
* ipv6: update fn_sernum after route is inserted to treeWei Wang2017-10-071-18/+21
* ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang2017-10-072-20/+54
* ipv6: don't release rt->rt6i_pcpu memory during rt6_release()Wei Wang2017-10-071-3/+0
* ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang2017-10-071-29/+29
* ipv6: hook up exception table to store dst cacheWei Wang2017-10-073-132/+72
* ipv6: prepare fib6_locate() for exception tableWei Wang2017-10-073-10/+27
* ipv6: prepare fib6_age() for exception tableWei Wang2017-10-072-17/+69
* ipv6: prepare rt6_clean_tohost() for exception tableWei Wang2017-10-071-1/+47
* ipv6: prepare rt6_mtu_change() for exception tableWei Wang2017-10-071-0/+40
* ipv6: prepare fib6_remove_prefsrc() for exception tableWei Wang2017-10-071-0/+29
* ipv6: introduce a hash table to store dst cacheWei Wang2017-10-071-0/+341
* ipv6: introduce a new function fib6_update_sernum()Wei Wang2017-10-071-0/+14
* net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches2017-10-062-28/+20
* net/ipv6: remove unused err variable on icmpv6_push_pending_framesTim Hansen2017-10-051-2/+1
* net: ipv6: remove unused code in ipv6_find_hdr()Lin Zhang2017-10-051-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-053-3/+6
|\
| * ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long2017-10-011-2/+3
| * ip6_gre: ip6gre_tap device should keep dstXin Long2017-10-011-0/+1
| * vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-09-261-1/+2
* | rtnetlink: remove __rtnl_af_unregisterFlorian Westphal2017-10-041-2/+2
* | net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)Maciej Żenczykowski2017-09-301-0/+12
* | net: ipv6: send NS for DAD when link operationally upMike Manning2017-09-301-6/+6
* | ipv6: Remove redundant unlikely()Tobias Klauser2017-09-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-234-19/+38
|\ \ | |/
| * ipv6: fix net.ipv6.conf.all interface DAD handlersMatteo Croce2017-09-191-7/+20
| * net: ipv6: fix regression of no RTM_DELADDR sent after DAD failureMike Manning2017-09-191-2/+3
| * ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long2017-09-181-0/+3
| * ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2017-09-181-10/+11
| * udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-09-181-0/+1
* | ipv6: Use ipv6_authlen for len in ipv6_skip_exthdrXiang Gao2017-09-201-1/+1
* | ipv6: speedup ipv6 tunnels dismantleEric Dumazet2017-09-194-24/+36
* | ipv6: addrlabel: per netns listEric Dumazet2017-09-191-51/+30
|/
* ip6_tunnel: fix ip6 tunnel lookup in collect_md modeHaishuang Yan2017-09-121-1/+1
* ipv6: sr: remove duplicate routing header type checkDavid Lebrun2017-09-111-4/+0
* ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan2017-09-081-0/+1
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-081-1/+1
* tcp: fix a request socket leakEric Dumazet2017-09-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-09-081-0/+1
|\
| * netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2017-09-081-0/+1
* | ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-09-081-6/+19
* | ip6_gre: update mtu properly in ip6gre_errXin Long2017-09-071-1/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0642-534/+1621
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-052-18/+6
| |\
| | * Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-032-18/+6
| * | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-9/+3
| * | net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-043-6/+6
OpenPOWER on IntegriCloud