public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel•org
To: Steffen Klassert <steffen.klassert@secunet•com>
Cc: davem@davemloft•net, kuba@kernel•org,
	herbert@gondor•apana.org.au, netdev@vger•kernel.org
Subject: Re: [PATCH 01/24] selftests/net: Refactor xfrm_fill_key() to use array of structs
Date: Mon, 03 Oct 2022 07:10:24 +0000	[thread overview]
Message-ID: <166478102447.21968.3239077651352259753.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221002081712.757515-2-steffen.klassert@secunet.com>

Hello:

This series was applied to netdev/net-next.git (master)
by Steffen Klassert <steffen.klassert@secunet•com>:

On Sun, 2 Oct 2022 10:16:49 +0200 you wrote:
> From: Gautam Menghani <gautammenghani201@gmail•com>
> 
> A TODO in net/ipsec.c asks to refactor the code in xfrm_fill_key() to
> use set/map to avoid manually comparing each algorithm with the "name"
> parameter passed to the function as an argument. This patch refactors
> the code to create an array of structs where each struct contains the
> algorithm name and its corresponding key length.
> 
> [...]

Here is the summary with links:
  - [01/24] selftests/net: Refactor xfrm_fill_key() to use array of structs
    https://git.kernel.org/netdev/net-next/c/93d7c52a6eb9
  - [02/24] xfrm: Drop unused argument
    https://git.kernel.org/netdev/net-next/c/0de1978852df
  - [03/24] net: allow storing xfrm interface metadata in metadata_dst
    https://git.kernel.org/netdev/net-next/c/5182a5d48c3d
  - [04/24] xfrm: interface: support collect metadata mode
    https://git.kernel.org/netdev/net-next/c/abc340b38ba2
  - [05/24] xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md mode
    https://git.kernel.org/netdev/net-next/c/2c2493b9da91
  - [06/24] xfrm: propagate extack to all netlink doit handlers
    https://git.kernel.org/netdev/net-next/c/3bec6c3e83b5
  - [07/24] xfrm: add extack support to verify_newpolicy_info
    https://git.kernel.org/netdev/net-next/c/ec2b4f01536d
  - [08/24] xfrm: add extack to verify_policy_dir
    https://git.kernel.org/netdev/net-next/c/24fc544fb525
  - [09/24] xfrm: add extack to verify_policy_type
    https://git.kernel.org/netdev/net-next/c/fb7deaba40cf
  - [10/24] xfrm: add extack to validate_tmpl
    https://git.kernel.org/netdev/net-next/c/d37bed89f082
  - [11/24] xfrm: add extack to verify_sec_ctx_len
    https://git.kernel.org/netdev/net-next/c/08a717e48037
  - [12/24] xfrm: add extack support to verify_newsa_info
    https://git.kernel.org/netdev/net-next/c/6999aae17a7b
  - [13/24] xfrm: add extack to verify_replay
    https://git.kernel.org/netdev/net-next/c/785b87b22085
  - [14/24] xfrm: add extack to verify_one_alg, verify_auth_trunc, verify_aead
    https://git.kernel.org/netdev/net-next/c/1fc8fde55391
  - [15/24] xfrm: add extack support to xfrm_dev_state_add
    https://git.kernel.org/netdev/net-next/c/adb5c33e4d4c
  - [16/24] xfrm: add extack to attach_*
    https://git.kernel.org/netdev/net-next/c/2b9168266d15
  - [17/24] xfrm: add extack to __xfrm_init_state
    https://git.kernel.org/netdev/net-next/c/741f9a106498
  - [18/24] xfrm: add extack support to xfrm_init_replay
    https://git.kernel.org/netdev/net-next/c/1cf9a3ae3e2d
  - [19/24] xfrm: pass extack down to xfrm_type ->init_state
    https://git.kernel.org/netdev/net-next/c/e1e10b44cf28
  - [20/24] xfrm: ah: add extack to ah_init_state, ah6_init_state
    https://git.kernel.org/netdev/net-next/c/ef87a4f84b10
  - [21/24] xfrm: esp: add extack to esp_init_state, esp6_init_state
    https://git.kernel.org/netdev/net-next/c/67c44f93c951
  - [22/24] xfrm: tunnel: add extack to ipip_init_state, xfrm6_tunnel_init_state
    https://git.kernel.org/netdev/net-next/c/25ec92cd042a
  - [23/24] xfrm: ipcomp: add extack to ipcomp{4,6}_init_state
    https://git.kernel.org/netdev/net-next/c/6ee55320520e
  - [24/24] xfrm: mip6: add extack to mip6_destopt_init_state, mip6_rthdr_init_state
    https://git.kernel.org/netdev/net-next/c/28b5dbd5dcf7

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



  reply	other threads:[~2022-10-03  7:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-02  8:16 [PATCH 0/24] pull request (net-next): ipsec-next 2022-10-02 Steffen Klassert
2022-10-02  8:16 ` [PATCH 01/24] selftests/net: Refactor xfrm_fill_key() to use array of structs Steffen Klassert
2022-10-03  7:10   ` patchwork-bot+netdevbpf [this message]
2022-10-02  8:16 ` [PATCH 02/24] xfrm: Drop unused argument Steffen Klassert
2022-10-02  8:16 ` [PATCH 03/24] net: allow storing xfrm interface metadata in metadata_dst Steffen Klassert
2022-10-02  8:16 ` [PATCH 04/24] xfrm: interface: support collect metadata mode Steffen Klassert
2022-10-02  8:16 ` [PATCH 05/24] xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md mode Steffen Klassert
2022-10-02  8:16 ` [PATCH 06/24] xfrm: propagate extack to all netlink doit handlers Steffen Klassert
2022-10-02  8:16 ` [PATCH 07/24] xfrm: add extack support to verify_newpolicy_info Steffen Klassert
2022-10-02  8:16 ` [PATCH 08/24] xfrm: add extack to verify_policy_dir Steffen Klassert
2022-10-02  8:16 ` [PATCH 09/24] xfrm: add extack to verify_policy_type Steffen Klassert
2022-10-02  8:16 ` [PATCH 10/24] xfrm: add extack to validate_tmpl Steffen Klassert
2022-10-02  8:16 ` [PATCH 11/24] xfrm: add extack to verify_sec_ctx_len Steffen Klassert
2022-10-02  8:17 ` [PATCH 12/24] xfrm: add extack support to verify_newsa_info Steffen Klassert
2022-10-02  8:17 ` [PATCH 13/24] xfrm: add extack to verify_replay Steffen Klassert
2022-10-02  8:17 ` [PATCH 14/24] xfrm: add extack to verify_one_alg, verify_auth_trunc, verify_aead Steffen Klassert
2022-10-02  8:17 ` [PATCH 15/24] xfrm: add extack support to xfrm_dev_state_add Steffen Klassert
2022-10-02  8:17 ` [PATCH 16/24] xfrm: add extack to attach_* Steffen Klassert
2022-10-02  8:17 ` [PATCH 17/24] xfrm: add extack to __xfrm_init_state Steffen Klassert
2022-10-02  8:17 ` [PATCH 18/24] xfrm: add extack support to xfrm_init_replay Steffen Klassert
2022-10-02  8:17 ` [PATCH 19/24] xfrm: pass extack down to xfrm_type ->init_state Steffen Klassert
2022-10-02  8:17 ` [PATCH 20/24] xfrm: ah: add extack to ah_init_state, ah6_init_state Steffen Klassert
2022-10-02  8:17 ` [PATCH 21/24] xfrm: esp: add extack to esp_init_state, esp6_init_state Steffen Klassert
2022-10-02  8:17 ` [PATCH 22/24] xfrm: tunnel: add extack to ipip_init_state, xfrm6_tunnel_init_state Steffen Klassert
2022-10-02  8:17 ` [PATCH 23/24] xfrm: ipcomp: add extack to ipcomp{4,6}_init_state Steffen Klassert
2022-10-02  8:17 ` [PATCH 24/24] xfrm: mip6: add extack to mip6_destopt_init_state, mip6_rthdr_init_state 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=166478102447.21968.3239077651352259753.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=davem@davemloft$(echo .)net \
    --cc=herbert@gondor$(echo .)apana.org.au \
    --cc=kuba@kernel$(echo .)org \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=steffen.klassert@secunet$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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