All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Sabrina Dubroca <sd@queasysnail.net>
Cc: netdev@vger.kernel.org, borisp@nvidia.com,
	john.fastabend@gmail.com, kuba@kernel.org
Subject: Re: [PATCH net-next 00/17] tls: expand tls_cipher_size_desc to simplify getsockopt/setsockopt
Date: Mon, 28 Aug 2023 01:10:31 +0000	[thread overview]
Message-ID: <169318503173.15537.3848147900342525852.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1692977948.git.sd@queasysnail.net>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 25 Aug 2023 23:35:05 +0200 you wrote:
> Commit 2d2c5ea24243 ("net/tls: Describe ciphers sizes by const
> structs") introduced tls_cipher_size_desc to describe the size of the
> fields of the per-cipher crypto_info structs, and commit ea7a9d88ba21
> ("net/tls: Use cipher sizes structs") used it, but only in
> tls_device.c and tls_device_fallback.c, and skipped converting similar
> code in tls_main.c and tls_sw.c.
> 
> [...]

Here is the summary with links:
  - [net-next,01/17] selftests: tls: add test variants for aria-gcm
    https://git.kernel.org/netdev/net-next/c/84e306b08340
  - [net-next,02/17] selftests: tls: add getsockopt test
    https://git.kernel.org/netdev/net-next/c/f27ad62fe38c
  - [net-next,03/17] selftests: tls: test some invalid inputs for setsockopt
    https://git.kernel.org/netdev/net-next/c/4bfb6224ed80
  - [net-next,04/17] tls: move tls_cipher_size_desc to net/tls/tls.h
    https://git.kernel.org/netdev/net-next/c/fd0fc6fdd889
  - [net-next,05/17] tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_desc
    https://git.kernel.org/netdev/net-next/c/200e23165109
  - [net-next,06/17] tls: reduce size of tls_cipher_size_desc
    https://git.kernel.org/netdev/net-next/c/037303d67607
  - [net-next,07/17] tls: rename tls_cipher_size_desc to tls_cipher_desc
    https://git.kernel.org/netdev/net-next/c/8db44ab26beb
  - [net-next,08/17] tls: extend tls_cipher_desc to fully describe the ciphers
    https://git.kernel.org/netdev/net-next/c/176a3f50bc6a
  - [net-next,09/17] tls: validate cipher descriptions at compile time
    https://git.kernel.org/netdev/net-next/c/0d98cc02022d
  - [net-next,10/17] tls: expand use of tls_cipher_desc in tls_set_device_offload
    https://git.kernel.org/netdev/net-next/c/3524dd4d5f1f
  - [net-next,11/17] tls: allocate the fallback aead after checking that the cipher is valid
    https://git.kernel.org/netdev/net-next/c/d2322cf5ed59
  - [net-next,12/17] tls: expand use of tls_cipher_desc in tls_sw_fallback_init
    https://git.kernel.org/netdev/net-next/c/e907277aeb6c
  - [net-next,13/17] tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_conf
    https://git.kernel.org/netdev/net-next/c/5f309ade49c7
  - [net-next,14/17] tls: use tls_cipher_desc to simplify do_tls_getsockopt_conf
    https://git.kernel.org/netdev/net-next/c/077e05d13548
  - [net-next,15/17] tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offload
    https://git.kernel.org/netdev/net-next/c/d9a6ca1a9758
  - [net-next,16/17] tls: use tls_cipher_desc to access per-cipher crypto_info in tls_set_sw_offload
    https://git.kernel.org/netdev/net-next/c/48dfad27fd40
  - [net-next,17/17] tls: get cipher_name from cipher_desc in tls_set_sw_offload
    https://git.kernel.org/netdev/net-next/c/f3e444e31f9f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2023-08-28  1:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-25 21:35 [PATCH net-next 00/17] tls: expand tls_cipher_size_desc to simplify getsockopt/setsockopt Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 01/17] selftests: tls: add test variants for aria-gcm Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 02/17] selftests: tls: add getsockopt test Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 03/17] selftests: tls: test some invalid inputs for setsockopt Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 04/17] tls: move tls_cipher_size_desc to net/tls/tls.h Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 05/17] tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_desc Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 06/17] tls: reduce size of tls_cipher_size_desc Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 07/17] tls: rename tls_cipher_size_desc to tls_cipher_desc Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 08/17] tls: extend tls_cipher_desc to fully describe the ciphers Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 09/17] tls: validate cipher descriptions at compile time Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 10/17] tls: expand use of tls_cipher_desc in tls_set_device_offload Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 11/17] tls: allocate the fallback aead after checking that the cipher is valid Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 12/17] tls: expand use of tls_cipher_desc in tls_sw_fallback_init Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 13/17] tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_conf Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 14/17] tls: use tls_cipher_desc to simplify do_tls_getsockopt_conf Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 15/17] tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offload Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 16/17] tls: use tls_cipher_desc to access per-cipher crypto_info " Sabrina Dubroca
2023-08-25 21:35 ` [PATCH net-next 17/17] tls: get cipher_name from cipher_desc " Sabrina Dubroca
2023-08-28  1:10 ` 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=169318503173.15537.3848147900342525852.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=borisp@nvidia.com \
    --cc=john.fastabend@gmail.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sd@queasysnail.net \
    /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.