summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2026-06-04ptp: Switch to ktime_get_snapshot_id() for pre/post timestampsThomas Gleixner1-4/+4
2026-06-02net: dsa: sja1105: flower: reject cross-chip redirectDavid Yang1-2/+2
2026-06-02net: dsa: b53: hide legacy gpiolib usage on non-mipsArnd Bergmann2-18/+27
2026-06-01mv88e6xxx: Add SERDES Support for mv88e6321Fidan Aliyeva3-0/+25
2026-06-01mv88e6xxx: Refactor 6352's serdes functionsFidan Aliyeva2-30/+33
2026-06-01mv88e6xxx: Add mv88e6352_serdes_get_laneFidan Aliyeva3-0/+16
2026-05-26net: dsa: netc: fix unmet Kconfig dependencies for NET_DSA_NETC_SWITCHWei Fang1-0/+1
2026-05-26mv88e6xxx: Remove locks for 6352's has_serdesFidan Aliyeva2-4/+0
2026-05-26mv88e6xxx: Use cached config3 in 6352 has_serdesFidan Aliyeva2-15/+6
2026-05-26mv88e6xxx: Cache scratch config3 of 6352Fidan Aliyeva4-1/+36
2026-05-26mv88e6xxx: Add mv88e6352_reset for 6352 familyFidan Aliyeva1-4/+13
2026-05-22net: dsa: microchip: bypass dev_ops for phy_read()/phy_write()Bastien Curutchet (Schneider Electric)5-53/+104
2026-05-22net: dsa: microchip: call DSA's phy_{read/write} to do mdio {read/write}Bastien Curutchet (Schneider Electric)1-8/+4
2026-05-22net: dsa: microchip: bypass dev_ops for port_setup()Bastien Curutchet (Schneider Electric)5-38/+52
2026-05-22net: dsa: microchip: remove dev_ops->setup() and teardown()Vladimir Oltean2-141/+0
2026-05-22net: dsa: microchip: bypass dev_ops->setup() and teardown() for ksz8Vladimir Oltean1-20/+119
2026-05-22net: dsa: microchip: bypass dev_ops->setup() and teardown() for ksz9477Vladimir Oltean1-9/+118
2026-05-22net: dsa: microchip: bypass dev_ops->setup() and teardown() for lan937xVladimir Oltean3-18/+116
2026-05-22net: dsa: microchip: don't reset on shutdown or driver removalVladimir Oltean5-50/+9
2026-05-22net: dsa: yt921x: Add port TBF supportDavid Yang2-0/+105
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-67/+93
2026-05-21net: dsa: netc: add support for ethtool private statisticsWei Fang4-0/+165
2026-05-21net: dsa: netc: add support for the standardized countersWei Fang5-1/+327
2026-05-21net: dsa: netc: initialize buffer pool table and implement flow-controlWei Fang4-1/+160
2026-05-21net: dsa: netc: add FDB, STP, MTU, port setup and host flooding supportWei Fang3-0/+663
2026-05-21net: dsa: netc: add phylink MAC operationsWei Fang4-0/+315
2026-05-21net: dsa: netc: introduce NXP NETC switch driver for i.MX94Wei Fang8-0/+895
2026-05-20net: dsa: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)3-5/+5
2026-05-19net: dsa: mt7530: untag VLAN-aware bridge PVIDEdward Parker1-0/+2
2026-05-19net: dsa: mt7530: fix CPU port VLAN not being reset to unawareDaniel Golle1-49/+62
2026-05-19net: dsa: mt7530: preserve VLAN tags on trapped link-local framesDaniel Golle1-12/+15
2026-05-19net: dsa: mt7530: fix FDB entries not aging out with short timeoutDaniel Golle1-6/+14
2026-05-14net: dsa: microchip: bypass dev_ops for phylink_get_caps()Vladimir Oltean5-20/+22
2026-05-14net: dsa: microchip: bypass dev_ops for mirror operationsVladimir Oltean6-57/+20
2026-05-14net: dsa: microchip: bypass dev_ops for FDB and MDB operationsVladimir Oltean6-160/+56
2026-05-14net: dsa: microchip: bypass dev_ops for VLAN operationsVladimir Oltean6-89/+34
2026-05-14net: dsa: microchip: bypass dev_ops for change_mtu() operationVladimir Oltean5-26/+11
2026-05-14net: dsa: microchip: bypass dev_ops for FDB ageing operationsVladimir Oltean6-43/+16
2026-05-14net: dsa: microchip: remove unused phylink_mac_link_up() callbackBastien Curutchet (Schneider Electric)1-5/+0
2026-05-12net: dsa: realtek: rtl8365mb: add support for RTL8367SBMieczyslaw Nalewaj1-0/+14
2026-05-08net: dsa: microchip: split ksz_connect_tag_protocol()Bastien Curutchet (Schneider Electric)5-26/+80
2026-05-08net: dsa: microchip: split ksz_get_tag_protocol()Vladimir Oltean5-39/+52
2026-05-08net: dsa: microchip: hook up ksz_switch_alloc() to chip-specific dsa_switch_opsVladimir Oltean5-76/+19
2026-05-08net: dsa: microchip: ensure each ksz_dev_ops has its own dsa_switch_opsVladimir Oltean8-86/+516
2026-05-08net: dsa: microchip: move phylink_mac_ops to individual driversVladimir Oltean8-194/+196
2026-05-08net: dsa: microchip: move KSZ9477 and LAN937 ksz_dev_ops to individual driversVladimir Oltean5-138/+110
2026-05-08net: dsa: microchip: move KSZ8 ksz_dev_ops to ksz8.cVladimir Oltean3-198/+155
2026-05-08net: dsa: microchip: remove unused port_cleanup() callbackBastien Curutchet (Schneider Electric)1-1/+0
2026-05-08net: dsa: microchip: Remove unused ksz8_all_queues_split()Bastien Curutchet (Schneider Electric)2-16/+0
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+80