aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Fainelli11-0/+3268
2016-06-09net: dsa: bcm_sf2: Add VLAN supportFlorian Fainelli2-1/+275
2016-06-09net: dsa: bcm_sf2: Add VLAN registers definitionsFlorian Fainelli1-0/+70
2016-06-09net: dsa: bcm_sf2: Move setup function at the far endFlorian Fainelli1-119/+119
2016-06-09net: dsa: bcm_sf2: Split fast age into a helper functionFlorian Fainelli1-7/+13
2016-06-08net: dsa: bcm_sf2: Register our slave MDIO busFlorian Fainelli2-81/+140
2016-06-04net: dsa: Add new binding implementationAndrew Lunn1-0/+7
2016-06-04net: dsa: mv88e6xxx: Refactor MDIO so driver registers mdio busAndrew Lunn2-9/+86
2016-06-04net: dsa: mv88e6xxx: Rename _phy_ to _mdio_Andrew Lunn1-63/+63
2016-06-04net: dsa: mv88e6xxx: Only support EDSA taggingAndrew Lunn1-6/+2
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn1-2/+2
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn1-2/+1
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn2-13/+18
2016-06-04net: dsa: mv88e6xxx: fix circular lock in PPU workVivien Didelot1-4/+9
2016-05-16net: dsa: mv88e6xxx: remove bridge workVivien Didelot2-34/+8
2016-05-11dsa: mv88e6xxx: Handle eeprom-length propertyAndrew Lunn2-0/+20
2016-05-11dsa: Rename switch chip data to cdAndrew Lunn2-4/+4
2016-05-11dsa: Remove master_dev from switch structureAndrew Lunn1-0/+1
2016-05-11dsa: Move gpio reset into switch driverAndrew Lunn2-1/+20
2016-05-11dsa: Add mdio device support to Marvell switchesAndrew Lunn1-18/+72
2016-05-11dsa: mv88e6xxx: Rename probe function to fit the normal patternAndrew Lunn1-4/+4
2016-05-11dsa: mv88e6xxx: Initialise the mutex as soon as it is createdAndrew Lunn1-2/+1
2016-05-11net: dsa: mv88e6xxx: add STU capabilityVivien Didelot2-14/+16
2016-05-11net: dsa: mv88e6xxx: abstract VTU/STU data accessVivien Didelot1-4/+28
2016-05-09net: dsa: mv88e6xxx: factorize the switch driverVivien Didelot8-619/+297
2016-05-09net: dsa: mv88e6131: use EDSA tag protocolVivien Didelot2-2/+2
2016-05-09net: dsa: mv88e6xxx: factorize switch setupVivien Didelot6-98/+38
2016-05-09net: dsa: mv88e6131: drop frames priorities setupVivien Didelot1-18/+0
2016-05-09net: dsa: mv88e6xxx: factorize GLOBAL_CONTROL_2 setupVivien Didelot5-60/+7
2016-05-09net: dsa: mv88e6xxx: factorize GLOBAL_MONITOR_CONTROL setupVivien Didelot5-56/+12
2016-05-09net: dsa: mv88e6131: drop VLAN Ethertype setupVivien Didelot1-5/+0
2016-05-09net: dsa: mv88e6xxx: factorize GLOBAL_CONTROL setupVivien Didelot5-37/+13
2016-05-09net: dsa: mv88e6xxx: factorize global setupVivien Didelot6-70/+56
2016-05-09net: dsa: mv88e6xxx: factorize switch resetVivien Didelot6-83/+76
2016-05-09net: dsa: mv88e6xxx: factorize ATU accessVivien Didelot3-6/+36
2016-05-09net: dsa: mv88e6xxx: factorize VTU accessVivien Didelot3-6/+39
2016-05-09net: dsa: mv88e6xxx: factorize bridge supportVivien Didelot4-8/+43
2016-05-09net: dsa: mv88e6131: add registers accessVivien Didelot2-1/+7
2016-05-09net: dsa: mv88e6xxx: factorize EEE accessVivien Didelot5-2/+21
2016-05-09net: dsa: mv88e6xxx: factorize MAC address settingVivien Didelot6-9/+30
2016-05-09net: dsa: mv88e6xxx: factorize temperature accessVivien Didelot5-7/+36
2016-05-09net: dsa: mv88e6xxx: factorize EEPROM accessVivien Didelot6-211/+236
2016-05-09net: dsa: mv88e6xxx: factorize PHY indirect accessVivien Didelot4-46/+21
2016-05-09net: dsa: mv88e6xxx: factorize PHY access with PPUVivien Didelot4-66/+43
2016-05-09net: dsa: mv88e6xxx: add flags to infoVivien Didelot5-0/+38
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1