Re: pull request (net-next): ipsec-next 2016-09-08

2016-09-08 Thread David Miller
From: Steffen Klassert Date: Thu, 8 Sep 2016 07:54:35 +0200 > 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 tab

pull request (net-next): ipsec-next 2016-09-08

2016-09-07 Thread Steffen Klassert
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.