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)
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>

Trivial merge