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: <20240809082314.2810408-1-chopps@chopps.org>
Date: Fri,  9 Aug 2024 04:23:12 -0400
From: Christian Hopps <chopps@...pps.org>
To: devel@...ux-ipsec.org
Cc: Steffen Klassert <steffen.klassert@...unet.com>,
	netdev@...r.kernel.org,
	Christian Hopps <chopps@...pps.org>,
	"David S. Miller" <davem@...emloft.net>,
	Eric Dumazet <edumazet@...gle.com>,
	Jakub Kicinski <kuba@...nel.org>,
	Paolo Abeni <pabeni@...hat.com>,
	Florian Westphal <fw@...len.de>,
	Sabrina Dubroca <sd@...asysnail.net>,
	Simon Horman <horms@...nel.org>,
	Antony Antony <antony@...nome.org>
Subject: [PATCH ipsec-next v1 00/02] Add 2 functions to skbuff for code sharing

* Summary of Changes:

This patchset contains 2 commits which add 2 functions to skbuff.[ch].

  - skb_copy_seq_read() - copy from a skb_seq_state to a buffer
  - ___copy_skb_header() - factored existing code

these are used in a followup patchset implementing IP-TFS/AggFrag
encapsulation (https://www.rfc-editor.org/rfc/rfc9347.txt)

Patchset History:
-----------------

v1 (8/9/2024)
  - Created from IP-TFS patchset v9

Patchset Changes:
-----------------

  include/linux/skbuff.h |  2 ++
  net/core/skbuff.c      | 43 ++++++++++++++++++++++++++++++++++++++++++-
  2 files changed, 44 insertions(+), 1 deletion(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ