summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2025-12-01net: dsa: b53: fix BCM5325/65 ARL entry multicast port masksJonas Gorski3-6/+31
2025-12-01net: dsa: b53: fix CPU port unicast ARL entries for BCM5325/65Jonas Gorski1-4/+9
2025-12-01net: dsa: b53: use same ARL search result offset for BCM5325/65Jonas Gorski2-20/+2
2025-12-01net: dsa: b53: fix extracting VID from entry for BCM5325/65Jonas Gorski1-1/+1
2025-12-01net: dsa: b53: fix VLAN_ID_IDX write size for BCM5325/65Jonas Gorski1-2/+6
2025-12-01net: dsa: yt921x: Set ageing_time_min/ageing_time_maxDavid Yang1-0/+2
2025-11-27net: dsa: yt921x: Use macros for MIB locationsDavid Yang2-44/+93
2025-11-27net: dsa: yt921x: Fix parsing MIB attributesDavid Yang1-11/+11
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-36/+24
2025-11-26net: dsa: sja1105: fix SGMII linking at 10M or 100M but not passing trafficVladimir Oltean1-7/+0
2025-11-25net: dsa: microchip: Fix symetry in ksz_ptp_msg_irq_{setup/free}()Bastien Curutchet (Schneider Electric)1-11/+7
2025-11-25net: dsa: microchip: Free previously initialized ports on init failuresBastien Curutchet (Schneider Electric)1-12/+11
2025-11-25net: dsa: microchip: Don't free uninitialized ksz_irqBastien Curutchet (Schneider Electric)1-1/+1
2025-11-25net: dsa: microchip: ptp: Fix checks on irq_find_mapping()Bastien Curutchet (Schneider Electric)1-2/+2
2025-11-25net: dsa: microchip: common: Fix checks on irq_find_mapping()Bastien Curutchet (Schneider Electric)1-4/+4
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+13
2025-11-20net: dsa: microchip: lan937x: Fix RGMII delay tuningOleksij Rempel1-0/+1
2025-11-19net: dsa: sja1105: Switch to use %ptSpAndy Shevchenko1-5/+3
2025-11-18net: dsa: ks8995: Fix incorrect OF match table nameAlok Tiwari1-3/+3
2025-11-14net: dsa: hellcreek: fix missing error handling in LED registrationPavel Zhigulin1-2/+12
2025-11-10net: dsa: loop: use new helper fixed_phy_register_100fd to simplify the codeHeiner Kallweit1-6/+1
2025-11-10net: dsa: b53: add support for bcm63xx ARL entry formatJonas Gorski3-7/+61
2025-11-10net: dsa: b53: add support for 5389/5397/5398 ARL entry formatJonas Gorski3-3/+89
2025-11-10net: dsa: b53: move ARL entry functions into ops structJonas Gorski2-21/+76
2025-11-10net: dsa: b53: split reading search entry into their own functionsJonas Gorski1-18/+38
2025-11-10net: dsa: b53: provide accessors for accessing ARL_SRCH_CTLJonas Gorski1-13/+24
2025-11-10net: dsa: b53: move writing ARL entries into their own functionsJonas Gorski1-12/+26
2025-11-10net: dsa: b53: move reading ARL entries into their own functionJonas Gorski1-46/+23
2025-11-10net: dsa: b53: b53_arl_read{,25}(): use the entry for comparisionJonas Gorski1-12/+10
2025-11-06net: dsa: add driver for MaxLinear GSW1xx switch familyDaniel Golle6-0/+1027
2025-11-06net: dsa: lantiq_gswip: allow adjusting MII delaysDaniel Golle2-38/+60
2025-11-06net: dsa: lantiq_gswip: add vendor property to setup MII refclk outputDaniel Golle1-0/+2
2025-11-06net: dsa: lantiq_gswip: define and use GSWIP_TABLE_MAC_BRIDGE_VAL1_VALIDDaniel Golle2-1/+7
2025-11-06net: dsa: lantiq_gswip: set link parameters also for CPU portDaniel Golle1-1/+1
2025-11-06net: dsa: lantiq_gswip: support Energy Efficient EthernetDaniel Golle2-0/+54
2025-11-06net: dsa: lantiq_gswip: support enable/disable learningDaniel Golle2-0/+46
2025-11-06net: dsa: lantiq_gswip: split into common and MMIO partsDaniel Golle5-1579/+1645
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-25/+121
2025-11-06net: dsa: microchip: Fix reserved multicast address table programmingTristram Ha4-16/+91
2025-11-05net: dsa: microchip: Fix a link check in ksz9477_pcs_read()Dan Carpenter1-1/+1
2025-11-03net: dsa: yt921x: Fix spelling mistake "stucked" -> "stuck"Colin Ian King1-1/+1
2025-11-03net: dsa: b53: properly bound ARL searches for < 4 ARL bin chipsJonas Gorski1-3/+6
2025-11-03net: dsa: b53: stop reading ARL entries if search is doneJonas Gorski1-1/+1
2025-11-03net: dsa: b53: fix enabling ip multicastJonas Gorski2-4/+3
2025-11-03net: dsa: b53: fix bcm63xx RGMII port link adjustmentJonas Gorski1-1/+11
2025-11-03net: dsa: b53: fix resetting speed and pause on forced linkJonas Gorski1-0/+9
2025-10-23net: dsa: lantiq_gswip: harmonize gswip_mii_mask_*() parametersDaniel Golle1-10/+7
2025-10-23net: dsa: lantiq_gswip: optimize regmap_write_bits() statementsDaniel Golle1-18/+15
2025-10-23net: dsa: lantiq_gswip: replace *_mask() functions with regmap APIDaniel Golle1-70/+70
2025-10-23net: dsa: lantiq_gswip: manually convert remaining uses of read accessorsDaniel Golle1-40/+38