aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-07ipv6: Set nexthop flags upon carrier changeIdo Schimmel1-0/+2
2018-01-07ipv6: Prepare to handle multiple netdev eventsIdo Schimmel1-2/+2
2018-01-07ipv6: Clear nexthop flags upon netdev upIdo Schimmel1-0/+3
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal1-1/+3
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal1-14/+30
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-11-15ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel1-1/+1
2017-11-11net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski1-0/+11
2017-11-07ipv6: addrconf: fix a lockdep splatEric Dumazet1-5/+7
2017-11-05ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet1-0/+2
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-01ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet1-0/+1
2017-11-01net: display hw address of source machine during ipv6 DAD failureVishwanath Pai1-3/+3
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_home_addr()Eric Dumazet1-3/+3
2017-10-24ipv6: addrconf: do not block BH in /proc/net/if_inet6 handlingEric Dumazet1-8/+8
2017-10-24ipv6: addrconf: do not block BH in ipv6_get_ifaddr()Eric Dumazet1-3/+3
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()Eric Dumazet1-3/+3
2017-10-24ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet1-7/+9
2017-10-24ipv6: addrconf: factorize inet6_addr_hash() callEric Dumazet1-10/+5
2017-10-24ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet1-18/+17
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern1-10/+12
2017-10-20net: ipv6: Make inet6addr_validator a blocking notifierDavid Ahern1-7/+14
2017-10-20ipv6: addrconf: cleanup locking in ipv6_add_addrDavid Ahern1-44/+60
2017-10-11ipv6: addrconf: don't use rtnl mutex in RTM_GETADDRFlorian Westphal1-7/+7
2017-10-11ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONFFlorian Westphal1-10/+14
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-10-08ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()Eric Dumazet1-11/+6
2017-10-08ipv6: __ipv6_dev_get_saddr() rcu conversionEric Dumazet1-3/+1
2017-10-08ipv6: ipv6_chk_prefix() rcu conversionEric Dumazet1-5/+3
2017-10-08ipv6: ipv6_chk_custom_prefix() rcu conversionEric Dumazet1-5/+3
2017-10-08ipv6: ipv6_count_addresses() rcu conversionEric Dumazet1-6/+6
2017-10-08ipv6: prepare RCU lookups for idev->addr_listEric Dumazet1-15/+6
2017-10-07ipv6: fix net.ipv6.conf.all.accept_dad behaviour for realMatteo Croce1-2/+2
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang1-6/+5
2017-10-07ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang1-1/+2
2017-10-07ipv6: hook up exception table to store dst cacheWei Wang1-1/+0
2017-10-07ipv6: prepare fib6_locate() for exception tableWei Wang1-1/+1
2017-10-04rtnetlink: remove __rtnl_af_unregisterFlorian Westphal1-2/+2
2017-09-30net: ipv6: send NS for DAD when link operationally upMike Manning1-6/+6
2017-09-26ipv6: Remove redundant unlikely()Tobias Klauser1-1/+1
2017-09-19ipv6: fix net.ipv6.conf.all interface DAD handlersMatteo Croce1-7/+20
2017-09-19net: ipv6: fix regression of no RTM_DELADDR sent after DAD failureMike Manning1-2/+3
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang1-1/+1
2017-08-21net: ipv6: put host and anycast routes on device with addressDavid Ahern1-42/+0
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-7/+7
2017-08-03ipv6: Regenerate host route according to node pointer upon interface upIdo Schimmel1-2/+2
2017-08-03ipv6: Regenerate host route according to node pointer upon loopback upIdo Schimmel1-1/+1
2017-07-04net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1