summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorLines
2023-09-20net: dsa: vitesse-vsc73xx: Convert to platform remove callback returning voidUwe Kleine-König-5/+3
2023-09-20net: dsa: rzn1_a5psw: Convert to platform remove callback returning voidUwe Kleine-König-5/+3
2023-09-20net: dsa: realtek: Convert to platform remove callback returning voidUwe Kleine-König-5/+3
2023-09-20net: dsa: ocelot: Convert to platform remove callback returning voidUwe Kleine-König-10/+6
2023-09-20net: dsa: mt7530: Convert to platform remove callback returning voidUwe Kleine-König-5/+2
2023-09-20net: dsa: lantiq_gswip: Convert to platform remove callback returning voidUwe Kleine-König-5/+3
2023-09-20net: dsa: hirschmann: Convert to platform remove callback returning voidUwe Kleine-König-5/+3
2023-09-20net: dsa: bcm_sf2: Convert to platform remove callback returning voidUwe Kleine-König-5/+3
2023-09-20net: dsa: b53: Convert to platform remove callback returning voidUwe Kleine-König-9/+5
2023-09-19net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected"Colin Ian King-1/+1
2023-09-17net: dsa: microchip: Add partial ACL support for ksz9477 switchesOleksij Rempel-1/+1815
2023-09-17net: dsa: microchip: Move *_port_setup code to dsa_switch_ops::port_setup()Oleksij Rempel-3/+2
2023-09-16net: dsa: microchip: Add drive strength configurationOleksij Rempel-27/+329
2023-09-15net: dsa: rtl8366rb: Implement setting up link on CPU portLinus Walleij-9/+35
2023-09-11net: dsa: sja1105: block FDB accesses that are concurrent with a switch resetVladimir Oltean-0/+2
2023-09-11net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accessesVladimir Oltean-13/+45
2023-09-11net: dsa: sja1105: fix multicast forwarding working only for last added mdb e...Vladimir Oltean-43/+37
2023-09-11net: dsa: sja1105: propagate exact error code from sja1105_dynamic_config_pol...Vladimir Oltean-7/+8
2023-09-11net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"Vladimir Oltean-5/+6
2023-09-06net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Lukasz Majewski-1/+15
2023-09-06net: dsa: sja1105: complete tc-cbs offload support on SJA1110Vladimir Oltean-0/+19
2023-09-06net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many timesVladimir Oltean-3/+20
2023-09-06net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offloadVladimir Oltean-3/+12
2023-08-24net: dsa: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski-4/+4
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+9
2023-08-23net: dsa: rzn1-a5psw: remove redundant logsAlexis Lothoré-6/+0
2023-08-22net: dsa: microchip: Remove unused declarationsYue Haibing-4/+0
2023-08-20net: dsa: realtek: add phylink_get_caps implementationRussell King (Oracle)-0/+28
2023-08-19net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL-0/+6
2023-08-18net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gatesVladimir Oltean-0/+3
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+8
2023-08-16net: dsa: mv88e6xxx: Wait for EEPROM done before HW resetAlfred Lee-0/+8
2023-08-16net: dsa: rzn1-a5psw: Remove redundant of_match_ptr()Ruan Jinjie-1/+1
2023-08-16net: dsa: realtek: Remove redundant of_match_ptr()Ruan Jinjie-2/+2
2023-08-14net: dsa: mv88e6060: add phylink_get_caps implementationRussell King (Oracle)-0/+45
2023-08-11net: dsa: rzn1-a5psw: add vlan supportClément Léger-3/+171
2023-08-11net: dsa: rzn1-a5psw: add support for .port_bridge_flagsClément Léger-2/+58
2023-08-11net: dsa: rzn1-a5psw: use a5psw_reg_rmw() to modify flooding resolutionClément Léger-6/+8
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2023-08-09net: dsa: mt7530: improve and relax PHY driver dependencyDaniel Golle-1/+2
2023-08-04net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver...Vladimir Oltean-0/+2
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-22/+21
2023-08-02net: dsa: hellcreek: Replace bogus commentKurt Kanzenbach-8/+1
2023-08-02net: dsa: mv88e6xxx: Add erratum 3.14 for 88E6390X and 88E6190XAnte Knezic-0/+45
2023-08-01net: dsa: qca8k: use dsa_for_each macro instead of for loopChristian Marangi-53/+54
2023-08-01net: dsa: qca8k: move qca8xxx hol fixup to separate functionChristian Marangi-36/+42
2023-08-01net: dsa: qca8k: limit user ports access to the first CPU port on setupChristian Marangi-8/+6
2023-08-01net: dsa: qca8k: make learning configurable and keep off if standaloneChristian Marangi-3/+58
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth-8/+8
2023-07-29net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundariesLukasz Majewski-20/+15