netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ipsec-next 0/6] xfrm: add netlink extack to all the ->init_state
@ 2022-09-27 15:45 Sabrina Dubroca
  2022-09-27 15:45 ` [PATCH ipsec-next 1/6] xfrm: pass extack down to xfrm_type ->init_state Sabrina Dubroca
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sabrina Dubroca @ 2022-09-27 15:45 UTC (permalink / raw)
  To: netdev; +Cc: steffen.klassert, Sabrina Dubroca

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


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

end of thread, other threads:[~2022-09-30  7:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-27 15:45 [PATCH ipsec-next 0/6] xfrm: add netlink extack to all the ->init_state Sabrina Dubroca
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

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).