lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240306102421.3963212-1-steffen.klassert@secunet.com>
Date: Wed, 6 Mar 2024 11:24:17 +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/4] pull request (net-next): ipsec-next 2024-03-06

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ