From: Hannes Frederic Sowa Date: Sat, 19 Oct 2013 19:48:56 +0000 (+0200) Subject: inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once X-Git-Tag: v3.13-rc1~105^2~157^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b23a002fc6f0c19846ee0382f019429af54a27e9;p=pandora-kernel.git inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once This patch splits the secret key for syncookies for ipv4 and ipv6 and initializes them with net_get_random_once. This change was the reason I did this series. I think the initialization of the syncookie_secret is way to early. Cc: Florian Westphal Cc: Eric Dumazet Cc: "David S. Miller" Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed