Re: pull request (net-next): ipsec-next 2017-02-01

2017-02-01 Thread David Miller
From: Steffen Klassert Date: Wed, 1 Feb 2017 09:17:42 +0100 > 1) Some typo fixes, from Alexander Alemayhu. > > 2) Don't acquire state lock in get_mtu functions. >The only rece against a dead state does not matter. >From Florian Westphal. > > 3) Remove xfrm4_state_fini, it is unused for

pull request (net-next): ipsec-next 2017-02-01

2017-02-01 Thread Steffen Klassert
1) Some typo fixes, from Alexander Alemayhu. 2) Don't acquire state lock in get_mtu functions. The only rece against a dead state does not matter. From Florian Westphal. 3) Remove xfrm4_state_fini, it is unused for more than 10 years. From Florian Westphal. 4) Various rcu usage improvem