netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next v1 0/4] Add new IPsec offload type
@ 2022-12-12  7:54 Leon Romanovsky
  2022-12-12  7:54 ` [PATCH iproute2-next v1 1/4] Update XFRM kernel header Leon Romanovsky
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Leon Romanovsky @ 2022-12-12  7:54 UTC (permalink / raw)
  To: Steffen Klassert, David Ahern
  Cc: Leon Romanovsky, Stephen Hemminger, netdev, Raed Salem

From: Leon Romanovsky <leonro@nvidia.com>

Extend ip tool to support new IPsec offload mode.
Followup of the recently accepted series to netdev.
https://lore.kernel.org/r/20221209093310.4018731-1-steffen.klassert@secunet.com
--------------------------------------------------------------------------------

Changelog:
v1:
 * Changed "full offload" to "packet offload" to be aligned with kernel names.
 * Rebase to latest iproute2-next
v0: https://lore.kernel.org/all/cover.1652179360.git.leonro@nvidia.com

Thanks

Leon Romanovsky (4):
  Update XFRM kernel header
  xfrm: prepare state offload logic to set mode
  xfrm: add packet offload mode to xfrm state
  xfrm: add an interface to offload policy

 include/uapi/linux/xfrm.h |  8 +++++++
 ip/ipxfrm.c               | 15 ++++++++----
 ip/xfrm.h                 |  4 ++--
 ip/xfrm_monitor.c         |  2 +-
 ip/xfrm_policy.c          | 26 +++++++++++++++++++++
 ip/xfrm_state.c           | 49 +++++++++++++++++++++++++--------------
 man/man8/ip-xfrm.8        | 14 +++++++++++
 7 files changed, 93 insertions(+), 25 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2022-12-14 16:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-12  7:54 [PATCH iproute2-next v1 0/4] Add new IPsec offload type Leon Romanovsky
2022-12-12  7:54 ` [PATCH iproute2-next v1 1/4] Update XFRM kernel header Leon Romanovsky
2022-12-12  7:54 ` [PATCH iproute2-next v1 2/4] xfrm: prepare state offload logic to set mode Leon Romanovsky
2022-12-12  7:54 ` [PATCH iproute2-next v1 3/4] xfrm: add packet offload mode to xfrm state Leon Romanovsky
2022-12-12  7:54 ` [PATCH iproute2-next v1 4/4] xfrm: add an interface to offload policy Leon Romanovsky
2022-12-14 16:10 ` [PATCH iproute2-next v1 0/4] Add new IPsec offload type patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).