From: Hannes Frederic Sowa Date: Sat, 19 Oct 2013 19:48:57 +0000 (+0200) Subject: inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once X-Git-Tag: v3.13-rc1~105^2~157^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bbdceef1e535add893bf71d7b7ab102e4eb69eb;p=pandora-kernel.git inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once Initialize the ehash and ipv6_hash_secrets with net_get_random_once. Each compilation unit gets its own secret now: ipv4/inet_hashtables.o ipv4/udp.o ipv6/inet6_hashtables.o ipv6/udp.o rds/connection.o The functions still get inlined into the hashing functions. In the fast path we have at most two (needed in ipv6) if (unlikely(...)). Cc: Eric Dumazet Cc: "David S. Miller" Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed