netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] pull request (net-next): ipsec-next 2022-05-13
@ 2022-05-13 15:12 Steffen Klassert
  2022-05-13 15:12 ` [PATCH 1/8] xfrm: free not used XFRM_ESP_NO_TRAILER flag Steffen Klassert
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Steffen Klassert @ 2022-05-13 15:12 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski; +Cc: Herbert Xu, Steffen Klassert, netdev

1) Cleanups for the code behind the XFRM offload API. This is a
   preparation for the extension of the API for policy offload.
   From Leon Romanovsky.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 949dfdcf343c1646d26ee0ef320d6b2a4a39af28:

  Merge branch 'mptcp-improve-mptcp-level-window-tracking' (2022-05-05 19:00:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git master

for you to fetch changes up to 0f9008e5c5103e32e788d260558d170c2fc9c2be:

  Merge  branch 'Be explicit with XFRM offload direction' (2022-05-07 09:19:47 +0200)

----------------------------------------------------------------
Leon Romanovsky (8):
      xfrm: free not used XFRM_ESP_NO_TRAILER flag
      xfrm: delete not used number of external headers
      xfrm: rename xfrm_state_offload struct to allow reuse
      xfrm: store and rely on direction to construct offload flags
      ixgbe: propagate XFRM offload state direction instead of flags
      netdevsim: rely on XFRM state direction instead of flags
      net/mlx5e: Use XFRM state direction instead of flags
      xfrm: drop not needed flags variable in XFRM offload struct

Steffen Klassert (1):
      Merge  branch 'Be explicit with XFRM offload direction'

 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c       |  9 ++++-----
 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.h       |  2 +-
 drivers/net/ethernet/intel/ixgbevf/ipsec.c           |  6 +++---
 drivers/net/ethernet/intel/ixgbevf/ipsec.h           |  2 +-
 .../net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c | 10 +++++-----
 drivers/net/netdevsim/ipsec.c                        |  2 +-
 include/net/xfrm.h                                   | 20 ++++++++++++--------
 net/ipv4/esp4.c                                      |  6 ------
 net/ipv6/esp6.c                                      |  6 ------
 net/xfrm/xfrm_device.c                               | 15 ++++++++-------
 net/xfrm/xfrm_state.c                                |  4 ++--
 net/xfrm/xfrm_user.c                                 |  5 +++--
 12 files changed, 40 insertions(+), 47 deletions(-)

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

end of thread, other threads:[~2022-05-13 20:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-13 15:12 [PATCH 0/8] pull request (net-next): ipsec-next 2022-05-13 Steffen Klassert
2022-05-13 15:12 ` [PATCH 1/8] xfrm: free not used XFRM_ESP_NO_TRAILER flag Steffen Klassert
2022-05-13 20:20   ` patchwork-bot+netdevbpf
2022-05-13 15:12 ` [PATCH 2/8] xfrm: delete not used number of external headers Steffen Klassert
2022-05-13 15:12 ` [PATCH 3/8] xfrm: rename xfrm_state_offload struct to allow reuse Steffen Klassert
2022-05-13 15:12 ` [PATCH 4/8] xfrm: store and rely on direction to construct offload flags Steffen Klassert
2022-05-13 15:12 ` [PATCH 5/8] ixgbe: propagate XFRM offload state direction instead of flags Steffen Klassert
2022-05-13 15:12 ` [PATCH 6/8] netdevsim: rely on XFRM " Steffen Klassert
2022-05-13 15:12 ` [PATCH 7/8] net/mlx5e: Use " Steffen Klassert
2022-05-13 15:12 ` [PATCH 8/8] xfrm: drop not needed flags variable in XFRM offload struct Steffen Klassert

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).