lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <cover.1663103634.git.sd@queasysnail.net> Date: Wed, 14 Sep 2022 19:03:59 +0200 From: Sabrina Dubroca <sd@...asysnail.net> To: netdev@...r.kernel.org Cc: steffen.klassert@...unet.com, Sabrina Dubroca <sd@...asysnail.net> Subject: [PATCH ipsec-next 0/7] xfrm: add netlink extack for state creation This is the second part of my work adding extended acks to XFRM, now taking care of state creation. Policies were handled in the previous series [1]. To keep this series at a reasonable size, x->type->init_state will be handled separately. [1] https://lkml.kernel.org/r/cover.1661162395.git.sd@queasysnail.net Sabrina Dubroca (7): xfrm: add extack support to verify_newsa_info xfrm: add extack to verify_replay xfrm: add extack to verify_one_alg, verify_auth_trunc, verify_aead xfrm: add extack support to xfrm_dev_state_add xfrm: add extack to attach_* xfrm: add extack to __xfrm_init_state xfrm: add extack support to xfrm_init_replay include/net/xfrm.h | 10 +- net/xfrm/xfrm_device.c | 20 +++- net/xfrm/xfrm_replay.c | 10 +- net/xfrm/xfrm_state.c | 28 ++++-- net/xfrm/xfrm_user.c | 209 +++++++++++++++++++++++++++++------------ 5 files changed, 196 insertions(+), 81 deletions(-) -- 2.37.3
Powered by blists - more mailing lists