mbox series

[iproute2=next,0/4] Add new IPsec offload type

Message ID cover.1652179360.git.leonro@nvidia.com (mailing list archive)
Headers show
Series Add new IPsec offload type | expand

Message

Leon Romanovsky May 10, 2022, 10:49 a.m. UTC
From: Leon Romanovsky <leonro@nvidia.com>

Extend ip tool to support new IPsec offload mode.
Followup of the recently sent series to XFRM core.
https://lore.kernel.org/all/cover.1652176932.git.leonro@nvidia.com

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

 include/uapi/linux/xfrm.h |  1 +
 ip/ipxfrm.c               | 16 +++++++++----
 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, 87 insertions(+), 25 deletions(-)