aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/b53 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30net: dsa: b53: Add support for port mirroringFlorian Fainelli2-0/+71
2017-01-30net: dsa: b53: Add mirror capture register definitionsFlorian Fainelli1-0/+32
2017-01-29net: dsa: b53: use dsa_port's bridge pointerVivien Didelot2-7/+3
2017-01-29net: dsa: pass bridge device when a port leavesVivien Didelot2-2/+2
2017-01-29net: dsa: variable number of portsVivien Didelot1-3/+4
2017-01-26net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli1-1/+1
2017-01-24net: dsa: b53: Utilize mdio_module_driverFlorian Fainelli1-12/+1
2017-01-22net: dsa: bcm_sf2: Add support for BCM7278 integrated switchFlorian Fainelli2-1/+15
2017-01-09net: dsa: Make dsa_switch_ops constFlorian Fainelli1-1/+1
2017-01-09net: dsa: b53: Export most operations to other driversFlorian Fainelli2-33/+79
2017-01-06net: dsa: b53: Utilize common helpers for u64/MACFlorian Fainelli2-22/+4
2016-11-16net: dsa: b53: Fix VLAN usage and how we treat CPU portFlorian Fainelli1-12/+4
2016-10-17net: dsa: b53: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-09-23net: dsa: b53: implement DSA port fast ageingVivien Didelot1-20/+11
2016-09-20net-next: dsa: b53: remove empty set_addr() stubJohn Crispin1-6/+0
2016-09-16net: dsa: b53: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-09-01net: dsa: remove ds_to_privVivien Didelot1-21/+21
2016-08-26net: dsa: b53: Add JOIN_ALL_VLAN supportFlorian Fainelli2-4/+29
2016-08-26net: dsa: b53: Define SF2 MIB layoutFlorian Fainelli2-0/+69
2016-08-26net: dsa: b53: Prepare to support 7445 switchFlorian Fainelli2-0/+13
2016-08-26net: dsa: b53: Initialize ds->ops in b53_switch_allocFlorian Fainelli1-2/+1
2016-08-24net: dsa: rename switch operations structureVivien Didelot1-2/+2
2016-08-22net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn1-1/+6
2016-08-14net: dsa: b53: remove .owner and .bus fields for driverWei Yongjun1-2/+0
2016-08-09net: dsa: b53: constify b53_io_ops structuresJulia Lawall6-6/+8
2016-08-06net: dsa: b53: Add missing ULL suffix for 64-bit constantGeert Uytterhoeven1-1/+1
2016-08-01dsa: b53: remove redundant ifxypron.glpk@gmx.de1-2/+1
2016-07-11b53: Fix build warning.David S. Miller1-1/+1
2016-07-11net: dsa: b53: Add support for BCM585xx/586xx/88312 integrated switchFlorian Fainelli3-0/+21
2016-07-11net: dsa: b53: Allow SRAB driver to specify platform dataFlorian Fainelli1-10/+29
2016-06-29dsa: b53: avoid 'maybe-uninitialized' warningArnd Bergmann1-6/+24
2016-06-23net: dsa: b53: Fix statistics readingsFlorian Fainelli1-1/+1
2016-06-16dsa: b53: fix big-endian register accessArnd Bergmann1-12/+8
2016-06-09net: dsa: b53: Plug in VLAN supportFlorian Fainelli2-26/+243
2016-06-09net: dsa: b53: Add bridge supportFlorian Fainelli3-3/+174
2016-06-09net: dsa: b53: Implement ARL add/del/dump operationsFlorian Fainelli3-0/+382
2016-06-09net: dsa: b53: Add BCM7445 quirkFlorian Fainelli1-0/+11
2016-06-09net: dsa: b53: Add support for Broadcom RoboSwitchFlorian Fainelli9-0/+3264