[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240711100025.1949454-1-steffen.klassert@secunet.com>
Date: Thu, 11 Jul 2024 12:00:18 +0200
From: Steffen Klassert <steffen.klassert@...unet.com>
To: David Miller <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>
CC: Herbert Xu <herbert@...dor.apana.org.au>, Steffen Klassert
<steffen.klassert@...unet.com>, <netdev@...r.kernel.org>
Subject: [PATCH 0/7] pull request (net): ipsec 2024-07-11
1) Fix esp_output_tail_tcp() on unsupported ESPINTCP.
From Hagar Hemdan.
2) Fix two bugs in the recently introduced SA direction separation.
From Antony Antony.
3) Fix unregister netdevice hang on hardware offload. We had to add another
list where skbs linked to that are unlinked from the lists (deleted)
but not yet freed.
4) Fix netdev reference count imbalance in xfrm_state_find.
From Jianbo Liu.
5) Call xfrm_dev_policy_delete when killingi them on offloaded policies.
Jianbo Liu.
Please pull or let me know if there are problems.
Thanks!
The following changes since commit 9c91c7fadb1771dcc2815c5271d14566366d05c5:
net: mana: Fix the extra HZ in mana_hwc_send_request (2024-05-22 11:17:07 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git tags/ipsec-2024-07-11
for you to fetch changes up to 89a2aefe4b084686c2ffc1ee939585111ea4fc0f:
xfrm: call xfrm_dev_policy_delete when kill policy (2024-07-08 13:24:13 +0200)
----------------------------------------------------------------
ipsec-2024-07-11
----------------------------------------------------------------
Antony Antony (2):
xfrm: Fix input error path memory access
xfrm: Log input direction mismatch error in one place
Hagar Hemdan (1):
net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP
Jianbo Liu (2):
xfrm: fix netdev reference count imbalance
xfrm: call xfrm_dev_policy_delete when kill policy
Steffen Klassert (2):
xfrm: Fix unregister netdevice hang on hardware offload.
xfrm: Export symbol xfrm_dev_state_delete.
include/net/xfrm.h | 36 ++++++++-------------------
net/ipv4/esp4.c | 3 +--
net/ipv4/esp4_offload.c | 7 ++++++
net/ipv6/esp6.c | 3 +--
net/ipv6/esp6_offload.c | 7 ++++++
net/xfrm/xfrm_input.c | 8 +++---
net/xfrm/xfrm_policy.c | 5 ++--
net/xfrm/xfrm_state.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++---
net/xfrm/xfrm_user.c | 1 -
9 files changed, 92 insertions(+), 43 deletions(-)
Powered by blists - more mailing lists