Re: pull request (net): ipsec 2016-09-21

2016-09-21 Thread David Miller
From: Steffen Klassert 
Date: Wed, 21 Sep 2016 13:05:42 +0200

> 1) Propagate errors on security context allocation.
>From Mathias Krause.
> 
> 2) Fix inbound policy checks for inter address family tunnels.
>From Thomas Zeitlhofer.
> 
> 3) Fix an old memory leak on aead algorithm usage.
>From Ilan Tayari.
> 
> 4) A recent patch fixed a possible NULL pointer dereference
>but broke the vti6 input path.
>Fix from Nicolas Dichtel.
> 
> Please pull or let me know if there are problems.

Pulled, thanks a lot Steffen.


pull request (net): ipsec 2016-09-21

2016-09-21 Thread Steffen Klassert
1) Propagate errors on security context allocation.
   From Mathias Krause.

2) Fix inbound policy checks for inter address family tunnels.
   From Thomas Zeitlhofer.

3) Fix an old memory leak on aead algorithm usage.
   From Ilan Tayari.

4) A recent patch fixed a possible NULL pointer dereference
   but broke the vti6 input path.
   Fix from Nicolas Dichtel.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 2c2c8e33e4aa6e46f19ef7bba8e559759a74a4db:

  Merge branch 'nfp-fixes' (2016-09-08 17:18:42 -0700)

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 63c43787d35e45562a6b5927e2edc8f4783d95b8:

  vti6: fix input path (2016-09-21 10:09:14 +0200)


Ilan Tayari (1):
  xfrm: Fix memory leak of aead algorithm name

Mathias Krause (1):
  xfrm_user: propagate sec ctx allocation errors

Nicolas Dichtel (1):
  vti6: fix input path

thomas.zeitlhofer+l...@ze-it.at (1):
  vti: use right inner_mode for inbound inter address family policy checks

 include/net/xfrm.h  |  4 +++-
 net/ipv4/ip_vti.c   | 15 ++-
 net/ipv6/ip6_vti.c  | 19 +++
 net/ipv6/xfrm6_input.c  | 16 +++-
 net/ipv6/xfrm6_tunnel.c |  2 +-
 net/xfrm/xfrm_state.c   |  1 +
 net/xfrm/xfrm_user.c|  9 ++---
 7 files changed, 51 insertions(+), 15 deletions(-)