netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] pull request (net): ipsec 2024-07-11
@ 2024-07-11 10:00 Steffen Klassert
  2024-07-11 10:00 ` [PATCH 1/7] net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP Steffen Klassert
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Steffen Klassert @ 2024-07-11 10:00 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski; +Cc: Herbert Xu, Steffen Klassert, netdev

1) Fix esp_output_tail_tcp() on unsupported ESPINTCP.
   From Hagar Hemdan.

2) Fix two bugs in the recently introduced SA direction separation.
   From Antony Antony.

3) Fix unregister netdevice hang on hardware offload. We had to add another
   list where skbs linked to that are unlinked from the lists (deleted)
   but not yet freed.

4) Fix netdev reference count imbalance in xfrm_state_find.
   From Jianbo Liu.

5) Call xfrm_dev_policy_delete when killingi them on offloaded policies.
   Jianbo Liu.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 9c91c7fadb1771dcc2815c5271d14566366d05c5:

  net: mana: Fix the extra HZ in mana_hwc_send_request (2024-05-22 11:17:07 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git tags/ipsec-2024-07-11

for you to fetch changes up to 89a2aefe4b084686c2ffc1ee939585111ea4fc0f:

  xfrm: call xfrm_dev_policy_delete when kill policy (2024-07-08 13:24:13 +0200)

----------------------------------------------------------------
ipsec-2024-07-11

----------------------------------------------------------------
Antony Antony (2):
      xfrm: Fix input error path memory access
      xfrm: Log input direction mismatch error in one place

Hagar Hemdan (1):
      net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP

Jianbo Liu (2):
      xfrm: fix netdev reference count imbalance
      xfrm: call xfrm_dev_policy_delete when kill policy

Steffen Klassert (2):
      xfrm: Fix unregister netdevice hang on hardware offload.
      xfrm: Export symbol xfrm_dev_state_delete.

 include/net/xfrm.h      | 36 ++++++++-------------------
 net/ipv4/esp4.c         |  3 +--
 net/ipv4/esp4_offload.c |  7 ++++++
 net/ipv6/esp6.c         |  3 +--
 net/ipv6/esp6_offload.c |  7 ++++++
 net/xfrm/xfrm_input.c   |  8 +++---
 net/xfrm/xfrm_policy.c  |  5 ++--
 net/xfrm/xfrm_state.c   | 65 ++++++++++++++++++++++++++++++++++++++++++++++---
 net/xfrm/xfrm_user.c    |  1 -
 9 files changed, 92 insertions(+), 43 deletions(-)

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

end of thread, other threads:[~2024-07-15 13:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11 10:00 [PATCH 0/7] pull request (net): ipsec 2024-07-11 Steffen Klassert
2024-07-11 10:00 ` [PATCH 1/7] net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP Steffen Klassert
2024-07-11 10:00 ` [PATCH 2/7] xfrm: Fix input error path memory access Steffen Klassert
2024-07-11 10:00 ` [PATCH 3/7] xfrm: Log input direction mismatch error in one place Steffen Klassert
2024-07-11 10:00 ` [PATCH 4/7] xfrm: Fix unregister netdevice hang on hardware offload Steffen Klassert
2024-07-11 10:00 ` [PATCH 5/7] xfrm: Export symbol xfrm_dev_state_delete Steffen Klassert
2024-07-11 10:00 ` [PATCH 6/7] xfrm: fix netdev reference count imbalance Steffen Klassert
2024-07-11 10:00 ` [PATCH 7/7] xfrm: call xfrm_dev_policy_delete when kill policy Steffen Klassert
2024-07-15 13:56 ` [PATCH 0/7] pull request (net): ipsec 2024-07-11 Jakub Kicinski

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