All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sabrina Dubroca <sd@queasysnail.net>
To: netdev@vger.kernel.org
Cc: steffen.klassert@secunet.com, Sabrina Dubroca <sd@queasysnail.net>
Subject: [PATCH ipsec-next 0/6] xfrm: add netlink extack to all the ->init_state
Date: Tue, 27 Sep 2022 17:45:28 +0200	[thread overview]
Message-ID: <cover.1664287440.git.sd@queasysnail.net> (raw)

This series completes extack support for state creation.

Sabrina Dubroca (6):
  xfrm: pass extack down to xfrm_type ->init_state
  xfrm: ah: add extack to ah_init_state, ah6_init_state
  xfrm: esp: add extack to esp_init_state, esp6_init_state
  xfrm: tunnel: add extack to ipip_init_state, xfrm6_tunnel_init_state
  xfrm: ipcomp: add extack to ipcomp{4,6}_init_state
  xfrm: mip6: add extack to mip6_destopt_init_state,
    mip6_rthdr_init_state

 include/net/ipcomp.h    |  2 +-
 include/net/xfrm.h      |  3 ++-
 net/ipv4/ah4.c          | 23 ++++++++++-------
 net/ipv4/esp4.c         | 55 ++++++++++++++++++++++++-----------------
 net/ipv4/ipcomp.c       | 10 +++++---
 net/ipv4/xfrm4_tunnel.c | 10 +++++---
 net/ipv6/ah6.c          | 23 +++++++++++------
 net/ipv6/esp6.c         | 55 ++++++++++++++++++++++++-----------------
 net/ipv6/ipcomp6.c      | 10 +++++---
 net/ipv6/mip6.c         | 14 +++++------
 net/ipv6/xfrm6_tunnel.c | 10 +++++---
 net/xfrm/xfrm_ipcomp.c  | 10 +++++---
 net/xfrm/xfrm_state.c   |  2 +-
 13 files changed, 140 insertions(+), 87 deletions(-)

-- 
2.37.3


             reply	other threads:[~2022-09-27 15:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-27 15:45 Sabrina Dubroca [this message]
2022-09-27 15:45 ` [PATCH ipsec-next 1/6] xfrm: pass extack down to xfrm_type ->init_state Sabrina Dubroca
2022-09-27 15:45 ` [PATCH ipsec-next 2/6] xfrm: ah: add extack to ah_init_state, ah6_init_state Sabrina Dubroca
2022-09-27 15:45 ` [PATCH ipsec-next 3/6] xfrm: esp: add extack to esp_init_state, esp6_init_state Sabrina Dubroca
2022-09-27 15:45 ` [PATCH ipsec-next 4/6] xfrm: tunnel: add extack to ipip_init_state, xfrm6_tunnel_init_state Sabrina Dubroca
2022-09-27 15:45 ` [PATCH ipsec-next 5/6] xfrm: ipcomp: add extack to ipcomp{4,6}_init_state Sabrina Dubroca
2022-09-27 15:45 ` [PATCH ipsec-next 6/6] xfrm: mip6: add extack to mip6_destopt_init_state, mip6_rthdr_init_state Sabrina Dubroca
2022-09-30  7:52 ` [PATCH ipsec-next 0/6] xfrm: add netlink extack to all the ->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=cover.1664287440.git.sd@queasysnail.net \
    --to=sd@queasysnail.net \
    --cc=netdev@vger.kernel.org \
    --cc=steffen.klassert@secunet.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.