[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251118092610.2223552-1-steffen.klassert@secunet.com>
Date: Tue, 18 Nov 2025 10:25:37 +0100
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/12] pull request (net-next): ipsec-next 2025-11-18
1) Relax a lock contention bottleneck to improve IPsec crypto
offload performance. From Jianbo Liu.
2) Deprecate pfkey, the interface will be removed in 2027.
3) Update xfrm documentation and move it to ipsec maintainance.
From Bagas Sanjaya.
Please pull or let me know if there are problems.
Thanks!
The following changes since commit bfe62db5422b1a5f25752bd0877a097d436d876d:
Merge branch 'dwmac-support-for-rockchip-rk3506' (2025-10-24 19:07:48 -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-11-18
for you to fetch changes up to 939ba8c5b81cbaf37781d7aa4849170860124a5e:
MAINTAINERS: Add entry for XFRM documentation (2025-11-12 08:30:03 +0100)
----------------------------------------------------------------
ipsec-next-2025-11-18
----------------------------------------------------------------
Bagas Sanjaya (9):
Documentation: xfrm_device: Wrap iproute2 snippets in literal code block
Documentation: xfrm_device: Use numbered list for offloading steps
Documentation: xfrm_device: Separate hardware offload sublists
Documentation: xfrm_sync: Properly reindent list text
Documentation: xfrm_sync: Trim excess section heading characters
Documentation: xfrm_sysctl: Trim trailing colon in section heading
Documentation: xfrm_sync: Number the fifth section
net: Move XFRM documentation into its own subdirectory
MAINTAINERS: Add entry for XFRM documentation
Jianbo Liu (2):
xfrm: Refactor xfrm_input lock to reduce contention with RSS
xfrm: Skip redundant replay recheck for the hardware offload path
Steffen Klassert (2):
Merge branch 'xfrm: IPsec hardware offload performance improvements'
pfkey: Deprecate pfkey
Documentation/networking/index.rst | 5 +-
Documentation/networking/xfrm/index.rst | 13 +++
.../networking/{ => xfrm}/xfrm_device.rst | 20 +++--
Documentation/networking/{ => xfrm}/xfrm_proc.rst | 0
Documentation/networking/{ => xfrm}/xfrm_sync.rst | 97 +++++++++++-----------
.../networking/{ => xfrm}/xfrm_sysctl.rst | 4 +-
MAINTAINERS | 1 +
net/key/af_key.c | 2 +
net/xfrm/Kconfig | 11 ++-
net/xfrm/xfrm_input.c | 30 +++----
10 files changed, 103 insertions(+), 80 deletions(-)
create mode 100644 Documentation/networking/xfrm/index.rst
rename Documentation/networking/{ => xfrm}/xfrm_device.rst (95%)
rename Documentation/networking/{ => xfrm}/xfrm_proc.rst (100%)
rename Documentation/networking/{ => xfrm}/xfrm_sync.rst (64%)
rename Documentation/networking/{ => xfrm}/xfrm_sysctl.rst (68%)
Powered by blists - more mailing lists