mbox

[0/4] pull request (net-next): ipsec-next 2024-03-06

Message ID 20240306102421.3963212-1-steffen.klassert@secunet.com (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git tags/ipsec-next-2024-03-06

Message

Steffen Klassert March 6, 2024, 10:24 a.m. UTC
1) Introduce forwarding of ICMP Error messages. That is specified
   in RFC 4301 but was never implemented. From Antony Antony.

2) Use KMEM_CACHE instead of kmem_cache_create in xfrm6_tunnel_init()
   and xfrm_policy_init(). From Kunwu Chan.

3) Do not allocate stats in the xfrm interface driver, this can be done
   on net core now. From Breno Leitao.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 5ca1a5153a28dc8bcfeeafa983915b76af457929:

  tipc: node: remove Excess struct member kernel-doc warnings (2024-01-24 17:48:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git tags/ipsec-next-2024-03-06

for you to fetch changes up to aceb147b20a2eda9a10bdd4b5650718f731ef3e1:

  xfrm: Do not allocate stats in the driver (2024-02-27 11:33:20 +0100)

----------------------------------------------------------------
ipsec-next-2024-03-06

----------------------------------------------------------------
Antony Antony (1):
      xfrm: introduce forwarding of ICMP Error messages

Breno Leitao (1):
      xfrm: Do not allocate stats in the driver

Kunwu Chan (2):
      xfrm6_tunnel: Use KMEM_CACHE instead of kmem_cache_create
      xfrm: Simplify the allocation of slab caches in xfrm_policy_init

 net/ipv6/xfrm6_tunnel.c        |   5 +-
 net/xfrm/xfrm_interface_core.c |  10 +--
 net/xfrm/xfrm_policy.c         | 147 +++++++++++++++++++++++++++++++++++++++--
 3 files changed, 144 insertions(+), 18 deletions(-)