summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | net: dsa: vsc73xx: speed up MDIO bus to max allowed valuePawel Dembicki2024-08-031-1/+18
* | net: dsa: vsc73xx: make RGMII delays configurablePawel Dembicki2024-07-311-4/+66
|/
* net: dsa: b53: Limit chip-wide jumbo frame config to CPU portsMartin Willi2024-07-181-0/+3
* net: dsa: mv88e6xxx: Limit chip-wide frame size config to CPU portsMartin Willi2024-07-181-1/+2
* dsa: lan9303: consistent naming for PHY address parameterChristian Eggers2024-07-151-4/+4
* Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2024-07-159-10/+10
|\
| * net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-159-10/+10
* | net: dsa: vsc73xx: start treating the BR_LEARNING flagPawel Dembicki2024-07-151-6/+35
* | net: dsa: vsc73xx: Add bridge supportPawel Dembicki2024-07-151-0/+5
* | net: dsa: prepare 'dsa_tag_8021q_bridge_join' for standalone usePawel Dembicki2024-07-151-3/+2
* | net: dsa: Define max num of bridges in tag8021q implementationPawel Dembicki2024-07-151-2/+1
* | net: dsa: vsc73xx: Implement the tag_8021q VLAN operationsPawel Dembicki2024-07-152-4/+71
* | net: dsa: vsc73xx: Add vlan filteringPawel Dembicki2024-07-152-3/+566
* | net: dsa: vsc73xx: add port_stp_state_set functionPawel Dembicki2024-07-151-11/+85
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-111-13/+10
|\ \ | |/ |/|
| * dsa: lan9303: Fix mapping between DSA port number and PHY addressChristian Eggers2024-07-051-13/+10
* | net: dsa: microchip: lan9371/2: update MAC capabilities for port 4Oleksij Rempel2024-07-082-2/+10
* | net: dsa: ar9331: constify struct regmap_busJavier Carrasco2024-07-061-1/+1
* | net: dsa: qca8k: constify struct regmap_configJavier Carrasco2024-07-061-1/+1
* | net: dsa: microchip: lan937x: Add error handling in lan937x_setupOleksij Rempel2024-07-041-10/+17
* | net: dsa: microchip: lan937x: disable VPHY supportLucas Stach2024-07-032-0/+7
* | net: dsa: microchip: lan937x: disable in-band status support for RGMII interf...Lucas Stach2024-07-031-1/+2
* | net: dsa: microchip: lan9371/2: add 100BaseTX PHY supportLucas Stach2024-07-033-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-275-7/+81
|\|
| * net: dsa: microchip: fix wrong register write when masking interruptTristram Ha2024-06-251-1/+1
| * net: dsa: microchip: monitor potential faults in half-duplex modeEnguerrand de Ribaucourt2024-06-235-2/+73
| * net: dsa: microchip: use collision based back pressure modeEnguerrand de Ribaucourt2024-06-232-0/+5
| * net: dsa: microchip: fix initial port flush problemTristram Ha2024-06-211-4/+2
* | net: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-06-263-5/+5
* | net: dsa: qca8k: add support for bridge port isolationMatthias Schiffer2024-06-212-2/+21
* | net: dsa: qca8k: factor out bridge join/leave logicMatthias Schiffer2024-06-211-51/+50
* | net: dsa: qca8k: do not write port mask twice in bridge join/leaveMatthias Schiffer2024-06-211-2/+5
* | net: dsa: ksz_common: Allow only up to two HSR HW offloaded ports for KSZ9477Lukasz Majewski2024-06-211-0/+7
* | net: dsa: mt7530: add support for bridge port isolationMatthias Schiffer2024-06-192-2/+17
* | net: dsa: mt7530: factor out bridge join/leave logicMatthias Schiffer2024-06-191-57/+48
* | net: dsa: lantiq_gswip: Improve error message in gswip_port_fdb()Martin Blumenstingl2024-06-141-1/+2
* | net: dsa: lantiq_gswip: Update comments in gswip_port_vlan_filtering()Martin Blumenstingl2024-06-141-2/+2
* | net: dsa: lantiq_gswip: Remove dead code from gswip_add_single_port_br()Martin Schiller2024-06-141-6/+0
* | net: dsa: lantiq_gswip: Consistently use macros for the mac bridge tableMartin Blumenstingl2024-06-141-7/+11
* | net: dsa: lantiq_gswip: Change literal 6 to ETH_ALENMartin Blumenstingl2024-06-141-1/+1
* | net: dsa: lantiq_gswip: Use dsa_is_cpu_port() in gswip_port_change_mtu()Martin Blumenstingl2024-06-141-2/+1
* | net: dsa: lantiq_gswip: do also enable or disable cpu portMartin Schiller2024-06-141-16/+8
* | net: dsa: lantiq_gswip: Don't manually call gswip_port_enable()Martin Blumenstingl2024-06-141-2/+0
* | net: dsa: lantiq_gswip: Use dev_err_probe where appropriateMartin Blumenstingl2024-06-141-28/+25
* | net: dsa: lantiq_gswip: add terminating \n where missingMartin Schiller2024-06-141-7/+7
* | net: dsa: lantiq_gswip: Only allow phy-mode = "internal" on the CPU portMartin Blumenstingl2024-06-141-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-131-2/+10
|\|
| * net dsa: qca8k: fix usages of device_get_named_child_node()Andy Shevchenko2024-06-101-2/+10
* | net: dsa: hellcreek: Replace kernel.h with what is usedAndy Shevchenko2024-06-101-3/+5
* | net: dsa: ocelot: unexport felix_phylink_mac_ops and felix_switch_opsVladimir Oltean2024-06-032-7/+2