summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-222/+305
|\
| * net: ipv6: Generate random IID for addresses on RAWIP devicesSubash Abhinov Kasiviswanathan2018-06-051-1/+3
| * net/ipv6: Add support for specifying metric of connected routesDavid Ahern2018-05-291-18/+75
| * net/ipv6: Pass ifa6_config struct to inet6_addr_modifyDavid Ahern2018-05-291-21/+23
| * net/ipv6: Pass ifa6_config struct to inet6_addr_addDavid Ahern2018-05-291-55/+57
| * net/ipv6: Convert ipv6_add_addr to struct ifa6_configDavid Ahern2018-05-291-59/+75
| * ipv6: addrconf: don't evaluate keep_addr_on_down twiceIvan Vecera2018-04-251-13/+10
| * net/ipv6: Fix gfp_flags arg to addrconf_prefix_routeDavid Ahern2018-04-191-2/+2
| * net/ipv6: Remove aca_idevDavid Ahern2018-04-191-1/+2
| * net/ipv6: Rename addrconf_dst_allocDavid Ahern2018-04-191-14/+14
| * net/ipv6: Rename fib6_info struct elementsDavid Ahern2018-04-191-12/+12
| * net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-171-10/+10
| * net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-171-10/+8
| * net/ipv6: Add gfp_flags to route add functionsDavid Ahern2018-04-171-16/+23
| * net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2018-04-171-2/+2
| * net/ipv6: move expires into rt6_infoDavid Ahern2018-04-171-3/+3
| * net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-171-1/+1
| * net/ipv6: Save route type in rt6_infoDavid Ahern2018-04-171-0/+2
| * net/ipv6: Pass net namespace to route functionsDavid Ahern2018-04-171-15/+18
| * ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi2018-04-171-8/+5
| * ipv6: remove unnecessary check in addrconf_prefix_rcv_add_addr()Lorenzo Bianconi2018-04-161-2/+1
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-14/+2
|/
* 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