summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-12ipv6: addrconf: don't use rtnl mutex in RTM_GETADDRFlorian Westphal1-7/+7
2017-10-12ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONFFlorian Westphal1-10/+14
2017-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-10-09ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()Eric Dumazet1-11/+6
2017-10-09ipv6: __ipv6_dev_get_saddr() rcu conversionEric Dumazet1-3/+1
2017-10-09ipv6: ipv6_chk_prefix() rcu conversionEric Dumazet1-5/+3
2017-10-09ipv6: ipv6_chk_custom_prefix() rcu conversionEric Dumazet1-5/+3
2017-10-09ipv6: ipv6_count_addresses() rcu conversionEric Dumazet1-6/+6
2017-10-09ipv6: prepare RCU lookups for idev->addr_listEric Dumazet1-15/+6
2017-10-08ipv6: 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-20ipv6: fix net.ipv6.conf.all interface DAD handlersMatteo Croce1-7/+20
2017-09-20net: ipv6: fix regression of no RTM_DELADDR sent after DAD failureMike Manning1-2/+3
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-29ipv6: 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-10rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-7/+7
2017-08-04ipv6: Regenerate host route according to node pointer upon interface upIdo Schimmel1-2/+2
2017-08-04ipv6: 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
2017-07-03ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca1-9/+9
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-06-22ipv6: avoid unregistering inet6_dev for loopbackWANG Cong1-2/+3
2017-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-06-18ipv6: call dst_hold_safe() properlyWei Wang1-2/+2
2017-06-15ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long1-3/+3
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen1-1/+16
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern1-2/+2
2017-05-15ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar1-1/+4
2017-05-09ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong1-0/+1
2017-05-04ipv6: initialize route null entry in addrconf_init()WANG Cong1-0/+2
2017-05-03net: ipv6: Do not duplicate DAD on link upDavid Ahern1-2/+3
2017-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+12
2017-04-25net: ipv6: regenerate host route if moved to gc listDavid Ahern1-2/+12
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-8/+12
2017-04-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-6/+17
2017-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-6/+10
2017-04-126lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz1-1/+5
2017-04-12ipv6: addrconf: fix 48 bit 6lowpan autoconfigurationAlexander Aring1-5/+12
2017-04-12ipv6: Fix idev->addr_list corruptionRabin Vincent1-4/+7
2017-03-29net: ipv6: Add support for RTM_DELNETCONFDavid Ahern1-5/+15
2017-03-29net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern1-11/+22