summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean2023-06-201-0/+15
* net: dsa: mt7530: fix handling of LLDP framesArınç ÜNAL2023-06-202-0/+9
* net: dsa: mt7530: fix handling of BPDUs on MT7530 switchArınç ÜNAL2023-06-201-3/+11
* net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switchArınç ÜNAL2023-06-201-1/+1
* net: dsa: mt7530: set all CPU ports in MT7531_CPU_PMAPArınç ÜNAL2023-06-202-7/+9
* net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo framesVladimir Oltean2023-06-141-1/+1
* net: dsa: qca8k: add CONFIG_LEDS_TRIGGERS dependencyArnd Bergmann2023-06-021-0/+1
* net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methodsAlexander Sverdlin2023-06-011-4/+0
* net: dsa: mv88e6xxx: Increase wait after reset deactivationAndreas Svensson2023-06-011-1/+1
* net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offsetMarco Migliore2023-05-171-1/+1
* net: dsa: rzn1-a5psw: disable learning for standalone portsClément Léger2023-05-131-8/+16
* net: dsa: rzn1-a5psw: fix STP states handlingAlexis Lothoré2023-05-132-9/+49
* net: dsa: rzn1-a5psw: enable management frames for CPU portClément Léger2023-05-132-2/+2
* net: dsa: mt7530: fix network connectivity with multiple CPU portsArınç ÜNAL2023-05-051-3/+7
* net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621Arınç ÜNAL2023-05-051-2/+2
* net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpuAngelo Dureghello2023-04-281-0/+1
* net: dsa: qca8k: fix LEDS_CLASS dependencyArnd Bergmann2023-04-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-1/+1
|\
| * net: dsa: microchip: ksz8795: Correctly handle huge frame configurationChristophe JAILLET2023-04-191-1/+1
* | net: dsa: mt7530: fix support for MT7531BEDaniel Golle2023-04-193-10/+16
* | net: dsa: qca8k: add LEDs blink_set() supportChristian Marangi2023-04-191-0/+38
* | net: dsa: qca8k: add LEDs basic supportChristian Marangi2023-04-196-0/+331
* | net: dsa: qca8k: move qca8k_port_to_phy() to headerChristian Marangi2023-04-192-15/+14
* | net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean2023-04-171-2/+5
* | net: dsa: felix: act upon the mqprio qopt in taprio offloadVladimir Oltean2023-04-171-5/+17
* | net: mscc: ocelot: add support for mqprio offloadVladimir Oltean2023-04-171-0/+9
* | net: mscc: ocelot: export a single ocelot_mm_irq()Vladimir Oltean2023-04-171-4/+1
* | net: dsa: felix: remove confusing/incorrect comment from felix_setup()Vladimir Oltean2023-04-131-5/+0
* | net: dsa: mv88e6xxx: Correct cmode to PHY_INTERFACE_Andrew Lunn2023-04-111-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-063-1/+22
|\|
| * net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bitGustav Ekelund2023-04-023-1/+22
* | net: dsa: microchip: Utilize error values in ksz8_w_sta_mac_table()Oleksij Rempel2023-04-061-15/+18
* | net: dsa: microchip: Make ksz8_w_sta_mac_table() staticOleksij Rempel2023-04-062-4/+2
* | net: dsa: microchip: ksz8_r_sta_mac_table(): Utilize error values from read/w...Oleksij Rempel2023-04-061-4/+15
* | net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty...Oleksij Rempel2023-04-061-37/+50
* | net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() staticOleksij Rempel2023-04-062-4/+2
* | net: dsa: microchip: ksz8: Implement add/del_fdb and use static MAC table ope...Oleksij Rempel2023-04-063-0/+18
* | net: dsa: microchip: ksz8: Separate static MAC table operations for code reuseOleksij Rempel2023-04-061-11/+23
* | net: dsa: mt7530: introduce driver for MT7988 built-in switchDaniel Golle2023-04-035-10/+253
* | net: dsa: mt7530: skip locking if MDIO bus isn't presentDaniel Golle2023-04-031-2/+4
* | net: dsa: mt7530: introduce separate MDIO driverDaniel Golle2023-04-035-258/+299
* | net: dsa: mt7530: split-off common parts from mt7531_setupDaniel Golle2023-04-031-44/+55
* | net: dsa: mt7530: introduce mt7530_remove_common helper functionDaniel Golle2023-04-031-6/+12
* | net: dsa: mt7530: introduce mt7530_probe_common helper functionDaniel Golle2023-04-031-44/+54
* | net: dsa: mt7530: move p5_intf_modes() function to mt7530.cDaniel Golle2023-04-032-18/+18
* | net: dsa: mt7530: introduce mutex helpersDaniel Golle2023-04-031-37/+36
* | net: dsa: mt7530: move SGMII PCS creation to mt7530_probe functionDaniel Golle2023-04-031-6/+7
* | net: dsa: mt7530: use regmap to access switch register spaceDaniel Golle2023-04-032-39/+62
* | net: dsa: mt7530: use unlocked regmap accessorsDaniel Golle2023-04-031-9/+14
* | net: dsa: mt7530: refactor SGMII PCS creationDaniel Golle2023-04-031-24/+50