summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-07net: dsa: mv88e6xxx: Verify after ATU Load opsJoseph Huang
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-05net: dsa: mt7530: Fix traffic flooding for MMIO devicesLorenzo Bianconi
2025-03-04dsa: mt7530: Utilize REGMAP_IRQ for interrupt handlingDaniel Golle
2025-03-04net: dsa: mt7530: Enable Rx sptag for EN7581 SoCLorenzo Bianconi
2025-03-04net: dsa: rtl8366rb: don't prompt users for LED controlJakub Kicinski
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-24net: dsa: rtl8366rb: Fix compilation problemLinus Walleij
2025-02-19net: dsa: b53: mdio: add support for BCM53101Torben Nielsen
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)
2025-02-12net: dsa: mt7530: convert to phylink managed EEERussell King (Oracle)
2025-02-07net: dsa: sja1105: Use of_get_available_child_by_name()Biju Das
2025-02-07net: dsa: rzn1_a5psw: Use of_get_available_child_by_name()Biju Das
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-20dsa: Use str_enable_disable-like helpersKrzysztof Kozlowski
2025-01-17net: dsa: felix: report timestamping stats from the ocelot libraryVladimir Oltean
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)
2025-01-10net: dsa: qca8k: Use of_property_present() for non-boolean propertiesRob Herring (Arm)
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
2025-01-07net: dsa: qca: remove qca8k_get_mac_eee()Russell King (Oracle)
2025-01-07net: dsa: mv88e6xxx: remove mv88e6xxx_get_mac_eee()Russell King (Oracle)
2025-01-07net: dsa: mt753x: remove ksz_get_mac_eee()Russell King (Oracle)
2025-01-07net: dsa: ksz: remove ksz_get_mac_eee()Russell King (Oracle)
2025-01-07net: dsa: b53/bcm_sf2: remove b53_get_mac_eee()Russell King (Oracle)
2025-01-07net: dsa: mt753x: remove setting of tx_lpi parametersRussell King (Oracle)
2025-01-07net: dsa: ksz: remove setting of tx_lpi parametersRussell King (Oracle)
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-20net: dsa: microchip: Do not execute PTP driver code for unsupported switchesTristram Ha
2024-12-19net: dsa: microchip: Add suspend/resume support to KSZ DSA driverTristram Ha
2024-12-19net: dsa: microchip: Fix LAN937X set_ageing_time functionTristram Ha
2024-12-19net: dsa: microchip: Fix KSZ9477 set_ageing_time functionTristram Ha
2024-12-18net: dsa: qca8k: Fix inconsistent use of jiffies vs millisecondsAndrew Lunn
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-12net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundariesJesse Van Gavere
2024-12-11net: dsa: ksz: implement .support_eee() methodRussell King (Oracle)
2024-12-11net: dsa: mv88e6xxx: implement .support_eee() methodRussell King (Oracle)
2024-12-11net: dsa: qca8k: implement .support_eee() methodRussell King (Oracle)
2024-12-11net: dsa: mt753x: implement .support_eee() methodRussell King (Oracle)
2024-12-11net: dsa: b53/bcm_sf2: implement .support_eee() methodRussell King (Oracle)
2024-12-11net: dsa: felix: fix stuck CPU-injected packets with short taprio windowsVladimir Oltean
2024-12-11lib: packing: demote truncation error in pack() to a warning in __pack()Vladimir Oltean
2024-12-10dsa: mv88e6xxx: Centralise common statistics checkAndrew Lunn
2024-12-10dsa: mv88e6xxx: Move available stats into info structureAndrew Lunn
2024-12-09net: dsa: microchip: Make MDIO bus name uniqueJesse Van Gavere
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-13net: dsa: microchip: Add LAN9646 switch support to KSZ DSA driverTristram Ha
2024-11-12dsa: qca8k: Use nested lock to avoid splatAndrew Lunn
2024-11-11net: dsa: microchip: parse PHY config from device treeOleksij Rempel