summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2020-04-23net: dsa: bcm_sf2: Fix overflow checksFlorian Fainelli1-6/+3
2020-04-21net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean1-4/+1
2020-04-21net: dsa: mt7530: move mt7623 settings out off the mt7530René van Dorst2-95/+0
2020-04-21net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware modeDENG Qingfang2-6/+19
2020-04-13net: dsa: mt7530: fix null pointer dereferencing in port5 setupChuanhong Guo1-0/+3
2020-04-13net: dsa: bcm_sf2: Ensure correct sub-node is parsedFlorian Fainelli1-1/+6
2020-04-13net: dsa: bcm_sf2: Do not register slave MDIO bus with OFFlorian Fainelli1-1/+1
2020-04-08net: dsa: ksz: Select KSZ protocol tagCodrin Ciubotariu1-0/+1
2020-03-20net: dsa: mt7530: Change the LINK bit to reflect the link statusRené van Dorst1-2/+2
2020-03-12net: dsa: mv88e6xxx: Add missing mask of ATU occupancy registerAndrew Lunn1-0/+2
2020-03-01net: dsa: sja1105: Don't destroy not-yet-created xmit_workerVladimir Oltean1-1/+2
2020-03-01net: dsa: mv88e6xxx: fix lockup on warm bootRussell King1-1/+7
2020-02-27net: dsa: mv88e6xxx: Fix masking of egress portAndrew Lunn1-2/+2
2020-02-27net: dsa: bcm_sf2: Forcibly configure IMP port for 1Gb/secFlorian Fainelli1-2/+1
2020-02-17net: dsa: b53: Ensure the default VID is untaggedFlorian Fainelli1-0/+3
2020-02-10net: dsa: mv88e6xxx: Prevent truncation of longer interrupt namesAndrew Lunn1-6/+6
2020-02-07net: dsa: microchip: enable module autoprobeRazvan Stefanescu1-0/+6
2020-02-07net: dsa: bcm_sf2: Only 7278 supports 2Gb/sec IMP portFlorian Fainelli1-1/+3
2020-02-07net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan()Florian Fainelli1-1/+1
2020-01-20net: dsa: mv88e6xxx: Add SERDES stats counters to all 6390 family membersAndrew Lunn1-0/+15
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+2
2020-01-19net: dsa: felix: Allow PHY to AN 10/100/1000 with 2500 serdes linkAlex Marginean1-5/+4
2020-01-19net: dsa: felix: Handle PAUSE RX regardless of AN resultAlex Marginean1-2/+6
2020-01-17net: dsa: bcm_sf2: Configure IMP port for 2Gb/secFlorian Fainelli1-1/+1
2020-01-17net: dsa: sja1105: Don't error out on disabled ports with no phy-modeVladimir Oltean1-1/+1
2020-01-17net: dsa: felix: Don't error out on disabled ports with no phy-modeVladimir Oltean1-1/+1
2020-01-17net: dsa: felix: Don't restart PCS SGMII AN if not neededAlex Marginean1-0/+21
2020-01-17net: dsa: felix: Set USXGMII link based on BMSR, not LPAAlex Marginean1-1/+0
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-6/+12
2020-01-09net: dsa: b53: Enable Broadcom tags for 531x5/539x familiesFlorian Fainelli1-9/+37
2020-01-09net: dsa: Get information about stacked DSA protocolFlorian Fainelli16-23/+45
2020-01-07net: dsa: mv88e6xxx: Unique ATU and VTU IRQ namesAndrew Lunn3-2/+10
2020-01-07net: dsa: mv88e6xxx: Unique g2 IRQ nameAndrew Lunn2-1/+5
2020-01-07net: dsa: mv88e6xxx: Unique watchdog IRQ nameAndrew Lunn2-1/+5
2020-01-07net: dsa: mv88e6xxx: Unique SERDES interrupt namesAndrew Lunn2-1/+6
2020-01-07net: dsa: mv88e6xxx: Unique IRQ nameAndrew Lunn2-1/+5
2020-01-07net: dsa: mv88e6xxx: Preserve priority when setting CPU port.Andrew Lunn2-0/+6
2020-01-06net: dsa: felix: Add PCS operations for PHYLINKVladimir Oltean4-17/+767
2020-01-06net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean1-21/+75
2020-01-06net: dsa: sja1105: Always send through management routes in slot 0Vladimir Oltean1-25/+1
2020-01-06net: dsa: vsc73xx: Remove dependency on CONFIG_OFFlorian Fainelli2-3/+2
2020-01-03net: dsa: mv88e6xxx: force cmode write on 6141/6341Baruch Siach1-6/+6
2020-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-18/+16
2019-12-31net: dsa: sja1105: Empty the RX timestamping queue on PTP settings changeVladimir Oltean1-0/+3
2019-12-31net: dsa: sja1105: Use PTP core's dedicated kernel thread for RX timestampingVladimir Oltean2-18/+16
2019-12-31net: dsa: sja1105: Reconcile the meaning of TPID and TPID2 for E/T and P/Q/R/SVladimir Oltean2-6/+9
2019-12-31net: dsa: sja1105: Remove restriction of zero base-time for taprio offloadVladimir Oltean1-5/+0
2019-12-31net: dsa: sja1105: Really make the PTP command read-writeVladimir Oltean1-1/+1
2019-12-31net: dsa: sja1105: Take PTP egress timestamp by port, not mgmt slotVladimir Oltean2-3/+3
2019-12-28mv88e6xxx: Add serdes Rx statisticsNikita Yushchenko3-3/+109