summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2021-06-07net: dsa: sja1105: determine PHY/MAC role from PHY interface typeVladimir Oltean1-46/+18
2021-06-07net: dsa: sja1105: apply RGMII delays based on the fixed-link propertyVladimir Oltean2-14/+15
2021-06-05net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_tableGeorge McCollister1-0/+67
2021-06-01net: dsa: sja1105: some table entries are always present when read dynamicallyVladimir Oltean1-7/+8
2021-06-01net: dsa: sja1105: always keep RGMII ports in the MAC roleVladimir Oltean2-7/+8
2021-06-01net: dsa: sja1105: add a translation table for port speedsVladimir Oltean4-35/+84
2021-06-01net: dsa: sja1105: add a PHY interface type compatibility matrixVladimir Oltean3-29/+55
2021-06-01net: dsa: sja1105: cache the phy-mode port propertyVladimir Oltean2-21/+4
2021-06-01net: dsa: sja1105: the 0x1F0000 SGMII "base address" is actually MDIO_MMD_VEND2Vladimir Oltean3-17/+16
2021-06-01net: dsa: sja1105: allow SGMII PCS configuration to be per portVladimir Oltean1-31/+44
2021-06-01net: dsa: sja1105: be compatible with "ethernet-ports" OF node nameVladimir Oltean1-0/+2
2021-05-31net: dsa: qca8k: add missing check return value in qca8k_phylink_mac_config()Yang Yingliang1-2/+7
2021-05-31net: dsa: qca8k: check return value of read functions correctlyYang Yingliang1-70/+60
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-43/+83
2021-05-25net: dsa: microchip: enable phy errata workaround on 9567George McCollister1-0/+1
2021-05-24net: dsa: sja1105: allow the frame buffer size to be customizedVladimir Oltean5-22/+27
2021-05-24net: dsa: sja1105: configure the multicast policers, if presentVladimir Oltean1-0/+4
2021-05-24net: dsa: sja1105: use sja1105_xfer_u32 for the reset procedureVladimir Oltean1-16/+6
2021-05-24net: dsa: sja1105: dynamically choose the number of static config table entriesVladimir Oltean1-16/+16
2021-05-24net: dsa: sja1105: skip CGU configuration if it's unnecessaryVladimir Oltean5-2/+44
2021-05-24net: dsa: sja1105: don't assign the host port using dsa_upstream_port()Vladimir Oltean1-1/+10
2021-05-24net: dsa: sja1105: dimension the data structures for a larger port countVladimir Oltean5-24/+25
2021-05-24net: dsa: sja1105: avoid some work for unused portsVladimir Oltean1-5/+22
2021-05-24net: dsa: sja1105: parameterize the number of portsVladimir Oltean5-38/+53
2021-05-24net: dsa: sja1105: update existing VLANs from the bridge VLAN listVladimir Oltean1-4/+15
2021-05-24net: dsa: sja1105: use 4095 as the private VLAN for untagged trafficVladimir Oltean1-12/+10
2021-05-24net: dsa: sja1105: error out on unsupported PHY modeVladimir Oltean1-0/+1
2021-05-24net: dsa: sja1105: add error handling in sja1105_setup()Vladimir Oltean1-3/+14
2021-05-24net: dsa: sja1105: call dsa_unregister_switch when allocating memory failsVladimir Oltean1-4/+11
2021-05-24net: dsa: sja1105: fix VL lookup command packing for P/Q/R/SVladimir Oltean1-4/+19
2021-05-24net: dsa: mt7530: fix VLAN traffic leaksDENG Qingfang1-8/+0
2021-05-22net: dsa: bcm_sf2: Fix bcm_sf2_reg_rgmii_cntrl() call for non-RGMII portFlorian Fainelli1-3/+2
2021-05-22net: dsa: sja1105: don't use burst SPI reads for port statisticsVladimir Oltean3-468/+598
2021-05-22net: dsa: sja1105: stop reporting the queue levels in ethtool port countersVladimir Oltean3-54/+2
2021-05-21net: dsa: sja1105: adapt to a SPI controller with a limited max transfer sizeVladimir Oltean4-9/+38
2021-05-21net: dsa: sja1105: send multiple spi_messages instead of using cs_changeVladimir Oltean1-40/+12
2021-05-19net: dsa: mt7530: add interrupt supportDENG Qingfang2-28/+256
2021-05-18net: dsa: qca8k: fix missing unlock on error in qca8k_vlan_(add|del)Wei Yongjun1-6/+10
2021-05-15net: dsa: qca8k: pass switch_revision info to phy dev_flagsAnsuel Smith1-0/+17
2021-05-15net: dsa: qca8k: improve internal mdio read/write bus accessAnsuel Smith1-13/+15
2021-05-15net: dsa: qca8k: add support for internal phy and internal mdioAnsuel Smith2-30/+83
2021-05-15net: dsa: qca8k: enlarge mdio delay and timeoutAnsuel Smith2-1/+2
2021-05-15net: dsa: qca8k: dsa: qca8k: protect MASTER busy_wait with mdio mutexAnsuel Smith1-13/+55
2021-05-15net: dsa: qca8k: clear MASTER_EN after phy read/writeAnsuel Smith1-2/+12
2021-05-15net: dsa: qca8k: make rgmii delay configurableAnsuel Smith2-7/+86
2021-05-15net: dsa: qca8k: add ethernet-ports fallback to setup_mdio_busAnsuel Smith1-0/+3
2021-05-15net: dsa: qca8k: add support for switch revAnsuel Smith2-21/+39
2021-05-15net: dsa: qca8k: add GLOBAL_FC settings needed for qca8327Ansuel Smith2-0/+16
2021-05-15net: dsa: qca8k: limit port5 delay to qca8337Ansuel Smith1-2/+4
2021-05-15net: dsa: qca8k: add priority tweak to qca8337 switchAnsuel Smith2-0/+72