From: patchwork-bot+netdevbpf@kernel.org
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
pabeni@redhat.com, borisp@nvidia.com, john.fastabend@gmail.com,
tariqt@nvidia.com
Subject: Re: [PATCH net 0/7] tls: rx: strp: fix inline crypto offload
Date: Fri, 19 May 2023 07:50:33 +0000 [thread overview]
Message-ID: <168448263339.27405.11276578123661889710.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230517015042.1243644-1-kuba@kernel.org>
Hello:
This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:
On Tue, 16 May 2023 18:50:35 -0700 you wrote:
> The local strparser version I added to TLS does not preserve
> decryption status, which breaks inline crypto (NIC offload).
>
> Jakub Kicinski (7):
> tls: rx: device: fix checking decryption status
> tls: rx: strp: set the skb->len of detached / CoW'ed skbs
> tls: rx: strp: force mixed decrypted records into copy mode
> tls: rx: strp: fix determining record length in copy mode
> tls: rx: strp: factor out copying skb data
> tls: rx: strp: preserve decryption status of skbs when needed
> tls: rx: strp: don't use GFP_KERNEL in softirq context
>
> [...]
Here is the summary with links:
- [net,1/7] tls: rx: device: fix checking decryption status
https://git.kernel.org/netdev/net/c/b3a03b540e3c
- [net,2/7] tls: rx: strp: set the skb->len of detached / CoW'ed skbs
https://git.kernel.org/netdev/net/c/210620ae44a8
- [net,3/7] tls: rx: strp: force mixed decrypted records into copy mode
https://git.kernel.org/netdev/net/c/14c4be92ebb3
- [net,4/7] tls: rx: strp: fix determining record length in copy mode
https://git.kernel.org/netdev/net/c/8b0c0dc9fbbd
- [net,5/7] tls: rx: strp: factor out copying skb data
https://git.kernel.org/netdev/net/c/c1c607b1e5d5
- [net,6/7] tls: rx: strp: preserve decryption status of skbs when needed
https://git.kernel.org/netdev/net/c/eca9bfafee3a
- [net,7/7] tls: rx: strp: don't use GFP_KERNEL in softirq context
https://git.kernel.org/netdev/net/c/74836ec828fe
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-05-19 7:50 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-17 1:50 [PATCH net 0/7] tls: rx: strp: fix inline crypto offload Jakub Kicinski
2023-05-17 1:50 ` [PATCH net 1/7] tls: rx: device: fix checking decryption status Jakub Kicinski
2023-05-18 15:42 ` Simon Horman
2023-05-17 1:50 ` [PATCH net 2/7] tls: rx: strp: set the skb->len of detached / CoW'ed skbs Jakub Kicinski
2023-05-18 15:44 ` Simon Horman
2023-05-17 1:50 ` [PATCH net 3/7] tls: rx: strp: force mixed decrypted records into copy mode Jakub Kicinski
2023-05-18 15:43 ` Simon Horman
2023-05-17 1:50 ` [PATCH net 4/7] tls: rx: strp: fix determining record length in " Jakub Kicinski
2023-05-18 15:44 ` Simon Horman
2023-05-17 1:50 ` [PATCH net 5/7] tls: rx: strp: factor out copying skb data Jakub Kicinski
2023-05-18 15:45 ` Simon Horman
2023-05-17 1:50 ` [PATCH net 6/7] tls: rx: strp: preserve decryption status of skbs when needed Jakub Kicinski
2023-05-18 15:46 ` Simon Horman
2023-05-17 1:50 ` [PATCH net 7/7] tls: rx: strp: don't use GFP_KERNEL in softirq context Jakub Kicinski
2023-05-18 15:45 ` Simon Horman
2023-05-19 7:50 ` patchwork-bot+netdevbpf [this message]
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=168448263339.27405.11276578123661889710.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=borisp@nvidia.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=john.fastabend@gmail.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=tariqt@nvidia.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.