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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 24 Apr 2022 14:09:43 +0200 From: Alaa Mohamed <eng.alaamohamedsoliman.am@...il.com> To: netdev@...r.kernel.org Cc: outreachy@...ts.linux.dev, roopa@...dia.com, jdenham@...hat.com, sbrivio@...hat.com, jesse.brandeburg@...el.com, anthony.l.nguyen@...el.com, davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, vladimir.oltean@....com, claudiu.manoil@....com, alexandre.belloni@...tlin.com, shshaikh@...vell.com, manishc@...vell.com, razor@...ckwall.org, intel-wired-lan@...ts.osuosl.org, linux-kernel@...r.kernel.org, UNGLinuxDriver@...rochip.com, GR-Linux-NIC-Dev@...vell.com, bridge@...ts.linux-foundation.org, eng.alaamohamedsoliman.am@...il.com Subject: [PATCH net-next v3 0/2] propagate extack to vxlan_fdb_delete In order to propagate extack to vxlan_fdb_delete and vxlan_fdb_parse, add extack to .ndo_fdb_del and edit all fdb del handelers Alaa Mohamed (2): rtnetlink: add extack support in fdb del handlers net: vxlan: vxlan_core.c: Add extack support to vxlan_fdb_delete drivers/net/ethernet/intel/ice/ice_main.c | 4 +- drivers/net/ethernet/mscc/ocelot_net.c | 4 +- .../net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +- drivers/net/macvlan.c | 2 +- drivers/net/vxlan/vxlan_core.c | 38 +++++++++++++------ include/linux/netdevice.h | 2 +- net/bridge/br_fdb.c | 2 +- net/bridge/br_private.h | 2 +- net/core/rtnetlink.c | 4 +- 9 files changed, 37 insertions(+), 23 deletions(-) -- 2.36.0
Powered by blists - more mailing lists