summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
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-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
2024-11-11net: dsa: microchip: add support for side MDIO interface in LAN937xOleksij Rempel
2024-11-11net: dsa: microchip: cleanup error handling in ksz_mdio_registerOleksij Rempel
2024-11-11net: dsa: microchip: Refactor MDIO handling for side MDIO accessOleksij Rempel
2024-11-03net: dsa: mt7530: Add TBF qdisc offload supportLorenzo Bianconi
2024-11-03net: dsa: use ethtool string helpersRosen Penev
2024-10-28net: dsa: mv88e6xxx: fix unreleased fwnode_handle in setup_port()Javier Carrasco
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-24net: dsa: mv88e6xxx: support 4000ps cycle counter periodShenghao Yang
2024-10-24net: dsa: mv88e6xxx: read cycle counter period from hardwareShenghao Yang
2024-10-24net: dsa: mv88e6xxx: group cycle counter coefficientsShenghao Yang
2024-10-24net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876xTim Harvey
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-20net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393xPeter Rashleigh
2024-10-17net: dsa: mv88e6xxx: return NULL when no PCS is presentRussell King (Oracle)
2024-10-15net: dsa: vsc73xx: fix reception from VLAN-unaware bridgesVladimir Oltean
2024-10-15net: dsa: mv88e6xxx: Fix the max_vid definition for the MV88E6361Peter Rashleigh
2024-10-15net: dsa: microchip: copy string using strscpySimon Horman
2024-10-11net: dsa: mv88e6xxx: Fix uninitialised err valueAryan Srivastava
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski