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. Please pull or let me know if there are problems. Thanks! The following changes since commit d24cd733bae8fc6c121c437b3197ab7f3930ca66: Merge branch 'be2net-fixes' (2016-10-09 09:30:45 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git master for you to fetch changes up to 6b226487815574193c1da864f2eac274781a2b0c: flowcache: Increase threshold for refusing new allocations (2016-11-23 06:37:09 +0100) ---------------------------------------------------------------- Florian Westphal (1): xfrm: unbreak xfrm_sk_policy_lookup Miroslav Urbanek (1): flowcache: Increase threshold for refusing new allocations Nicolas Dichtel (1): vti6: flush x-netns xfrm cache when vti interface is removed net/core/flow.c | 6 ++---- net/ipv6/ip6_vti.c | 31 +++++++++++++++++++++++++++++++ net/xfrm/xfrm_policy.c | 10 ++++++---- 3 files changed, 39 insertions(+), 8 deletions(-)