linux_dsm_epyc7002/drivers/net/dsa/sja1105
Vladimir Oltean b3ee526a88 net: dsa: sja1105: Use correct dsa_8021q VIDs for FDB commands
A FDB entry means that "frames that match this VID and DMAC must be
forwarded to this port".

In the case of dsa_8021q however, the VID is not a single one (and
neither two, as my previous patch assumed). The VID can be set either by
the CPU port (1 tx_vid), or by any of the other front-panel port (n-1
rx_vid's).

Fixes: 93647594d8 ("net: dsa: sja1105: Hide the dsa_8021q VLANs from the bridge fdb command")
Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-06-27 11:03:21 -07:00
..
Kconfig net: dsa: sja1105: fix ptp link error 2019-06-17 16:25:29 -07:00
Makefile net: dsa: sja1105: Build PTP support in main DSA driver 2019-06-27 11:03:21 -07:00
sja1105_clocking.c net: dsa: sja1105: Add RGMII delay support for P/Q/R/S chips 2019-06-09 20:06:54 -07:00
sja1105_dynamic_config.c net: dsa: sja1105: Populate is_static for FDB entries on P/Q/R/S 2019-06-27 11:03:21 -07:00
sja1105_dynamic_config.h net: dsa: sja1105: Plug in support for TCAM searches via the dynamic interface 2019-06-04 11:49:19 -07:00
sja1105_ethtool.c net: dsa: sja1105: Fix status initialization in sja1105_get_ethtool_stats 2019-05-07 12:20:46 -07:00
sja1105_main.c net: dsa: sja1105: Use correct dsa_8021q VIDs for FDB commands 2019-06-27 11:03:21 -07:00
sja1105_ptp.c net: dsa: sja1105: Cancel PTP delayed work on unregister 2019-06-27 11:03:21 -07:00
sja1105_ptp.h net: dsa: sja1105: Add logic for TX timestamping 2019-06-08 15:20:40 -07:00
sja1105_spi.c net: dsa: sja1105: Build PTP support in main DSA driver 2019-06-27 11:03:21 -07:00
sja1105_static_config.c net: dsa: sja1105: Make P/Q/R/S learn MAC addresses 2019-06-27 11:03:21 -07:00
sja1105_static_config.h net: dsa: sja1105: Populate is_static for FDB entries on P/Q/R/S 2019-06-27 11:03:21 -07:00
sja1105.h net: dsa: sja1105: Add RGMII delay support for P/Q/R/S chips 2019-06-09 20:06:54 -07:00