aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-29dsa: b53: avoid 'maybe-uninitialized' warningArnd Bergmann1-6/+24
2016-06-25net: dsa: mv88e6xxx: rename single-chip supportVivien Didelot3-720/+731
2016-06-25net: dsa: mv88e6xxx: move driver in its own folderVivien Didelot6-11/+15
2016-06-23net: dsa: b53: Fix statistics readingsFlorian Fainelli1-1/+1
2016-06-21net: dsa: mv88e6xxx: abstract switch registers accessesVivien Didelot2-60/+170
2016-06-21net: dsa: mv88e6xxx: add port base address to infoVivien Didelot2-1/+19
2016-06-21net: dsa: mv88e6xxx: pass compatible infoVivien Didelot1-1/+16
2016-06-21net: dsa: mv88e6xxx: add detection helperVivien Didelot1-34/+30
2016-06-21net: dsa: mv88e6xxx: add SMI init helperVivien Didelot1-5/+21
2016-06-21net: dsa: mv88e6xxx: add chip allocation helperVivien Didelot1-12/+27
2016-06-21net: dsa: mv88e6xxx: rename smi_mutex to reg_lockVivien Didelot2-65/+62
2016-06-21net: dsa: mv88e6xxx: remove table args in info lookupVivien Didelot1-10/+6
2016-06-21net: dsa: mv88e6xxx: use gpio get optional variantVivien Didelot1-10/+3
2016-06-21net: dsa: mv88e6xxx: add switch register helpersVivien Didelot1-13/+28
2016-06-21net: dsa: mv88e6xxx: do not increment bus refcountVivien Didelot1-3/+0
2016-06-21net: dsa: mv88e6xxx: use already declared variablesVivien Didelot1-3/+3
2016-06-21net: dsa: mv88e6xxx: remove redundant assignmentsVivien Didelot1-3/+0
2016-06-21net: dsa: mv88e6xxx: fix style issuesVivien Didelot1-19/+23
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 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