summary refs log tree commit diff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-10-09ipv6: Fix traffic triggered IPsec connections.Steffen Klassert
2017-10-09netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang
2017-10-08ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()Eric Dumazet
2017-10-08ipv6: __ipv6_dev_get_saddr() rcu conversionEric Dumazet
2017-10-08ipv6: ipv6_chk_prefix() rcu conversionEric Dumazet
2017-10-08ipv6: ipv6_chk_custom_prefix() rcu conversionEric Dumazet
2017-10-08ipv6: ipv6_count_addresses() rcu conversionEric Dumazet
2017-10-08ipv6: prepare RCU lookups for idev->addr_listEric Dumazet
2017-10-08ipv6: fix a BUG in rt6_get_pcpu_route()Eric Dumazet
2017-10-08gso: fix payload length when gso_size is zeroAlexey Kodanev
2017-10-07ipv6: fix net.ipv6.conf.all.accept_dad behaviour for realMatteo Croce
2017-10-07ipv6: take care of rt6_statsWei Wang
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang
2017-10-07ipv6: add key length check into rt6_select()Wei Wang
2017-10-07ipv6: check fn->leaf before it is usedWei Wang
2017-10-07ipv6: update fn_sernum after route is inserted to treeWei Wang
2017-10-07ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang
2017-10-07ipv6: don't release rt->rt6i_pcpu memory during rt6_release()Wei Wang
2017-10-07ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang
2017-10-07ipv6: hook up exception table to store dst cacheWei Wang
2017-10-07ipv6: prepare fib6_locate() for exception tableWei Wang
2017-10-07ipv6: prepare fib6_age() for exception tableWei Wang
2017-10-07ipv6: prepare rt6_clean_tohost() for exception tableWei Wang
2017-10-07ipv6: prepare rt6_mtu_change() for exception tableWei Wang
2017-10-07ipv6: prepare fib6_remove_prefsrc() for exception tableWei Wang
2017-10-07ipv6: introduce a hash table to store dst cacheWei Wang
2017-10-07ipv6: introduce a new function fib6_update_sernum()Wei Wang
2017-10-06net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches
2017-10-05net/ipv6: remove unused err variable on icmpv6_push_pending_framesTim Hansen
2017-10-05net: ipv6: remove unused code in ipv6_find_hdr()Lin Zhang
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-04rtnetlink: remove __rtnl_af_unregisterFlorian Westphal
2017-10-01ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long
2017-10-01ip6_gre: ip6gre_tap device should keep dstXin Long
2017-09-30net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)Maciej Żenczykowski
2017-09-30net: ipv6: send NS for DAD when link operationally upMike Manning
2017-09-26vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2017-09-26ipv6: Remove redundant unlikely()Tobias Klauser
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-20ipv6: Use ipv6_authlen for len in ipv6_skip_exthdrXiang Gao
2017-09-19ipv6: fix net.ipv6.conf.all interface DAD handlersMatteo Croce
2017-09-19net: ipv6: fix regression of no RTM_DELADDR sent after DAD failureMike Manning
2017-09-19ipv6: speedup ipv6 tunnels dismantleEric Dumazet
2017-09-19ipv6: addrlabel: per netns listEric Dumazet
2017-09-18ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long
2017-09-18ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long
2017-09-18udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan
2017-09-12ip6_tunnel: fix ip6 tunnel lookup in collect_md modeHaishuang Yan
2017-09-11ipv6: sr: remove duplicate routing header type checkDavid Lebrun
2017-09-08ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan