All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: add offload support for CHACHA20-POLY1305
@ 2023-07-19  9:18 Louis Peens
  2023-07-19  9:18 ` [PATCH net-next 1/2] xfrm: add the description of CHACHA20-POLY1305 for xfrm algorithm description Louis Peens
  2023-07-19  9:18 ` [PATCH net-next 2/2] nfp: add support CHACHA20-POLY1305 offload for ipsec Louis Peens
  0 siblings, 2 replies; 9+ messages in thread
From: Louis Peens @ 2023-07-19  9:18 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski, Paolo Abeni
  Cc: Steffen Klassert, Herbert Xu, Leon Romanovsky, Simon Horman,
	Shihong Wang, netdev, oss-drivers

This short series adds support for offloading the CHACHA20-POLY1305
ipsec algorithm to nfp hardware. It starts off in patch 1 by teaching
xfrm about SADB_X_EALG_CHACHA20_POLY1305, and then continues to
configure the nfp for CHACHA20-POLY1305 offloading in patch 2.

Shihong Wang (2):
  xfrm: add the description of CHACHA20-POLY1305 for xfrm algorithm
    description
  nfp: add support CHACHA20-POLY1305 offload for ipsec

 .../net/ethernet/netronome/nfp/crypto/ipsec.c | 42 +++++++++++++++++--
 include/uapi/linux/pfkeyv2.h                  |  1 +
 net/xfrm/xfrm_algo.c                          |  9 +++-
 3 files changed, 48 insertions(+), 4 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-07-19 11:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19  9:18 [PATCH net-next 0/2] net: add offload support for CHACHA20-POLY1305 Louis Peens
2023-07-19  9:18 ` [PATCH net-next 1/2] xfrm: add the description of CHACHA20-POLY1305 for xfrm algorithm description Louis Peens
2023-07-19  9:27   ` Steffen Klassert
2023-07-19  9:35     ` Leon Romanovsky
2023-07-19  9:51       ` Steffen Klassert
2023-07-19 10:02         ` Leon Romanovsky
2023-07-19 10:52     ` Yinjun Zhang
2023-07-19 11:10       ` Steffen Klassert
2023-07-19  9:18 ` [PATCH net-next 2/2] nfp: add support CHACHA20-POLY1305 offload for ipsec Louis Peens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.