[PATCH net v2 0/6] net: dsa: microchip: ksz8: fixes for stable

From: Oleksij Rempel
Date: Fri Mar 24 2023 - 04:07:10 EST


changes v2:
- use proper Fixes tag
- add Acked-by: Arun Ramadoss <arun.ramadoss@xxxxxxxxxxxxx> on all
reviewed patches except the ksz8863_smi patch.

These fixes address issues such as incomplete FDB extraction, incorrect
FID extraction and configuration, incorrect timestamp extraction, and
ghost entry extraction from an empty dynamic MAC table. These updates
ensure proper functioning of the FDB/MDB functionality for the
ksz8863/ksz8873 series of chips.

Oleksij Rempel (6):
net: dsa: microchip: ksz8: fix ksz8_fdb_dump()
net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all 1024
entries
net: dsa: microchip: ksz8: fix offset for the timestamp filed
net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting ghost entry
from empty dynamic MAC table.
net: dsa: microchip: ksz8863_smi: fix bulk access
net: dsa: microchip: ksz8: fix MDB configuration with non-zero VID

drivers/net/dsa/microchip/ksz8795.c | 11 +++++------
drivers/net/dsa/microchip/ksz8863_smi.c | 9 ---------
drivers/net/dsa/microchip/ksz_common.c | 12 ++++++------
3 files changed, 11 insertions(+), 21 deletions(-)

--
2.30.2