aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-31net: dsa: mv88e6xxx: add MDB supportVivien Didelot1-0/+65
2016-08-31net: dsa: mv88e6xxx: make switchdev DB ops genericVivien Didelot1-43/+57
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+7
2016-08-26net: dsa: bcm_sf2: Utilize mask clear/set helpers in bcm_sf2_intr_disableFlorian Fainelli1-4/+2
2016-08-26net: dsa: bcm_sf2: Remove duplicate codeFlorian Fainelli3-950/+17
2016-08-26net: dsa: bcm_sf2: Utilize core B53 driver when possibleFlorian Fainelli3-47/+195
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-25net: dsa: bcm_sf2: Fix race condition while unmasking interruptsFlorian Fainelli1-1/+1
2016-08-24net: dsa: rename switch operations structureVivien Didelot4-11/+11
2016-08-23net: mv88e6xxx: Fix ingress rate removal for mv6131 chipsJamie Lentin1-2/+6
2016-08-22net: mv88e6xxx: Enable PORT_CONTROL_FORWARD_UNKNOWN for DSA-tagged CPU portsJamie Lentin1-2/+2
2016-08-22dsa: mv88e6xxx: Delete ppu timer when removing moduleAndrew Lunn1-0/+13
2016-08-22net: dsa: mv88e6xxx: Fix support for DSA tagging for older switches.Andrew Lunn3-27/+31
2016-08-22net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn4-4/+24
2016-08-19net: dsa: bcm_sf2: Remove probing through old DSA bindingFlorian Fainelli1-15/+0
2016-08-19net: dsa: bcm_sf2: Use device managed helpersFlorian Fainelli1-23/+13
2016-08-19net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli1-60/+118
2016-08-19dsa: mv88e6xxx: Make mv88e6xxx_wait() timeout verboseAndrew Lunn1-0/+1
2016-08-19dsa: mv88e6xxx: Use mv88e6xx_wait in mv88e6xxx_update()Andrew Lunn1-12/+4
2016-08-19dsa: mv88e6xxx: Timeout based on iterations, not timeAndrew Lunn1-9/+6
2016-08-15net: dsa: mv88e6xxx: use the new PHY APIVivien Didelot1-135/+50
2016-08-15net: dsa: mv88e6xxx: describe PHY page and SerDesVivien Didelot2-17/+105
2016-08-15net: dsa: mv88e6xxx: abstract PHY opsVivien Didelot2-51/+81
2016-08-15net: dsa: mv88e6xxx: rework Global2 SMI PHY accessVivien Didelot2-56/+90
2016-08-15net: dsa: mv88e6xxx: describe Multi-chip registersVivien Didelot2-16/+26
2016-08-15net: dsa: mv88e6xxx: rename _mv88e6xxx_waitVivien Didelot1-30/+33
2016-08-14net: dsa: b53: remove .owner and .bus fields for driverWei Yongjun1-2/+0
2016-08-12dsa: mv88e6xxx: hide unused functionsArnd Bergmann1-0/+2
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-30net: dsa: bcm_sf2: Unwind errors in correct orderFlorian Fainelli1-2/+3
2016-07-20net: dsa: mv88e6xxx: kill last locked reg_readVivien Didelot1-16/+19
2016-07-20net: dsa: mv88e6xxx: rework EEPROM accessVivien Didelot2-283/+239
2016-07-20net: dsa: mv88e6xxx: remove unused phy_mutexVivien Didelot1-6/+0
2016-07-19net: dsa: mv88e6xxx: add support for DSA ageing timeVivien Didelot1-0/+14
2016-07-19net: dsa: mv88e6xxx: add G1 helper for ageing timeVivien Didelot2-5/+54
2016-07-19net: dsa: mv88e6xxx: add cap for IRLVivien Didelot2-20/+53
2016-07-19net: dsa: mv88e6xxx: add cap for Priority OverrideVivien Didelot2-10/+33
2016-07-19net: dsa: mv88e6xxx: add cap for PVTVivien Didelot2-13/+31
2016-07-19net: dsa: mv88e6xxx: rework Switch MAC setterVivien Didelot2-75/+64
2016-07-19net: dsa: mv88e6xxx: add cap for MGMT Enables bitsVivien Didelot2-18/+41
2016-07-19net: dsa: mv88e6xxx: extract trunk mappingVivien Didelot2-21/+48
2016-07-19net: dsa: mv88e6xxx: extract device mappingVivien Didelot1-15/+60
2016-07-19net: dsa: mv88e6xxx: split setup of Global 1 and 2Vivien Didelot2-32/+62
2016-07-19net: dsa: mv88e6xxx: remove basic function flagsVivien Didelot2-63/+6
2016-07-11b53: Fix build warning.David S. Miller1-1/+1