summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-10-24 11:54:20 +0300
committerDavid S. Miller <davem@davemloft.net>2017-10-24 11:54:20 +0300
commit6a413f5cf626defd48ed9deefe098d6d6d8659d8 (patch)
treeeee9dc8bd3787345580c30e51bba2cc6faf367b8 /include
parentfa6e23e2b2a09995bd57db559b04f3dd3fda9f7a (diff)
parent4e5f47ab97ce68d9f766dfedc5762940a90e4c11 (diff)
downloadlinux-6a413f5cf626defd48ed9deefe098d6d6d8659d8.tar.xz
Merge branch 'ipv6-addrconf-hash-improvements-and-cleanups'
Eric Dumazet says: ==================== ipv6: addrconf: hash improvements and cleanups Remove unecessary BH blocking, and bring IPv6 addrconf to modern world, with per netns hash perturbation and decent hash size. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/addrconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h
index b8b16437c6d5..15b5ffd7253d 100644
--- a/include/net/addrconf.h
+++ b/include/net/addrconf.h
@@ -58,7 +58,7 @@ struct in6_validator_info {
struct netlink_ext_ack *extack;
};
-#define IN6_ADDR_HSIZE_SHIFT 4
+#define IN6_ADDR_HSIZE_SHIFT 8
#define IN6_ADDR_HSIZE (1 << IN6_ADDR_HSIZE_SHIFT)
int addrconf_init(void);