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: <20231219115933.1480290-1-ioana.ciornei@nxp.com> Date: Tue, 19 Dec 2023 13:59:25 +0200 From: Ioana Ciornei <ioana.ciornei@....com> To: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org Cc: Ioana Ciornei <ioana.ciornei@....com> Subject: [PATCH net-next v3 0/8] dpaa2-switch: small improvements This patch set consists of a series of small improvements on the dpaa2-switch driver ranging from adding some more verbosity when encountering errors to reorganizing code to be easily extensible. Changes in v3: - 4/8: removed the fixes tag and moved it to the commit message - 5/8: specified that there is no user-visible effect - 6/8: removed the initialization of the err variable Changes in v2: - No changes to the actual diff, only rephrased some commit messages and added more information. Ioana Ciornei (8): dpaa2-switch: set interface MAC address only on endpoint change dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capable dpaa2-switch: print an error when the vlan is already configured dpaa2-switch: add ENDPOINT_CHANGED to the irq_mask dpaa2-switch: do not clear any interrupts automatically dpaa2-switch: reorganize the [pre]changeupper events dpaa2-switch: move a check to the prechangeupper stage dpaa2-switch: cleanup the egress flood of an unused FDB .../ethernet/freescale/dpaa2/dpaa2-switch.c | 132 +++++++++++------- 1 file changed, 84 insertions(+), 48 deletions(-) -- 2.25.1
Powered by blists - more mailing lists