Age | Commit message (Expand) | Author | Files | Lines |
2018-02-13 | net: Convert addrconf_ops | Kirill Tkhai | 1 | -0/+1 |
2018-01-29 | ipv6: addrconf: break critical section in addrconf_verify_rtnl() | Eric Dumazet | 1 | -0/+2 |
2018-01-29 | net: ipv6: send unsolicited NA after DAD | David Ahern | 1 | -4/+26 |
2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -1/+0 |
2018-01-07 | ipv6: Set nexthop flags upon carrier change | Ido Schimmel | 1 | -0/+2 |
2018-01-07 | ipv6: Prepare to handle multiple netdev events | Ido Schimmel | 1 | -2/+2 |
2018-01-07 | ipv6: Clear nexthop flags upon netdev up | Ido Schimmel | 1 | -0/+3 |
2017-12-04 | rtnetlink: ipv6: convert remaining users to rtnl_register_module | Florian Westphal | 1 | -1/+3 |
2017-12-04 | rtnetlink: remove __rtnl_register | Florian Westphal | 1 | -14/+30 |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -5/+4 |
2017-11-15 | ipv6: set all.accept_dad to 0 by default | Nicolas Dichtel | 1 | -1/+1 |
2017-11-11 | net: ipv6: sysctl to specify IPv6 ND traffic class | Maciej Żenczykowski | 1 | -0/+11 |
2017-11-07 | ipv6: addrconf: fix a lockdep splat | Eric Dumazet | 1 | -5/+7 |
2017-11-05 | ipv6: remove IN6_ADDR_HSIZE from addrconf.h | Eric Dumazet | 1 | -0/+2 |
2017-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-01 | ipv6: addrconf: increment ifp refcount before ipv6_del_addr() | Eric Dumazet | 1 | -0/+1 |
2017-11-01 | net: display hw address of source machine during ipv6 DAD failure | Vishwanath Pai | 1 | -3/+3 |
2017-10-24 | ipv6: addrconf: do not block BH in ipv6_chk_home_addr() | Eric Dumazet | 1 | -3/+3 |
2017-10-24 | ipv6: addrconf: do not block BH in /proc/net/if_inet6 handling | Eric Dumazet | 1 | -8/+8 |
2017-10-24 | ipv6: addrconf: do not block BH in ipv6_get_ifaddr() | Eric Dumazet | 1 | -3/+3 |
2017-10-24 | ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags() | Eric Dumazet | 1 | -3/+3 |
2017-10-24 | ipv6: addrconf: add per netns perturbation in inet6_addr_hash() | Eric Dumazet | 1 | -7/+9 |
2017-10-24 | ipv6: addrconf: factorize inet6_addr_hash() call | Eric Dumazet | 1 | -10/+5 |
2017-10-24 | ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declaration | Eric Dumazet | 1 | -18/+17 |
2017-10-20 | net: Add extack to validator_info structs used for address notifier | David Ahern | 1 | -10/+12 |
2017-10-20 | net: ipv6: Make inet6addr_validator a blocking notifier | David Ahern | 1 | -7/+14 |
2017-10-20 | ipv6: addrconf: cleanup locking in ipv6_add_addr | David Ahern | 1 | -44/+60 |
2017-10-11 | ipv6: addrconf: don't use rtnl mutex in RTM_GETADDR | Florian Westphal | 1 | -7/+7 |
2017-10-11 | ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONF | Florian Westphal | 1 | -10/+14 |
2017-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2017-10-08 | ipv6: avoid cache line dirtying in ipv6_dev_get_saddr() | Eric Dumazet | 1 | -11/+6 |
2017-10-08 | ipv6: __ipv6_dev_get_saddr() rcu conversion | Eric Dumazet | 1 | -3/+1 |
2017-10-08 | ipv6: ipv6_chk_prefix() rcu conversion | Eric Dumazet | 1 | -5/+3 |
2017-10-08 | ipv6: ipv6_chk_custom_prefix() rcu conversion | Eric Dumazet | 1 | -5/+3 |
2017-10-08 | ipv6: ipv6_count_addresses() rcu conversion | Eric Dumazet | 1 | -6/+6 |
2017-10-08 | ipv6: prepare RCU lookups for idev->addr_list | Eric Dumazet | 1 | -15/+6 |
2017-10-07 | ipv6: fix net.ipv6.conf.all.accept_dad behaviour for real | Matteo Croce | 1 | -2/+2 |
2017-10-07 | ipv6: replace rwlock with rcu and spinlock in fib6_table | Wei Wang | 1 | -6/+5 |
2017-10-07 | ipv6: replace dst_hold() with dst_hold_safe() in routing code | Wei Wang | 1 | -1/+2 |
2017-10-07 | ipv6: hook up exception table to store dst cache | Wei Wang | 1 | -1/+0 |
2017-10-07 | ipv6: prepare fib6_locate() for exception table | Wei Wang | 1 | -1/+1 |
2017-10-04 | rtnetlink: remove __rtnl_af_unregister | Florian Westphal | 1 | -2/+2 |
2017-09-30 | net: ipv6: send NS for DAD when link operationally up | Mike Manning | 1 | -6/+6 |
2017-09-26 | ipv6: Remove redundant unlikely() | Tobias Klauser | 1 | -1/+1 |
2017-09-19 | ipv6: fix net.ipv6.conf.all interface DAD handlers | Matteo Croce | 1 | -7/+20 |
2017-09-19 | net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure | Mike Manning | 1 | -2/+3 |
2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-08-28 | ipv6: fix sparse warning on rt6i_node | Wei Wang | 1 | -1/+1 |
2017-08-21 | net: ipv6: put host and anycast routes on device with address | David Ahern | 1 | -42/+0 |
2017-08-09 | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 1 | -7/+7 |