netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request (net): ipsec 2017-10-09
@ 2017-10-09  7:16 Steffen Klassert
  2017-10-09  7:16 ` [PATCH 1/4] xfrm: Fix deletion of offloaded SAs on failure Steffen Klassert
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Steffen Klassert @ 2017-10-09  7:16 UTC (permalink / raw)
  To: David Miller; +Cc: Herbert Xu, Steffen Klassert, netdev

1) Fix some error paths of the IPsec offloading API.

2) Fix a NULL pointer dereference when IPsec is used
   with vti. From Alexey Kodanev.

3) Don't call xfrm_policy_cache_flush under xfrm_state_lock,
   it triggers several locking warnings. From Artem Savkov.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 1f4f554a72be0d8c164c2f5bc6ba939a1c624fb4:

  net: qualcomm: rmnet: Fix a double free (2017-09-09 14:33:27 -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 dd269db84908d4d3f7c0efed85bf9d8939fb0b9b:

  xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lock (2017-09-28 09:39:05 +0200)

----------------------------------------------------------------
Alexey Kodanev (1):
      vti: fix NULL dereference in xfrm_input()

Artem Savkov (1):
      xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lock

Steffen Klassert (2):
      xfrm: Fix deletion of offloaded SAs on failure.
      xfrm: Fix negative device refcount on offload failure.

 net/xfrm/xfrm_device.c | 1 +
 net/xfrm/xfrm_input.c  | 6 ++++--
 net/xfrm/xfrm_state.c  | 4 ++--
 net/xfrm/xfrm_user.c   | 1 +
 4 files changed, 8 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-10-09 16:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-09  7:16 pull request (net): ipsec 2017-10-09 Steffen Klassert
2017-10-09  7:16 ` [PATCH 1/4] xfrm: Fix deletion of offloaded SAs on failure Steffen Klassert
2017-10-09  7:16 ` [PATCH 2/4] xfrm: Fix negative device refcount on offload failure Steffen Klassert
2017-10-09  7:16 ` [PATCH 3/4] vti: fix NULL dereference in xfrm_input() Steffen Klassert
2017-10-09  7:16 ` [PATCH 4/4] xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lock Steffen Klassert
2017-10-09 16:44 ` pull request (net): ipsec 2017-10-09 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).