From: Florian Westphal Date: Thu, 19 Dec 2013 17:25:14 +0000 (+0100) Subject: netfilter: avoid get_random_bytes calls X-Git-Tag: v3.14-rc1~94^2~284^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a42b99a6e329654d376b330de057eff87686d890;p=pandora-kernel.git netfilter: avoid get_random_bytes calls All these users need an initial seed value for jhash, prandom is perfectly fine. This avoids draining the entropy pool where its not strictly required. nfnetlink_log did not use the random value at all. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed