mbox series

[net-next,v2,0/4] Introduce VLAN support in HSR

Message ID 20241024103056.3201071-1-danishanwar@ti.com (mailing list archive)
Headers show
Series Introduce VLAN support in HSR | expand

Message

MD Danish Anwar Oct. 24, 2024, 10:30 a.m. UTC
This series adds VLAN support to HSR framework.
This series also adds VLAN support to HSR mode of ICSSG Ethernet driver.

Changes from v1 to v2:
*) Added patch 4/4 to add test script related to VLAN in HSR as asked by
Lukasz Majewski <lukma@denx.de>

v1 https://lore.kernel.org/all/20241004074715.791191-1-danishanwar@ti.com/

MD Danish Anwar (1):
  selftests: hsr: Add test for VLAN

Murali Karicheri (1):
  net: hsr: Add VLAN CTAG filter support

Ravi Gunasekaran (1):
  net: ti: icssg-prueth: Add VLAN support for HSR mode

WingMan Kwok (1):
  net: hsr: Add VLAN support

 drivers/net/ethernet/ti/icssg/icssg_prueth.c | 45 +++++++++++-
 net/hsr/hsr_device.c                         | 76 ++++++++++++++++++--
 net/hsr/hsr_forward.c                        | 19 +++--
 tools/testing/selftests/net/hsr/config       |  1 +
 tools/testing/selftests/net/hsr/hsr_ping.sh  | 63 +++++++++++++++-
 5 files changed, 191 insertions(+), 13 deletions(-)


base-commit: 1bf70e6c3a5346966c25e0a1ff492945b25d3f80