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-prev] [day] [month] [year] [list]
Message-ID: <Y49Bt6hbfvA7rKem@unreal>
Date:   Tue, 6 Dec 2022 15:20:55 +0200
From:   Leon Romanovsky <leon@...nel.org>
To:     Steffen Klassert <steffen.klassert@...unet.com>
Cc:     "David S. Miller" <davem@...emloft.net>,
        Eric Dumazet <edumazet@...gle.com>,
        Herbert Xu <herbert@...dor.apana.org.au>,
        Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org,
        Bharat Bhushan <bbhushan2@...vell.com>
Subject: Re: [PATCH xfrm-next v10 0/8] Extend XFRM core to allow packet
 offload configuration

On Tue, Dec 06, 2022 at 01:47:45PM +0100, Steffen Klassert wrote:
> On Fri, Dec 02, 2022 at 08:41:26PM +0200, Leon Romanovsky wrote:
> > From: Leon Romanovsky <leonro@...dia.com>
> ...
> > 
> > Leon Romanovsky (8):
> >   xfrm: add new packet offload flag
> >   xfrm: allow state packet offload mode
> >   xfrm: add an interface to offload policy
> >   xfrm: add TX datapath support for IPsec packet offload mode
> >   xfrm: add RX datapath protection for IPsec packet offload mode
> >   xfrm: speed-up lookup of HW policies
> >   xfrm: add support to HW update soft and hard limits
> >   xfrm: document IPsec packet offload mode
> > 
> >  Documentation/networking/xfrm_device.rst      |  62 +++++-
> >  .../inline_crypto/ch_ipsec/chcr_ipsec.c       |   4 +
> >  .../net/ethernet/intel/ixgbe/ixgbe_ipsec.c    |   5 +
> >  drivers/net/ethernet/intel/ixgbevf/ipsec.c    |   5 +
> >  .../mellanox/mlx5/core/en_accel/ipsec.c       |   4 +
> >  .../net/ethernet/netronome/nfp/crypto/ipsec.c |   5 +
> >  drivers/net/netdevsim/ipsec.c                 |   5 +
> >  include/linux/netdevice.h                     |   4 +
> >  include/net/xfrm.h                            | 124 +++++++++---
> >  include/uapi/linux/xfrm.h                     |   6 +
> >  net/xfrm/xfrm_device.c                        | 109 +++++++++-
> >  net/xfrm/xfrm_output.c                        |  12 +-
> >  net/xfrm/xfrm_policy.c                        |  85 +++++++-
> >  net/xfrm/xfrm_state.c                         | 191 ++++++++++++++++--
> >  net/xfrm/xfrm_user.c                          |  20 ++
> >  15 files changed, 577 insertions(+), 64 deletions(-)
> 
> Series applied, thanks a lot Leon!

Thanks a lot for your help.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ