From: Hannes Frederic Sowa Date: Wed, 23 Oct 2013 09:06:57 +0000 (+0200) Subject: inet: remove old fragmentation hash initializing X-Git-Tag: v3.13-rc1~105^2~133^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7088ad74e6e710d0c80ea2cead9500f47a2a5d58;p=pandora-kernel.git inet: remove old fragmentation hash initializing All fragmentation hash secrets now get initialized by their corresponding hash function with net_get_random_once. Thus we can eliminate the initial seeding. Also provide a comment that hash secret seeding happens at the first call to the corresponding hashing function. Cc: David S. Miller Cc: Eric Dumazet Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed