aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
2021-06-07net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang
2021-06-07net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp()Zou Wei
2021-06-07net: dsa: sja1105: determine PHY/MAC role from PHY interface typeVladimir Oltean
2021-06-07net: dsa: sja1105: apply RGMII delays based on the fixed-link propertyVladimir Oltean
2021-06-04net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_tableGeorge McCollister
2021-05-31net: dsa: sja1105: some table entries are always present when read dynamicallyVladimir Oltean
2021-05-31net: dsa: sja1105: always keep RGMII ports in the MAC roleVladimir Oltean
2021-05-31net: dsa: sja1105: add a translation table for port speedsVladimir Oltean
2021-05-31net: dsa: sja1105: add a PHY interface type compatibility matrixVladimir Oltean
2021-05-31net: dsa: sja1105: cache the phy-mode port propertyVladimir Oltean
2021-05-31net: dsa: sja1105: the 0x1F0000 SGMII "base address" is actually MDIO_MMD_VEND2Vladimir Oltean
2021-05-31net: dsa: sja1105: allow SGMII PCS configuration to be per portVladimir Oltean
2021-05-31net: dsa: sja1105: be compatible with "ethernet-ports" OF node nameVladimir Oltean
2021-05-30net: dsa: qca8k: add missing check return value in qca8k_phylink_mac_config()Yang Yingliang
2021-05-30net: dsa: qca8k: check return value of read functions correctlyYang Yingliang
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-24net: dsa: microchip: enable phy errata workaround on 9567George McCollister
2021-05-24net: dsa: sja1105: allow the frame buffer size to be customizedVladimir Oltean
2021-05-24net: dsa: sja1105: configure the multicast policers, if presentVladimir Oltean
2021-05-24net: dsa: sja1105: use sja1105_xfer_u32 for the reset procedureVladimir Oltean
2021-05-24net: dsa: sja1105: dynamically choose the number of static config table entriesVladimir Oltean
2021-05-24net: dsa: sja1105: skip CGU configuration if it's unnecessaryVladimir Oltean
2021-05-24net: dsa: sja1105: don't assign the host port using dsa_upstream_port()Vladimir Oltean
2021-05-24net: dsa: sja1105: dimension the data structures for a larger port countVladimir Oltean
2021-05-24net: dsa: sja1105: avoid some work for unused portsVladimir Oltean
2021-05-24net: dsa: sja1105: parameterize the number of portsVladimir Oltean
2021-05-24net: dsa: sja1105: update existing VLANs from the bridge VLAN listVladimir Oltean
2021-05-24net: dsa: sja1105: use 4095 as the private VLAN for untagged trafficVladimir Oltean
2021-05-24net: dsa: sja1105: error out on unsupported PHY modeVladimir Oltean
2021-05-24net: dsa: sja1105: add error handling in sja1105_setup()Vladimir Oltean
2021-05-24net: dsa: sja1105: call dsa_unregister_switch when allocating memory failsVladimir Oltean
2021-05-24net: dsa: sja1105: fix VL lookup command packing for P/Q/R/SVladimir Oltean
2021-05-23net: dsa: mt7530: fix VLAN traffic leaksDENG Qingfang
2021-05-21net: dsa: bcm_sf2: Fix bcm_sf2_reg_rgmii_cntrl() call for non-RGMII portFlorian Fainelli
2021-05-21net: dsa: sja1105: don't use burst SPI reads for port statisticsVladimir Oltean
2021-05-21net: dsa: sja1105: stop reporting the queue levels in ethtool port countersVladimir Oltean
2021-05-21net: dsa: sja1105: adapt to a SPI controller with a limited max transfer sizeVladimir Oltean
2021-05-21net: dsa: sja1105: send multiple spi_messages instead of using cs_changeVladimir Oltean
2021-05-19net: dsa: mt7530: add interrupt supportDENG Qingfang
2021-05-18net: dsa: qca8k: fix missing unlock on error in qca8k_vlan_(add|del)Wei Yongjun
2021-05-14net: dsa: qca8k: pass switch_revision info to phy dev_flagsAnsuel Smith
2021-05-14net: dsa: qca8k: improve internal mdio read/write bus accessAnsuel Smith
2021-05-14net: dsa: qca8k: add support for internal phy and internal mdioAnsuel Smith
2021-05-14net: dsa: qca8k: enlarge mdio delay and timeoutAnsuel Smith
2021-05-14net: dsa: qca8k: dsa: qca8k: protect MASTER busy_wait with mdio mutexAnsuel Smith
2021-05-14net: dsa: qca8k: clear MASTER_EN after phy read/writeAnsuel Smith
2021-05-14net: dsa: qca8k: make rgmii delay configurableAnsuel Smith
2021-05-14net: dsa: qca8k: add ethernet-ports fallback to setup_mdio_busAnsuel Smith
2021-05-14net: dsa: qca8k: add support for switch revAnsuel Smith
2021-05-14net: dsa: qca8k: add GLOBAL_FC settings needed for qca8327Ansuel Smith