Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] ipv6: addrconf: hash improvements and cleanups
@ 2017-10-23 23:17 Eric Dumazet
  2017-10-23 23:17 ` [PATCH net-next 1/7] ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declaration Eric Dumazet
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Eric Dumazet @ 2017-10-23 23:17 UTC (permalink / raw)
  To: David S . Miller; +Cc: netdev, Eric Dumazet, Eric Dumazet

Remove unecessary BH blocking, and bring IPv6 addrconf to modern world,
with per netns hash perturbation and decent hash size.

Eric Dumazet (7):
  ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declaration
  ipv6: addrconf: factorize inet6_addr_hash() call
  ipv6: addrconf: add per netns perturbation in inet6_addr_hash()
  ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()
  ipv6: addrconf: do not block BH in ipv6_get_ifaddr()
  ipv6: addrconf: do not block BH in /proc/net/if_inet6 handling
  ipv6: addrconf: do not block BH in ipv6_chk_home_addr()

 include/net/addrconf.h |  2 +-
 net/ipv6/addrconf.c    | 94 ++++++++++++++++++++++++--------------------------
 2 files changed, 46 insertions(+), 50 deletions(-)

-- 
2.15.0.rc0.271.g36b669edcc-goog

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-10-24  8:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-23 23:17 [PATCH net-next 0/7] ipv6: addrconf: hash improvements and cleanups Eric Dumazet
2017-10-23 23:17 ` [PATCH net-next 1/7] ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declaration Eric Dumazet
2017-10-23 23:17 ` [PATCH net-next 2/7] ipv6: addrconf: factorize inet6_addr_hash() call Eric Dumazet
2017-10-23 23:17 ` [PATCH net-next 3/7] ipv6: addrconf: add per netns perturbation in inet6_addr_hash() Eric Dumazet
2017-10-23 23:17 ` [PATCH net-next 4/7] ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags() Eric Dumazet
2017-10-23 23:17 ` [PATCH net-next 5/7] ipv6: addrconf: do not block BH in ipv6_get_ifaddr() Eric Dumazet
2017-10-23 23:17 ` [PATCH net-next 6/7] ipv6: addrconf: do not block BH in /proc/net/if_inet6 handling Eric Dumazet
2017-10-23 23:17 ` [PATCH net-next 7/7] ipv6: addrconf: do not block BH in ipv6_chk_home_addr() Eric Dumazet
2017-10-24  8:54 ` [PATCH net-next 0/7] ipv6: addrconf: hash improvements and cleanups David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox