aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-06-09 22:12:49 -0700
committerDavid S. Miller <davem@davemloft.net>2016-06-09 22:12:49 -0700
commit409a5f27ed1288b582fb164090c6eff17c74f5d4 (patch)
treebdcbc21f19e56e036f83545f60347eb35ba50f52 /drivers/net/dsa/Makefile
parentMerge branch 'netdev_lockdep_set_classes' (diff)
parentnet: dsa: bcm_sf2: Add VLAN support (diff)
downloadlinux-dev-409a5f27ed1288b582fb164090c6eff17c74f5d4.tar.xz
linux-dev-409a5f27ed1288b582fb164090c6eff17c74f5d4.zip
Merge branch 'bcm_sf2-vlan'
Florian Fainelli says: ==================== net: dsa: bcm_sf2: add VLAN support This is long overdue, finally add support for VLANs in the Broadcom Starfigther 2 switch driver. There are a few things that make us differ from e.g; mv88e6xxx.c: - we keep a software cache of which VLANs are enabled and which are not to dramatically speed up the VLAN dump operation, we do not have any HW operation which would only return the list of valid VLAN entries, they would have to be all queried one by one, with 4K vlans, this takes a while - the default behavior is equivalent to setting VLAN filtering to 1, still working on implementing a proper port_vlan_filtering callback, but I figured the most conservative behavior is probably okay anyway - without enabling VLANs, the default behavior is to receive any 802.1q frames (per the DSA documentation), however, once we start enabling VLAN support, if an interface leaves the bridge, we still want it to receive all 802.1q frames so we utiliez the "Join all VLAN" feature of the switch to perform that ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/Makefile')
0 files changed, 0 insertions, 0 deletions