aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29net/ipv6: Add support for specifying metric of connected routesDavid Ahern1-18/+75
2018-05-29net/ipv6: Pass ifa6_config struct to inet6_addr_modifyDavid Ahern1-21/+23
2018-05-29net/ipv6: Pass ifa6_config struct to inet6_addr_addDavid Ahern1-55/+57
2018-05-29net/ipv6: Convert ipv6_add_addr to struct ifa6_configDavid Ahern1-59/+75
2018-04-25ipv6: addrconf: don't evaluate keep_addr_on_down twiceIvan Vecera1-13/+10
2018-04-19net/ipv6: Fix gfp_flags arg to addrconf_prefix_routeDavid Ahern1-2/+2
2018-04-19net/ipv6: Remove aca_idevDavid Ahern1-1/+2
2018-04-19net/ipv6: Rename addrconf_dst_allocDavid Ahern1-14/+14
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern1-12/+12
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern1-10/+10
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern1-10/+8
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern1-16/+23
2018-04-17net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern1-2/+2
2018-04-17net/ipv6: move expires into rt6_infoDavid Ahern1-3/+3
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern1-1/+1
2018-04-17net/ipv6: Save route type in rt6_infoDavid Ahern1-0/+2
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern1-15/+18
2018-04-17ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi1-8/+5
2018-04-16ipv6: remove unnecessary check in addrconf_prefix_rcv_add_addr()Lorenzo Bianconi1-2/+1
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-2/+0
2018-03-27ipv6: addrconf: Use normal debugging styleJoe Perches1-20/+8
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-16net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flagsDavid Ahern1-0/+15
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern1-3/+8
2018-03-01ipv6: allow userspace to add IFA_F_OPTIMISTIC addressesSabrina Dubroca1-1/+34
2018-02-19net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops and ip6_route_net_late_opsKirill Tkhai1-0/+1
2018-02-13net: Convert addrconf_opsKirill Tkhai1-0/+1
2018-01-29ipv6: addrconf: break critical section in addrconf_verify_rtnl()Eric Dumazet1-0/+2
2018-01-29net: ipv6: send unsolicited NA after DADDavid Ahern1-4/+26
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
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