aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27ipv6: addrconf: Use normal debugging styleJoe Perches
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-16net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flagsDavid Ahern
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern
2018-03-01ipv6: allow userspace to add IFA_F_OPTIMISTIC addressesSabrina Dubroca
2018-02-19net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops ...Kirill Tkhai
2018-02-13net: Convert addrconf_opsKirill Tkhai
2018-01-29ipv6: addrconf: break critical section in addrconf_verify_rtnl()Eric Dumazet
2018-01-29net: ipv6: send unsolicited NA after DADDavid Ahern
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-07ipv6: Set nexthop flags upon carrier changeIdo Schimmel
2018-01-07ipv6: Prepare to handle multiple netdev eventsIdo Schimmel
2018-01-07ipv6: Clear nexthop flags upon netdev upIdo Schimmel
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-15ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel
2017-11-11net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski
2017-11-07ipv6: addrconf: fix a lockdep splatEric Dumazet
2017-11-05ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-01ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet
2017-11-01net: display hw address of source machine during ipv6 DAD failureVishwanath Pai
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_home_addr()Eric Dumazet
2017-10-24ipv6: addrconf: do not block BH in /proc/net/if_inet6 handlingEric Dumazet
2017-10-24ipv6: addrconf: do not block BH in ipv6_get_ifaddr()Eric Dumazet
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()Eric Dumazet
2017-10-24ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet
2017-10-24ipv6: addrconf: factorize inet6_addr_hash() callEric Dumazet
2017-10-24ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern
2017-10-20net: ipv6: Make inet6addr_validator a blocking notifierDavid Ahern
2017-10-20ipv6: addrconf: cleanup locking in ipv6_add_addrDavid Ahern
2017-10-11ipv6: addrconf: don't use rtnl mutex in RTM_GETADDRFlorian Westphal
2017-10-11ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONFFlorian Westphal
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-07ipv6: fix net.ipv6.conf.all.accept_dad behaviour for realMatteo Croce
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang
2017-10-07ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei 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-04rtnetlink: remove __rtnl_af_unregisterFlorian Westphal
2017-09-30net: ipv6: send NS for DAD when link operationally upMike Manning