[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250723080402.3439619-1-steffen.klassert@secunet.com>
Date: Wed, 23 Jul 2025 10:03:47 +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/3] pull request (net-next): ipsec-next 2025-07-23
1) Optimize to hold device only for the asynchronous decryption,
where it is really needed.
From Jianbo Liu.
2) Align our inbund SA lookup to RFC 4301. Only SPI and protocol
should be used for an inbound SA lookup.
From Aakash Kumar S.
3) Skip redundant statistics update for xfrm crypto offload.
From Jianbo Liu.
Please pull or let me know if there are problems.
Thanks!
The following changes since commit 4f4040ea5d3e4bebebbef9379f88085c8b99221c:
net: ti: icssg-prueth: Add prp offload support to ICSSG driver (2025-06-19 18:24:12 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git tags/ipsec-next-2025-07-23
for you to fetch changes up to 95cfe23285a6de17f11715378c93e6aee6d0ca75:
xfrm: Skip redundant statistics update for crypto offload (2025-07-04 09:30:22 +0200)
----------------------------------------------------------------
ipsec-next-2025-07-23
----------------------------------------------------------------
Aakash Kumar S (1):
xfrm: Duplicate SPI Handling
Jianbo Liu (2):
xfrm: hold device only for the asynchronous decryption
xfrm: Skip redundant statistics update for crypto offload
net/xfrm/xfrm_input.c | 17 +++++------
net/xfrm/xfrm_state.c | 79 ++++++++++++++++++++++++++++++++-------------------
2 files changed, 58 insertions(+), 38 deletions(-)
Powered by blists - more mailing lists