linux_dsm_epyc7002/drivers/net/dsa/sja1105
Vladimir Oltean 93647594d8 net: dsa: sja1105: Hide the dsa_8021q VLANs from the bridge fdb command
TX VLANs and RX VLANs are an internal implementation detail of DSA for
frame tagging.  They work by installing special VLANs on switch ports in
the operating modes where no behavior change w.r.t. VLANs can be
observed by the user.

Therefore it makes sense to hide these VLANs in the 'bridge fdb'
command, as well as translate the pvid into the RX VID and TX VID on
'bridge fdb add' and 'bridge fdb del' commands.

Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-06-04 11:49:20 -07:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
sja1105_clocking.c net: dsa: sja1105: Error out if RGMII delays are requested in DT 2019-05-03 10:49:17 -04:00
sja1105_dynamic_config.c net: dsa: sja1105: Add P/Q/R/S management route support via dynamic interface 2019-06-04 11:49:20 -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: Hide the dsa_8021q VLANs from the bridge fdb command 2019-06-04 11:49:20 -07:00
sja1105_spi.c net: dsa: sja1105: Make room for P/Q/R/S FDB operations 2019-06-04 11:49:19 -07:00
sja1105_static_config.c net: dsa: sja1105: Add missing L2 Forwarding Table definitions for P/Q/R/S 2019-06-04 11:49:19 -07:00
sja1105_static_config.h net: dsa: sja1105: Add missing L2 Forwarding Table definitions for P/Q/R/S 2019-06-04 11:49:19 -07:00
sja1105.h net: dsa: sja1105: Add FDB operations for P/Q/R/S series 2019-06-04 11:49:20 -07:00