From: Hannes Frederic Sowa Date: Wed, 23 Oct 2013 09:06:56 +0000 (+0200) Subject: ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get_random_once X-Git-Tag: v3.13-rc1~105^2~133^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1190570b451fb9fd77be8c115fcdb418c5108a5;p=pandora-kernel.git ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get_random_once Defer the fragmentation hash secret initialization for IPv6 like the previous patch did for IPv4. Because the netfilter logic reuses the hash secret we have to split it first. Thus introduce a new nf_hash_frag function which takes care to seed the hash secret. Cc: David S. Miller Cc: Eric Dumazet Cc: Pablo Neira Ayuso Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed