mbox series

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

Message ID 20230324080608.3428714-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series net: dsa: microchip: ksz8: fixes for stable | expand

Message

Oleksij Rempel March 24, 2023, 8:06 a.m. UTC
changes v2:
- use proper Fixes tag
- add Acked-by: Arun Ramadoss <arun.ramadoss@microchip.com> 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(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 25, 2023, 11:31 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 24 Mar 2023 09:06:02 +0100 you wrote:
> changes v2:
> - use proper Fixes tag
> - add Acked-by: Arun Ramadoss <arun.ramadoss@microchip.com> 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.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/6] net: dsa: microchip: ksz8: fix ksz8_fdb_dump()
    https://git.kernel.org/netdev/net/c/88e943e83827
  - [net,v2,2/6] net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all 1024 entries
    https://git.kernel.org/netdev/net/c/5d90492dd4ff
  - [net,v2,3/6] net: dsa: microchip: ksz8: fix offset for the timestamp filed
    https://git.kernel.org/netdev/net/c/b3177aab89be
  - [net,v2,4/6] net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting ghost entry from empty dynamic MAC table.
    https://git.kernel.org/netdev/net/c/492606cdc748
  - [net,v2,5/6] net: dsa: microchip: ksz8863_smi: fix bulk access
    https://git.kernel.org/netdev/net/c/392ff7a84cbc
  - [net,v2,6/6] net: dsa: microchip: ksz8: fix MDB configuration with non-zero VID
    https://git.kernel.org/netdev/net/c/9aa5757e1f71

You are awesome, thank you!