[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<176074740600.2838675.12865926124938428065.git-patchwork-notify@kernel.org>
Date: Sat, 18 Oct 2025 00:30:06 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Eric Biggers <ebiggers@...nel.org>
Cc: netdev@...r.kernel.org, edumazet@...gle.com, ncardwell@...gle.com,
kuniyu@...gle.com, davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
horms@...nel.org, dsahern@...nel.org, 0x7f454c46@...il.com,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] tcp: Convert tcp-md5 to use MD5 library instead
of
crypto_ahash
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Tue, 14 Oct 2025 14:58:36 -0700 you wrote:
> Make tcp-md5 use the MD5 library API (added in 6.18) instead of the
> crypto_ahash API. This is much simpler and also more efficient:
>
> - The library API just operates on struct md5_ctx. Just allocate this
> struct on the stack instead of using a pool of pre-allocated
> crypto_ahash and ahash_request objects.
>
> [...]
Here is the summary with links:
- [net-next] tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahash
https://git.kernel.org/netdev/net-next/c/37a183d3b7cd
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists