summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
2024-06-12net: dsa: microchip: fix RGMII error in KSZ DSA driverTristram Ha
2024-06-12net: dsa: mv88e6xxx: Avoid EEPROM timeout without EEPROM on 88E6250-family sw...Matthias Schiffer
2024-06-12net: dsa: mv88e6xxx: Add support for model-specific pre- and post-reset handlersMatthias Schiffer
2024-05-17net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341Marek Behún
2024-04-27net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boardsArınç ÜNAL
2024-04-27net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530Arınç ÜNAL
2024-04-27net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean
2024-04-27net: dsa: mt7530: set all CPU ports in MT7531_CPU_PMAPArınç ÜNAL
2024-04-27net: dsa: mt7530: fix mirroring frames received on local portArınç ÜNAL
2024-04-17net: dsa: mt7530: trap link-local frames regardless of ST Port StateArınç ÜNAL
2024-03-26net: dsa: mt7530: fix handling of all link-local framesArınç ÜNAL
2024-03-26net: dsa: mt7530: fix link-local frames that ingress vlan filtering portsArınç ÜNAL
2024-03-26net: dsa: mt7530: prevent possible incorrect XTAL frequency selectionArınç ÜNAL
2024-03-15net: dsa: microchip: fix register write order in ksz8_ind_write8()Tobias Jakobi (Compleo)
2024-02-05net: dsa: qca8k: fix illegal usage of GPIOMichal Vokáč
2024-02-05net: dsa: qca8k: put MDIO bus OF node on qca8k_mdio_register() failureVladimir Oltean
2024-02-05net: dsa: mv88e6xxx: Fix mv88e6352_serdes_get_stats error pathTobias Waldekranz
2024-01-25net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probeKunwu Chan
2023-11-28net: dsa: lan9303: consequently nested-lock physical MDIOAlexander Sverdlin
2023-10-25net: dsa: bcm_sf2: Fix possible memory leak in bcm_sf2_mdio_register()Jinjie Ruan
2023-10-19net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal PHYs...Marek Behún
2023-10-10net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absentFabio Estevam
2023-09-19net: dsa: sja1105: block FDB accesses that are concurrent with a switch resetVladimir Oltean
2023-09-19net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accessesVladimir Oltean
2023-09-19net: dsa: sja1105: fix multicast forwarding working only for last added mdb e...Vladimir Oltean
2023-09-19net: dsa: sja1105: propagate exact error code from sja1105_dynamic_config_pol...Vladimir Oltean
2023-09-19net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"Vladimir Oltean
2023-09-19net: dsa: sja1105: complete tc-cbs offload support on SJA1110Vladimir Oltean
2023-09-19net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many timesVladimir Oltean
2023-09-19net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offloadVladimir Oltean
2023-09-13net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundariesLukasz Majewski
2023-08-30net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL
2023-08-30net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gatesVladimir Oltean
2023-08-23net: dsa: mv88e6xxx: Wait for EEPROM done before HW resetAlfred Lee
2023-08-16net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver...Vladimir Oltean
2023-08-11net: dsa: fix value check in bcm_sf2_sw_probe()Yuanjun Gong
2023-08-03net: dsa: qca8k: fix mdb add/del case with 0 VIDChristian Marangi
2023-08-03net: dsa: qca8k: fix broken search_and_delChristian Marangi
2023-08-03net: dsa: qca8k: fix search_and_insert wrong handling of new ruleChristian Marangi
2023-07-27net: dsa: microchip: correct KSZ8795 static MAC table accessTristram Ha
2023-07-27net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty...Oleksij Rempel
2023-07-27net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() staticOleksij Rempel
2023-07-27net: dsa: microchip: ksz8: Separate static MAC table operations for code reuseOleksij Rempel
2023-07-27dsa: mv88e6xxx: Do a final check before timing outLinus Walleij
2023-07-23net: dsa: qca8k: Add check for skb_copyJiasheng Jiang
2023-07-19net: dsa: sja1105: always enable the send_meta optionsVladimir Oltean
2023-07-19net: dsa: vsc73xx: fix MTU configurationPawel Dembicki
2023-07-19net: dsa: sja1105: always enable the INCL_SRCPT optionVladimir Oltean
2023-07-19net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping is...Vladimir Oltean
2023-06-28net: dsa: mt7530: fix handling of LLDP framesArınç ÜNAL