summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-2/+0
* ipv6: addrconf: Use normal debugging styleJoe Perches2018-03-271-20/+8
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flagsDavid Ahern2018-03-161-0/+15
* net/ipv6: Change address check to always take a device argumentDavid Ahern2018-03-161-3/+8
* ipv6: allow userspace to add IFA_F_OPTIMISTIC addressesSabrina Dubroca2018-03-011-1/+34
* net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops ...Kirill Tkhai2018-02-191-0/+1
* net: Convert addrconf_opsKirill Tkhai2018-02-131-0/+1
* ipv6: addrconf: break critical section in addrconf_verify_rtnl()Eric Dumazet2018-01-291-0/+2
* net: ipv6: send unsolicited NA after DADDavid Ahern2018-01-291-4/+26
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
* ipv6: Set nexthop flags upon carrier changeIdo Schimmel2018-01-071-0/+2
* ipv6: Prepare to handle multiple netdev eventsIdo Schimmel2018-01-071-2/+2
* ipv6: Clear nexthop flags upon netdev upIdo Schimmel2018-01-071-0/+3
* rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal2017-12-041-1/+3
* rtnetlink: remove __rtnl_registerFlorian Westphal2017-12-041-14/+30
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-5/+4
* ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel2017-11-151-1/+1
* net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski2017-11-111-0/+11
* ipv6: addrconf: fix a lockdep splatEric Dumazet2017-11-071-5/+7
* ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet2017-11-051-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-0/+1
|\
| * ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet2017-11-011-0/+1
* | net: display hw address of source machine during ipv6 DAD failureVishwanath Pai2017-11-011-3/+3
* | ipv6: addrconf: do not block BH in ipv6_chk_home_addr()Eric Dumazet2017-10-241-3/+3
* | ipv6: addrconf: do not block BH in /proc/net/if_inet6 handlingEric Dumazet2017-10-241-8/+8
* | ipv6: addrconf: do not block BH in ipv6_get_ifaddr()Eric Dumazet2017-10-241-3/+3
* | ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()Eric Dumazet2017-10-241-3/+3
* | ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet2017-10-241-7/+9
* | ipv6: addrconf: factorize inet6_addr_hash() callEric Dumazet2017-10-241-10/+5
* | ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet2017-10-241-18/+17
* | net: Add extack to validator_info structs used for address notifierDavid Ahern2017-10-201-10/+12
* | net: ipv6: Make inet6addr_validator a blocking notifierDavid Ahern2017-10-201-7/+14
* | ipv6: addrconf: cleanup locking in ipv6_add_addrDavid Ahern2017-10-201-44/+60
* | ipv6: addrconf: don't use rtnl mutex in RTM_GETADDRFlorian Westphal2017-10-111-7/+7
* | ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONFFlorian Westphal2017-10-111-10/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-091-2/+2
|\|
| * ipv6: fix net.ipv6.conf.all.accept_dad behaviour for realMatteo Croce2017-10-071-2/+2
* | ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()Eric Dumazet2017-10-081-11/+6
* | ipv6: __ipv6_dev_get_saddr() rcu conversionEric Dumazet2017-10-081-3/+1
* | ipv6: ipv6_chk_prefix() rcu conversionEric Dumazet2017-10-081-5/+3
* | ipv6: ipv6_chk_custom_prefix() rcu conversionEric Dumazet2017-10-081-5/+3
* | ipv6: ipv6_count_addresses() rcu conversionEric Dumazet2017-10-081-6/+6
* | ipv6: prepare RCU lookups for idev->addr_listEric Dumazet2017-10-081-15/+6
* | ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang2017-10-071-6/+5
* | ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang2017-10-071-1/+2
* | ipv6: hook up exception table to store dst cacheWei Wang2017-10-071-1/+0
* | ipv6: prepare fib6_locate() for exception tableWei Wang2017-10-071-1/+1
* | rtnetlink: remove __rtnl_af_unregisterFlorian Westphal2017-10-041-2/+2
* | net: ipv6: send NS for DAD when link operationally upMike Manning2017-09-301-6/+6