summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2023-05-05net: dsa: mt7530: fix network connectivity with multiple CPU portsArınç ÜNAL1-3/+7
2023-05-05net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621Arınç ÜNAL1-2/+2
2023-04-28net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpuAngelo Dureghello1-0/+1
2023-04-22net: dsa: qca8k: fix LEDS_CLASS dependencyArnd Bergmann1-1/+1
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-04-20net: dsa: mt7530: fix support for MT7531BEDaniel Golle3-10/+16
2023-04-19net: dsa: microchip: ksz8795: Correctly handle huge frame configurationChristophe JAILLET1-1/+1
2023-04-19net: dsa: qca8k: add LEDs blink_set() supportChristian Marangi1-0/+38
2023-04-19net: dsa: qca8k: add LEDs basic supportChristian Marangi6-0/+331
2023-04-19net: dsa: qca8k: move qca8k_port_to_phy() to headerChristian Marangi2-15/+14
2023-04-18net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean1-2/+5
2023-04-18net: dsa: felix: act upon the mqprio qopt in taprio offloadVladimir Oltean1-5/+17
2023-04-18net: mscc: ocelot: add support for mqprio offloadVladimir Oltean1-0/+9
2023-04-18net: mscc: ocelot: export a single ocelot_mm_irq()Vladimir Oltean1-4/+1
2023-04-14net: dsa: felix: remove confusing/incorrect comment from felix_setup()Vladimir Oltean1-5/+0
2023-04-12net: dsa: mv88e6xxx: Correct cmode to PHY_INTERFACE_Andrew Lunn1-2/+2
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+22
2023-04-06net: dsa: microchip: Utilize error values in ksz8_w_sta_mac_table()Oleksij Rempel1-15/+18
2023-04-06net: dsa: microchip: Make ksz8_w_sta_mac_table() staticOleksij Rempel2-4/+2
2023-04-06net: dsa: microchip: ksz8_r_sta_mac_table(): Utilize error values from read/w...Oleksij Rempel1-4/+15
2023-04-06net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty...Oleksij Rempel1-37/+50
2023-04-06net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() staticOleksij Rempel2-4/+2
2023-04-06net: dsa: microchip: ksz8: Implement add/del_fdb and use static MAC table ope...Oleksij Rempel3-0/+18
2023-04-06net: dsa: microchip: ksz8: Separate static MAC table operations for code reuseOleksij Rempel1-11/+23
2023-04-03net: dsa: mt7530: introduce driver for MT7988 built-in switchDaniel Golle5-10/+253
2023-04-03net: dsa: mt7530: skip locking if MDIO bus isn't presentDaniel Golle1-2/+4
2023-04-03net: dsa: mt7530: introduce separate MDIO driverDaniel Golle5-258/+299
2023-04-03net: dsa: mt7530: split-off common parts from mt7531_setupDaniel Golle1-44/+55
2023-04-03net: dsa: mt7530: introduce mt7530_remove_common helper functionDaniel Golle1-6/+12
2023-04-03net: dsa: mt7530: introduce mt7530_probe_common helper functionDaniel Golle1-44/+54
2023-04-03net: dsa: mt7530: move p5_intf_modes() function to mt7530.cDaniel Golle2-18/+18
2023-04-03net: dsa: mt7530: introduce mutex helpersDaniel Golle1-37/+36
2023-04-03net: dsa: mt7530: move SGMII PCS creation to mt7530_probe functionDaniel Golle1-6/+7
2023-04-03net: dsa: mt7530: use regmap to access switch register spaceDaniel Golle2-39/+62
2023-04-03net: dsa: mt7530: use unlocked regmap accessorsDaniel Golle1-9/+14
2023-04-03net: dsa: mt7530: refactor SGMII PCS creationDaniel Golle1-24/+50
2023-04-03net: dsa: mt7530: make some noise if register read failsDaniel Golle1-1/+2
2023-04-02net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bitGustav Ekelund3-1/+22
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-24/+36
2023-03-30net: dsa: mv88e6xxx: Enable IGMP snooping on user ports onlySteffen Bätz1-2/+7
2023-03-27net: dsa: b53: mmap: add phy opsÁlvaro Fernández Rojas1-0/+14
2023-03-27net: dsa: b53: mdio: add support for BCM53134Paul Geurts3-3/+24
2023-03-25net: dsa: microchip: ksz8: fix MDB configuration with non-zero VIDOleksij Rempel1-1/+1
2023-03-25net: dsa: microchip: ksz8863_smi: fix bulk accessOleksij Rempel1-9/+0
2023-03-25net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting ghost entry from e...Oleksij Rempel1-1/+1
2023-03-25net: dsa: microchip: ksz8: fix offset for the timestamp filedOleksij Rempel1-1/+1
2023-03-25net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all 1024 entriesOleksij Rempel1-3/+3
2023-03-25net: dsa: microchip: ksz8: fix ksz8_fdb_dump()Oleksij Rempel1-6/+5
2023-03-25net: dsa: realtek: fix out-of-bounds accessAhmad Fatoum1-1/+4
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-23/+28