aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2024-08-20net: dsa: mv88e6xxx: Fix out-of-bound accessJoseph Huang1-1/+2
2024-08-20net: dsa: microchip: fix PTP config failure when using multiple portsMartin Whitaker1-4/+1
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-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-08net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897.Martin Whitaker1-0/+11
2024-08-07net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()Joe Hattori1-1/+3
2024-08-06net: dsa: microchip: Fix Wake-on-LAN check to not return an errorTristram Ha1-0/+5
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
2024-07-15net: dsa: vsc73xx: add port_stp_state_set functionPawel Dembicki1-11/+85
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+10
2024-07-08net: dsa: microchip: lan9371/2: update MAC capabilities for port 4Oleksij Rempel2-2/+10
2024-07-05net: dsa: ar9331: constify struct regmap_busJavier Carrasco1-1/+1
2024-07-05net: dsa: qca8k: constify struct regmap_configJavier Carrasco1-1/+1
2024-07-04dsa: lan9303: Fix mapping between DSA port number and PHY addressChristian Eggers1-13/+10
2024-07-04net: dsa: microchip: lan937x: Add error handling in lan937x_setupOleksij Rempel1-10/+17
2024-07-03net: dsa: microchip: lan937x: disable VPHY supportLucas Stach2-0/+7
2024-07-03net: dsa: microchip: lan937x: disable in-band status support for RGMII interf...Lucas Stach1-1/+2
2024-07-03net: dsa: microchip: lan9371/2: add 100BaseTX PHY supportLucas Stach3-0/+6
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+81
2024-06-26net: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König3-5/+5
2024-06-25net: dsa: microchip: fix wrong register write when masking interruptTristram Ha1-1/+1
2024-06-23net: dsa: microchip: monitor potential faults in half-duplex modeEnguerrand de Ribaucourt5-2/+73
2024-06-23net: dsa: microchip: use collision based back pressure modeEnguerrand de Ribaucourt2-0/+5
2024-06-21net: dsa: qca8k: add support for bridge port isolationMatthias Schiffer2-2/+21
2024-06-21net: dsa: qca8k: factor out bridge join/leave logicMatthias Schiffer1-51/+50
2024-06-21net: dsa: qca8k: do not write port mask twice in bridge join/leaveMatthias Schiffer1-2/+5
2024-06-21net: dsa: ksz_common: Allow only up to two HSR HW offloaded ports for KSZ9477Lukasz Majewski1-0/+7
2024-06-20net: dsa: microchip: fix initial port flush problemTristram Ha1-4/+2
2024-06-19net: dsa: mt7530: add support for bridge port isolationMatthias Schiffer2-2/+17
2024-06-19net: dsa: mt7530: factor out bridge join/leave logicMatthias Schiffer1-57/+48
2024-06-13net: dsa: lantiq_gswip: Improve error message in gswip_port_fdb()Martin Blumenstingl1-1/+2
2024-06-13net: dsa: lantiq_gswip: Update comments in gswip_port_vlan_filtering()Martin Blumenstingl1-2/+2
2024-06-13net: dsa: lantiq_gswip: Remove dead code from gswip_add_single_port_br()Martin Schiller1-6/+0
2024-06-13net: dsa: lantiq_gswip: Consistently use macros for the mac bridge tableMartin Blumenstingl1-7/+11
2024-06-13net: dsa: lantiq_gswip: Change literal 6 to ETH_ALENMartin Blumenstingl1-1/+1
2024-06-13net: dsa: lantiq_gswip: Use dsa_is_cpu_port() in gswip_port_change_mtu()Martin Blumenstingl1-2/+1