summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/bcm_sf2.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-22net: dsa: bcm_sf2: Fix node reference countFlorian Fainelli1-0/+2
2020-04-13net: dsa: bcm_sf2: Ensure correct sub-node is parsedFlorian Fainelli1-1/+6
2020-03-11net: dsa: bcm_sf2: Forcibly configure IMP port for 1Gb/secFlorian Fainelli1-2/+1
2020-02-15net: dsa: bcm_sf2: Only 7278 supports 2Gb/sec IMP portFlorian Fainelli1-1/+3
2020-02-05net: dsa: bcm_sf2: Configure IMP port for 2Gb/secFlorian Fainelli1-1/+1
2019-12-05net: dsa: bcm_sf2: Propagate error value from mdio_writeKangjie Lu1-4/+3
2019-12-01net: dsa: bcm_sf2: Turn on PHY to allow successful registrationFlorian Fainelli1-0/+4
2019-11-10net: dsa: bcm_sf2: Fix IMP setup for port different than 8Florian Fainelli1-15/+21
2018-10-18net: dsa: bcm_sf2: Fix unbind orderingFlorian Fainelli1-2/+2
2018-10-18net: dsa: bcm_sf2: Call setup during switch resumeFlorian Fainelli1-7/+1
2018-01-02net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHYFlorian Fainelli1-1/+1
2017-09-05net: dsa: bcm_sf2: Configure IMP port TC2QOS mappingFlorian Fainelli1-0/+9
2017-09-05net: dsa: bcm_sf2: Advertise number of egress queuesFlorian Fainelli1-1/+4
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-08-31net: dsa: bcm_sf2: Fix number of CFP entries for BCM7278Florian Fainelli1-0/+4
2017-08-30net: dsa: make some structures constBhumika Goyal1-1/+1
2017-08-08net: dsa: Remove support for vlan dump from DSA's driversArkadi Sharshevsky1-1/+0
2017-08-08net: dsa: Remove prepare phase for FDBArkadi Sharshevsky1-1/+0
2017-08-03net: dsa: bcm_sf2: dst in not an arrayVivien Didelot1-2/+2
2017-08-02net: dsa: rename switch EEE opsVivien Didelot1-6/+6
2017-08-02net: dsa: remove PHY device argument from .set_eeeVivien Didelot1-1/+0
2017-08-02net: dsa: call phy_init_eee in DSA layerVivien Didelot1-8/+1
2017-08-02net: dsa: bcm_sf2: remove unneeded supported flagsVivien Didelot1-4/+0
2017-06-23net: dsa: bcm_sf2: Remove special handling of "internal" phy-modeFlorian Fainelli1-11/+5
2017-06-13net: dsa: Remove master_netdev and use dst->cpu_dp->netdevFlorian Fainelli1-2/+2
2017-05-18net: dsa: include switchdev.h only onceVivien Didelot1-1/+0
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot1-2/+2
2017-01-30net: dsa: bcm_sf2: Add support for port mirroringFlorian Fainelli1-0/+2
2017-01-30net: dsa: bcm_sf2: Add support for ethtool::rxnfcFlorian Fainelli1-0/+14
2017-01-30net: dsa: bcm_sf2: Configure traffic classes to queue mappingFlorian Fainelli1-0/+9
2017-01-23net: dsa: bcm_sf2: Allow non-IMP ports to have Broadcom tags enabledFlorian Fainelli1-0/+7
2017-01-23net: dsa: bcm_sf2: Move code enabling Broadcom tagsFlorian Fainelli1-27/+34
2017-01-23net: dsa: bcm_sf2: Add support for BCM7278 integrated switchFlorian Fainelli1-8/+48
2017-01-23net: dsa: bcm_sf2: Prepare for different register layoutsFlorian Fainelli1-6/+51
2017-01-09net: dsa: Make dsa_switch_ops constFlorian Fainelli1-1/+1
2017-01-09net: dsa: bcm_sf2: Declare our own dsa_switch_opsFlorian Fainelli1-22/+33
2017-01-09net: dsa: bcm_sf2: Utilize nested MDIO read/writeFlorian Fainelli1-2/+2
2017-01-09net: dsa: bcm_sf2: Do not clobber b53_switch_opsFlorian Fainelli1-0/+7
2016-11-24net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link changeFlorian Fainelli1-0/+4
2016-10-22net: dsa: bcm_sf2: Do not rely on kexec_in_progressFlorian Fainelli1-2/+3
2016-10-20net: dsa: bcm_sf2: Prevent GPHY shutdown for kexec'd kernelsFlorian Fainelli1-0/+14
2016-10-17net: dsa: bcm_sf2: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-09-16net: dsa: bcm_sf2: Fix non static symbol warningWei Yongjun1-1/+1
2016-09-12net: dsa: bcm_sf2: Get VLAN_PORT_MASK from b53_deviceFlorian Fainelli1-1/+1
2016-08-27net: 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 Fainelli1-756/+16
2016-08-26net: dsa: bcm_sf2: Utilize core B53 driver when possibleFlorian Fainelli1-47/+183
2016-08-25net: dsa: rename switch operations structureVivien Didelot1-2/+2
2016-08-23net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn1-1/+6
2016-08-20net: dsa: bcm_sf2: Remove probing through old DSA bindingFlorian Fainelli1-15/+0