openwrtv3/target/linux/ramips/files/drivers/net/ethernet/ralink
John Crispin 1aab21df9f ramips: Allow to receive vlan over untag ports on MT7530
The MT7530 switch driver with enable_vlan set will automatically set all
ports to the user port mode. The hardware will remove the incoming vlan tag
on these ports and use it for its internal vlan. This is usually not wanted
and makes it impossible to communicate via vlan over the switch in both
directions.

It is possible to configure a switch port to "transparent mode" when this
port is only used as untag in the switch VLANs. This will disable the VLAN
untagging of packets when they were received on this port. The tagging on
"tag" ports based on the vlan id is still working.

The transparent port mode cannot be used when a port is both used in a VLAN
as "tag" and in another one as "untag" port.

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>

SVN-Revision: 47114
2015-10-05 10:26:09 +00:00
..
esw_rt3052.c ralink: use fe_reset to control all reset 2015-01-18 20:17:07 +00:00
esw_rt3052.h
gsw_mt7620a.c ralink: use fe_reset to control all reset 2015-01-18 20:17:07 +00:00
gsw_mt7620a.h ralink: add support for mt7621 ethernet 2014-11-12 14:54:50 +00:00
Kconfig ralink: add support for mt7621 ethernet 2014-11-12 14:54:50 +00:00
Makefile
mdio.c
mdio.h
mdio_rt2880.c
mdio_rt2880.h
mt7530.c ramips: Allow to receive vlan over untag ports on MT7530 2015-10-05 10:26:09 +00:00
mt7530.h
ralink_ethtool.c ramips: collect rx related members to fe_rx_ring struct 2015-07-10 19:41:48 +00:00
ralink_ethtool.h
ralink_soc_eth.c ramips: collect rx related members to fe_rx_ring struct 2015-07-10 19:41:48 +00:00
ralink_soc_eth.h ramips: collect rx related members to fe_rx_ring struct 2015-07-10 19:41:48 +00:00
soc_mt7620.c ramips: make ethernet register map u16 instead of u32 2015-03-22 15:11:14 +00:00
soc_rt305x.c ramips: make ethernet register map u16 instead of u32 2015-03-22 15:11:14 +00:00
soc_rt2880.c ralink: use random generate mac address instead of default one. 2015-03-13 08:38:01 +00:00
soc_rt3883.c ralink: use random generate mac address instead of default one. 2015-03-13 08:38:01 +00:00