aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/bcm_sf2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-07-30net: dsa: bcm_sf2: Unwind errors in correct orderFlorian Fainelli1-2/+3
2016-06-09net: dsa: bcm_sf2: Add VLAN supportFlorian Fainelli1-1/+265
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 Fainelli1-81/+134
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn1-2/+2
2016-05-11dsa: Rename switch chip data to cdAndrew Lunn1-2/+2
2016-04-17net: dsa: constify probed nameVivien Didelot1-3/+3
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn1-9/+10
2016-04-13net: dsa: Rename DSA probe function.Andrew Lunn1-3/+4
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn1-2/+8
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn1-1/+2
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot1-4/+5
2016-04-08net: dsa: make the STP state function return voidVivien Didelot1-10/+6
2016-03-14net: dsa: make port_bridge_leave return voidVivien Didelot1-3/+1
2016-03-14net: dsa: rename port_*_bridge routinesVivien Didelot1-2/+2
2016-02-23net: dsa: pass bridge down to driversVivien Didelot1-5/+7
2015-10-26net: dsa: bcm_sf2: Unhardcode port numbersFlorian Fainelli1-11/+91
2015-10-26net: dsa: bcm_sf2: Implement FDB operationsFlorian Fainelli1-0/+236
2015-09-08net: dsa: bcm_sf2: Fix ageing conditions and operationFlorian Fainelli1-4/+8
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+13
2015-07-21net: dsa: bcm_sf2: Do not override speed settingsFlorian Fainelli1-17/+1
2015-07-20net: dsa: bcm_sf2: do not use indirect reads and writes for 7445E0Florian Fainelli1-2/+13
2015-06-10net: dsa: bcm_sf2: Utilize BRCM_PSEUDO_PHY_ADDRFlorian Fainelli1-3/+4
2015-05-17net: dsa: bcm_sf2: properly propagate carrier down state for MoCAFlorian Fainelli1-0/+7
2015-02-25net: dsa: bcm_sf2: add HW bridging supportFlorian Fainelli1-1/+154
2015-02-07net: dsa: bcm_sf2: implement GPHY power downFlorian Fainelli1-9/+41
2015-02-07net: dsa: bcm_sf2: move GPHY enabling to its own functionFlorian Fainelli1-12/+20
2015-01-25net: dsa: bcm_sf2: factor interrupt disabling in a functionFlorian Fainelli1-12/+12
2014-12-11net: dsa: bcm_sf2: force link for all fixed PHY devicesFlorian Fainelli1-10/+13
2014-11-26net: dsa: bcm_sf2: reset switch prior to initializationFlorian Fainelli1-23/+29
2014-11-26net: dsa: bcm_sf2: fix unmapping registers in case of errorsFlorian Fainelli1-2/+4
2014-09-28net: dsa: bcm_sf2: add support for controlling EEEFlorian Fainelli1-0/+73
2014-09-28net: dsa: bcm_sf2: add port_enable/disable callbacksFlorian Fainelli1-20/+40
2014-09-28net: dsa: bcm_sf2: disable RGMII interface(s) when link is downFlorian Fainelli1-0/+9
2014-09-22net: dsa: bcm_sf2: add support for Wake-on-LANFlorian Fainelli1-0/+58
2014-09-22net: dsa: bcm_sf2: add suspend/resume callbacksFlorian Fainelli1-0/+85
2014-09-19net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driverFlorian Fainelli1-0/+16
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck1-1/+1
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli1-1/+1
2014-08-27net: dsa: add Broadcom SF2 switch driverFlorian Fainelli1-0/+626