Merge branch 'rhashtable-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 5 Feb 2015 04:35:05 +0000 (20:35 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Feb 2015 04:35:05 +0000 (20:35 -0800)
commit2a356207ae8acf600de7f0a08640659ac71cdf6d
tree2095e94d014d0c0a195b487086c336de86269f92
parent9b55669c14212f89dba39a2d8e00c1ec1d44c1ec
parent9a7766288274ef765245ed65e6176a2727b96706
Merge branch 'rhashtable-next'

Herbert Xu says:

====================
rhashtable: Add iterators and use them

The first patch fixes a potential crash with nft_hash destroying
the table during a shrinking process.  While the next patch adds
rhashtable iterators to replace current manual walks used by
netlink and netfilter.  The final two patches make use of these
iterators in netlink and netfilter.
====================

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