]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'frag_hash_secret'
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 Oct 2013 21:01:51 +0000 (17:01 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Oct 2013 21:01:51 +0000 (17:01 -0400)
commit0cad43a7484179ec349e8e5792c558ee787a06ba
tree5e0931546c135c8802911ed2e5218c825b59ae2f
parentdf33db0f5efe8895203d221b9e701c0a61832c76
parent7088ad74e6e710d0c80ea2cead9500f47a2a5d58
Merge branch 'frag_hash_secret'

Hannes Frederic Sowa says:

====================
initialize fragment hash secrets with net_get_random_once

This series switches the inet_frag.rnd hash initialization to
net_get_random_once.

Included patches:
 ipv4: initialize ip4_frags hash secret as late
 ipv6: split inet6_hash_frag for netfilter and
 inet: remove old fragmentation hash initializing
====================

Signed-off-by: David S. Miller <davem@davemloft.net>