public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Steffen Klassert <steffen.klassert@secunet.com>
To: David Miller <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
	Steffen Klassert <steffen.klassert@secunet.com>,
	<netdev@vger.kernel.org>
Subject: [PATCH 0/3] pull request (net-next): ipsec-next 2025-07-23
Date: Wed, 23 Jul 2025 10:03:47 +0200	[thread overview]
Message-ID: <20250723080402.3439619-1-steffen.klassert@secunet.com> (raw)

1) Optimize to hold device only for the asynchronous decryption,
   where it is really needed.
   From Jianbo Liu.

2) Align our inbund SA lookup to RFC 4301. Only SPI and protocol
   should be used for an inbound SA lookup.
   From Aakash Kumar S.

3) Skip redundant statistics update for xfrm crypto offload.
   From Jianbo Liu.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 4f4040ea5d3e4bebebbef9379f88085c8b99221c:

  net: ti: icssg-prueth: Add prp offload support to ICSSG driver (2025-06-19 18:24:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git tags/ipsec-next-2025-07-23

for you to fetch changes up to 95cfe23285a6de17f11715378c93e6aee6d0ca75:

  xfrm: Skip redundant statistics update for crypto offload (2025-07-04 09:30:22 +0200)

----------------------------------------------------------------
ipsec-next-2025-07-23

----------------------------------------------------------------
Aakash Kumar S (1):
      xfrm: Duplicate SPI Handling

Jianbo Liu (2):
      xfrm: hold device only for the asynchronous decryption
      xfrm: Skip redundant statistics update for crypto offload

 net/xfrm/xfrm_input.c | 17 +++++------
 net/xfrm/xfrm_state.c | 79 ++++++++++++++++++++++++++++++++-------------------
 2 files changed, 58 insertions(+), 38 deletions(-)

             reply	other threads:[~2025-07-23  8:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-23  8:03 Steffen Klassert [this message]
2025-07-23  8:03 ` [PATCH 1/3] xfrm: hold device only for the asynchronous decryption Steffen Klassert
2025-07-24 13:18   ` Paolo Abeni
2025-07-24 13:30   ` patchwork-bot+netdevbpf
2025-07-23  8:03 ` [PATCH 2/3] xfrm: Duplicate SPI Handling Steffen Klassert
2025-07-23  8:03 ` [PATCH 3/3] xfrm: Skip redundant statistics update for crypto offload Steffen Klassert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250723080402.3439619-1-steffen.klassert@secunet.com \
    --to=steffen.klassert@secunet.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox