Re: pull request (net): ipsec 2016-11-25

2016-11-27 Thread David Miller
From: Steffen Klassert Date: Fri, 25 Nov 2016 07:57:57 +0100 > 1) Fix a refcount leak in vti6. >From Nicolas Dichtel. > > 2) Fix a wrong if statement in xfrm_sk_policy_lookup. >From Florian Westphal. > > 3) The flowcache watermarks are per cpu. Take this into >account when comparing

pull request (net): ipsec 2016-11-25

2016-11-24 Thread Steffen Klassert
1) Fix a refcount leak in vti6. From Nicolas Dichtel. 2) Fix a wrong if statement in xfrm_sk_policy_lookup. From Florian Westphal. 3) The flowcache watermarks are per cpu. Take this into account when comparing to the threshold where we refusing new allocations. From Miroslav Urbanek.