summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2024-09-06net: dsa: microchip: replace unclear KSZ8830 stringsPieter Van Trappen5-32/+32
2024-09-06net: dsa: microchip: clean up ksz8_reg definition macrosPieter Van Trappen1-4/+0
2024-09-06net: dsa: microchip: rename ksz8 series filesPieter Van Trappen4-9/+24
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2024-09-05net: dsa: felix: Annotate struct action_gate_entry with __counted_byHongbo Li1-1/+1
2024-09-05net: dsa: vsc73xx: fix possible subblocks range of CAPT blockPawel Dembicki1-2/+8
2024-09-03net: dsa: microchip: Use scoped function to simplfy codeJinjie Ruan1-3/+2
2024-09-03net: dsa: realtek: Use for_each_child_of_node_scoped()Jinjie Ruan1-5/+3
2024-09-03net: dsa: vsc73xx: implement FDB operationsPawel Dembicki2-0/+357
2024-08-29net: dsa: realtek: make use of dev_err_cast_probe()Hongbo Li1-5/+3
2024-08-29net: dsa: mv88e6xxx: Remove stale commentAndy Shevchenko1-1/+1
2024-08-28net: dsa: microchip: Add KSZ8895/KSZ8864 switch supportTristram Ha5-16/+176
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+123
2024-08-22net: dsa: sja1105: Simplify with scoped for each OF child loopJinjie Ruan1-8/+2
2024-08-22net: dsa: ocelot: Simplify with scoped for each OF child loopJinjie Ruan1-4/+1
2024-08-21net: dsa: b53: Use dev_err_probe()Florian Fainelli1-4/+3
2024-08-21net: dsa: mv88e6xxx: Fix out-of-bound accessJoseph Huang1-1/+2
2024-08-21net: dsa: microchip: fix PTP config failure when using multiple portsMartin Whitaker1-4/+1
2024-08-16net: dsa: microchip: fix KSZ87xx family structure wrt the datasheetPieter Van Trappen1-8/+43
2024-08-16net: dsa: microchip: add WoL support for KSZ87xx familyPieter Van Trappen4-8/+119
2024-08-16net: dsa: microchip: generalize KSZ9477 WoL functions at ksz_commonPieter Van Trappen3-78/+81
2024-08-16net: dsa: microchip: move KSZ9477 WoL functions to ksz_commonPieter Van Trappen5-198/+200
2024-08-16net: dsa: felix: fix VLAN tag loss on CPU reception with ocelot-8021qVladimir Oltean1-6/+109
2024-08-16net: mscc: ocelot: serialize access to the injection/extraction groupsVladimir Oltean1-0/+11
2024-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+38
2024-08-14net: dsa: microchip: ksz9477: unwrap URL in commentEnguerrand de Ribaucourt1-2/+1
2024-08-12net: dsa: vsc73xx: allow phy resettingPawel Dembicki1-11/+0
2024-08-12net: dsa: vsc73xx: check busy flag in MDIO operationsPawel Dembicki1-1/+36
2024-08-12net: dsa: vsc73xx: pass value in phy_write operationPawel Dembicki1-1/+1
2024-08-12net: dsa: vsc73xx: fix port MAC configuration in full duplex modePawel Dembicki1-1/+5
2024-08-11net: dsa: microchip: ksz9477: split half-duplex monitoring functionEnguerrand de Ribaucourt1-37/+54
2024-08-09net: dsa: vsc73xx: use defined values in phy operationsPawel Dembicki1-12/+33
2024-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+19
2024-08-08net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897.Martin Whitaker1-0/+11
2024-08-08net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()Joe Hattori1-1/+3
2024-08-07net: dsa: microchip: Fix Wake-on-LAN check to not return an errorTristram Ha1-0/+5
2024-08-04net: dsa: mt7530: Add EN7581 supportLorenzo Bianconi3-11/+59
2024-08-03net: dsa: vsc73xx: speed up MDIO bus to max allowed valuePawel Dembicki1-1/+18
2024-07-31net: dsa: vsc73xx: make RGMII delays configurablePawel Dembicki1-4/+66
2024-07-18net: dsa: b53: Limit chip-wide jumbo frame config to CPU portsMartin Willi1-0/+3
2024-07-18net: dsa: mv88e6xxx: Limit chip-wide frame size config to CPU portsMartin Willi1-1/+2
2024-07-15dsa: lan9303: consistent naming for PHY address parameterChristian Eggers1-4/+4
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski9-10/+10
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent9-10/+10
2024-07-15net: dsa: vsc73xx: start treating the BR_LEARNING flagPawel Dembicki1-6/+35
2024-07-15net: dsa: vsc73xx: Add bridge supportPawel Dembicki1-0/+5
2024-07-15net: dsa: prepare 'dsa_tag_8021q_bridge_join' for standalone usePawel Dembicki1-3/+2
2024-07-15net: dsa: Define max num of bridges in tag8021q implementationPawel Dembicki1-2/+1
2024-07-15net: dsa: vsc73xx: Implement the tag_8021q VLAN operationsPawel Dembicki2-4/+71
2024-07-15net: dsa: vsc73xx: Add vlan filteringPawel Dembicki2-3/+566