All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ipsec-next 0/7] xfrm: add extack support to some more message types
@ 2022-11-24 14:43 Sabrina Dubroca
  2022-11-24 14:43 ` [PATCH ipsec-next 1/7] xfrm: a few coding style clean ups Sabrina Dubroca
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sabrina Dubroca @ 2022-11-24 14:43 UTC (permalink / raw)
  To: netdev; +Cc: steffen.klassert, Sabrina Dubroca

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-11-26 10:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-24 14:43 [PATCH ipsec-next 0/7] xfrm: add extack support to some more message types Sabrina Dubroca
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

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.