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/7] xfrm: add extack support to some more message types
Date: Thu, 24 Nov 2022 15:43:37 +0100 [thread overview]
Message-ID: <cover.1668507420.git.sd@queasysnail.net> (raw)
This is the last part of my extack work for xfrm, adding extack
messages to the last remaining operations: NEWSPDINFO, ALLOCSPI,
MIGRATE, NEWAE, DELSA, EXPIRE.
The first patch does a few clean ups on code that will be changed
later on it the series.
Sabrina Dubroca (7):
xfrm: a few coding style clean ups
xfrm: add extack to xfrm_add_sa_expire
xfrm: add extack to xfrm_del_sa
xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_len
xfrm: add extack to xfrm_do_migrate
xfrm: add extack to xfrm_alloc_userspi
xfrm: add extack to xfrm_set_spdinfo
include/net/xfrm.h | 8 ++--
net/key/af_key.c | 6 +--
net/xfrm/xfrm_policy.c | 33 ++++++++++++-----
net/xfrm/xfrm_state.c | 21 ++++++++---
net/xfrm/xfrm_user.c | 84 ++++++++++++++++++++++++++++++------------
5 files changed, 109 insertions(+), 43 deletions(-)
--
2.38.0
next reply other threads:[~2022-11-24 14:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-24 14:43 Sabrina Dubroca [this message]
2022-11-24 14:43 ` [PATCH ipsec-next 1/7] xfrm: a few coding style clean ups Sabrina Dubroca
2022-11-24 14:43 ` [PATCH ipsec-next 2/7] xfrm: add extack to xfrm_add_sa_expire Sabrina Dubroca
2022-11-24 14:43 ` [PATCH ipsec-next 3/7] xfrm: add extack to xfrm_del_sa Sabrina Dubroca
2022-11-24 14:43 ` [PATCH ipsec-next 4/7] xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_len Sabrina Dubroca
2022-11-24 14:43 ` [PATCH ipsec-next 5/7] xfrm: add extack to xfrm_do_migrate Sabrina Dubroca
2022-11-24 14:43 ` [PATCH ipsec-next 6/7] xfrm: add extack to xfrm_alloc_userspi Sabrina Dubroca
2022-11-24 14:43 ` [PATCH ipsec-next 7/7] xfrm: add extack to xfrm_set_spdinfo Sabrina Dubroca
2022-11-26 10:35 ` [PATCH ipsec-next 0/7] xfrm: add extack support to some more message types 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.1668507420.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).