Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec...
authorDavid S. Miller <davem@davemloft.net>
Thu, 8 Sep 2016 20:09:41 +0000 (13:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Sep 2016 20:09:41 +0000 (13:09 -0700)
commit575f9c43e709ab5008047eb5c68b99fe04592400
treeb9b4dffd0a31afa68a89b1ca7c585485926d7c79
parent0f76d2564469fd3a337de088f533364cef206130
parent35db57bbc4b7ab810bba6e6d6954a0faf5a842cf
Merge branch 'master' of git://git./linux/kernel/git/klassert/ipsec-next

Steffen Klassert says:

====================
ipsec-next 2016-09-08

1) Constify the xfrm_replay structures. From Julia Lawall

2) Protect xfrm state hash tables with rcu, lookups
   can be done now without acquiring xfrm_state_lock.
   From Florian Westphal.

3) Protect xfrm policy hash tables with rcu, lookups
   can be done now without acquiring xfrm_policy_lock.
   From Florian Westphal.

4) We don't need to have a garbage collector list per
   namespace anymore, so use a global one instead.
   From Florian Westphal.
====================

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