Age | Commit message (Expand) | Author | Files | Lines |
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-12 | ipv6: addrconf: don't use rtnl mutex in RTM_GETADDR | Florian Westphal | 1 | -7/+7 |
2017-10-12 | ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONF | Florian Westphal | 1 | -10/+14 |
2017-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2017-10-09 | ipv6: avoid cache line dirtying in ipv6_dev_get_saddr() | Eric Dumazet | 1 | -11/+6 |
2017-10-09 | ipv6: __ipv6_dev_get_saddr() rcu conversion | Eric Dumazet | 1 | -3/+1 |
2017-10-09 | ipv6: ipv6_chk_prefix() rcu conversion | Eric Dumazet | 1 | -5/+3 |
2017-10-09 | ipv6: ipv6_chk_custom_prefix() rcu conversion | Eric Dumazet | 1 | -5/+3 |
2017-10-09 | ipv6: ipv6_count_addresses() rcu conversion | Eric Dumazet | 1 | -6/+6 |
2017-10-09 | ipv6: prepare RCU lookups for idev->addr_list | Eric Dumazet | 1 | -15/+6 |
2017-10-08 | 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-20 | ipv6: fix net.ipv6.conf.all interface DAD handlers | Matteo Croce | 1 | -7/+20 |
2017-09-20 | net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure | Mike Manning | 1 | -2/+3 |
2017-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-08-29 | 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-10 | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 1 | -7/+7 |
2017-08-04 | ipv6: Regenerate host route according to node pointer upon interface up | Ido Schimmel | 1 | -2/+2 |
2017-08-04 | ipv6: Regenerate host route according to node pointer upon loopback up | Ido Schimmel | 1 | -1/+1 |
2017-07-04 | net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-07-04 | net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-07-03 | ipv6: dad: don't remove dynamic addresses if link is down | Sabrina Dubroca | 1 | -9/+9 |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2017-06-22 | ipv6: avoid unregistering inet6_dev for loopback | WANG Cong | 1 | -2/+3 |
2017-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
2017-06-18 | ipv6: call dst_hold_safe() properly | Wei Wang | 1 | -2/+2 |
2017-06-15 | ipv6: fix calling in6_ifa_hold incorrectly for dad work | Xin Long | 1 | -3/+3 |
2017-06-09 | Ipvlan should return an error when an address is already in use. | Krister Johansen | 1 | -1/+16 |
2017-05-22 | net: ipv6: Plumb extack through route add functions | David Ahern | 1 | -2/+2 |
2017-05-15 | ipv6: avoid dad-failures for addresses with NODAD | Mahesh Bandewar | 1 | -1/+4 |
2017-05-09 | ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf | WANG Cong | 1 | -0/+1 |
2017-05-04 | ipv6: initialize route null entry in addrconf_init() | WANG Cong | 1 | -0/+2 |
2017-05-03 | net: ipv6: Do not duplicate DAD on link up | David Ahern | 1 | -2/+3 |
2017-04-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+12 |