summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
6 daysnet: dsa: mxl862xx: enable assisted learning on CPU portEdoardo Pinci1-0/+1
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+7
2026-08-18net: dsa: initial support for MT7628 embedded switchJoris Vaisvila3-0/+663
2026-08-18net: dsa: realtek: use gpiod_set_value_cansleep for reset GPIOAhmad Fatoum1-2/+2
2026-08-18net: dsa: mv88e6xxx: Fix PCS link check on CMODE read errorRuoyu Wang1-1/+4
2026-08-17net: dsa: b53: fix error propagation from b53_fdb_dump()Vladimir Oltean1-1/+1
2026-08-08net: dsa: mt7530: serialize the regmap IRQ chip like every other userDaniel Golle1-1/+25
2026-08-08net: dsa: mt7530: check command register writes in fdb and vlan cmdDaniel Golle1-4/+12
2026-08-08net: dsa: mt7530: check CORE_PLL_GROUP4 access in mt7531_setup()Daniel Golle1-4/+10
2026-08-08net: dsa: mt7530: error out on failed PHY_IAC command writesDaniel Golle1-6/+18
2026-08-08net: dsa: mt7530: check bus->read() error in core_rmw()Daniel Golle1-1/+5
2026-08-05net: dsa: realtek: rtl8366rb: Fix up port isolationLinus Walleij1-5/+4
2026-08-01net: dsa: microchip: add two-steps PTP support for KSZ8463Bastien Curutchet (Schneider Electric)6-7/+167
2026-08-01net: dsa: microchip: explicitly enable detection of L2 PTP framesBastien Curutchet (Schneider Electric)1-2/+3
2026-08-01net: dsa: microchip: add KSZ8463 tail tag handlingBastien Curutchet (Schneider Electric)1-2/+2
2026-08-01net: dsa: microchip: adapt port offset for KSZ8463's PTP registerBastien Curutchet (Schneider Electric)1-0/+3
2026-08-01net: dsa: microchip: add PTP interrupt handling for KSZ8463Bastien Curutchet (Schneider Electric)4-2/+237
2026-08-01net: dsa: microchip: allow the use of other IRQ operations.Bastien Curutchet (Schneider Electric)2-7/+13
2026-08-01net: dsa: microchip: split ksz8_config_cpu_port()Bastien Curutchet (Schneider Electric)1-28/+45
2026-08-01net: dsa: microchip: implement ksz8463_setup()Bastien Curutchet (Schneider Electric)1-12/+114
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-56/+71
2026-07-30net: dsa: realtek: use devm_mutex_init for l2_lockLuiz Angelo Daros de Luca1-1/+3
2026-07-30net: dsa: realtek: use devm_mutex_init for vlan_lockLuiz Angelo Daros de Luca1-1/+4
2026-07-30net: dsa: realtek: use devm_mutex_init for regmap lockLuiz Angelo Daros de Luca1-1/+4
2026-07-30net: dsa: realtek: rtl8365mb: use devm_mutex_init for mib_lockLuiz Angelo Daros de Luca1-3/+13
2026-07-30net: dsa: mt7530: error out on failed reads in MT7531 PHY pollingDaniel Golle1-38/+20
2026-07-30net: dsa: mt7530: error out on failed reads in ATC/VTCR command pollingDaniel Golle1-10/+18
2026-07-30net: dsa: mt7530: check bus->read() errors in the MDIO regmap backendDaniel Golle1-2/+9
2026-07-23net: dsa: microchip: Fix log typo in error pathNiklas Söderlund1-1/+1
2026-07-23net: dsa: mt7530: add EN7528 supportAhmed Naseef3-8/+52
2026-07-22net: dsa: realtek: rtl8365mb: add HSGMII support for RTL8367SJohan Alvarado1-16/+118
2026-07-22net: dsa: realtek: rtl8365mb: add SGMII support for RTL8367SJohan Alvarado1-4/+511
2026-07-22net: dsa: microchip: make read-only const array ts_reg staticColin Ian King1-2/+4
2026-07-21net: dsa: yt921x: Fix external port detectionChukun Pan1-1/+1
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-3/+0
2026-07-08net: dsa: microchip: move the drive strength config out of the common sectionBastien Curutchet (Schneider Electric)5-170/+218
2026-07-08net: dsa: microchip: rename ksz9477_drive_strength_write()Bastien Curutchet (Schneider Electric)1-7/+7
2026-07-08net: dsa: microchip: move ksz9477_set_default_prio_queue_mapping() to ksz9477.cBastien Curutchet (Schneider Electric)4-23/+24
2026-07-08net: dsa: microchip: handle KSZ8-specific tc setup in ksz8.cBastien Curutchet (Schneider Electric)3-119/+171
2026-07-08net: dsa: microchip: move KSZ9477 errata handling to ksz9477.cBastien Curutchet (Schneider Electric)4-51/+60
2026-07-08net: dsa: microchip: move ksz_get_gbit() and ksz_get_xmii() to ksz9477.cBastien Curutchet (Schneider Electric)3-55/+54
2026-07-08net: dsa: microchip: move ksz88xx stats handling in ksz8.cBastien Curutchet (Schneider Electric)3-87/+86
2026-07-08net: dsa: microchip: make ksz_is_port_mac_global_usable() staticBastien Curutchet (Schneider Electric)2-29/+28
2026-07-08net: dsa: microchip: split port_max_mtu() implementationVladimir Oltean6-41/+21
2026-07-08net: dsa: microchip: split ksz8_change_mtu()Vladimir Oltean1-30/+19
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)3-3/+0
2026-07-02net: dsa: qca8k: fall back to ethernet-ports node name for LEDsRosen Penev1-0/+3
2026-07-02net: dsa: realtek: rtl8366rb: Switch to generic learning enablementLinus Walleij1-26/+17
2026-07-02net: dsa: realtek: rtl8366rb: Disable STP learning on all ports in setupLinus Walleij1-34/+40
2026-07-02net: dsa: realtek: rtl8366rb: Use DSA port iteratorsLinus Walleij1-8/+41