aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-29net: dsa: ksz: ksz8863_smi_probe: set proper return value for ksz_switch_alloc()Oleksij Rempel1-1/+1
2021-04-29net: dsa: ksz: ksz8795_spi_probe: fix possible NULL pointer dereferenceOleksij Rempel1-0/+3
2021-04-29net: dsa: ksz: ksz8863_smi_probe: fix possible NULL pointer dereferenceOleksij Rempel1-0/+3
2021-04-28net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255Colin Ian King1-1/+1
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SMI based driver supportMichael Grzeschik3-1/+223
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SPI based driver supportMichael Grzeschik1-12/+32
2021-04-27net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel3-71/+281
2021-04-27net: dsa: microchip: ksz8795: move register offsets and shifts to separate structMichael Grzeschik3-160/+281
2021-04-27net: dsa: microchip: ksz8795: move cpu_select_interface to extra functionMichael Grzeschik1-42/+50
2021-04-27net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik3-117/+111
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu1-8/+7
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu3-4/+4
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu7-36/+54
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu7-10/+18
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu3-9/+1
2021-04-27net: dsa: mv88e6xxx: Fix 6095/6097/6185 ports in non-SERDES CMODETobias Waldekranz1-3/+3
2021-04-21net: dsa: mv88e6xxx: Export cross-chip PVT as devlink regionTobias Waldekranz4-0/+78
2021-04-21net: dsa: mv88e6xxx: Fix off-by-one in VTU devlink region sizeTobias Waldekranz1-1/+1
2021-04-21net: dsa: mv88e6xxx: Correct spelling of define "ADRR" -> "ADDR"Tobias Waldekranz2-2/+2
2021-04-20net: dsa: mv88e6xxx: Allow dynamic reconfiguration of tag protocolTobias Waldekranz1-0/+39
2021-04-20net: dsa: mv88e6xxx: Mark chips with undocumented EDSA tag supportTobias Waldekranz2-35/+46
2021-04-20net: dsa: mv88e6xxx: simulate Amethyst PHY model numberMarek Behún1-0/+1
2021-04-20net: dsa: felix: disable always guard band bit for TAS configXiaoliang Yang1-2/+6
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+13
2021-04-13net: dsa: mt7530: Add support for EEE featuresRené van Dorst2-1/+56
2021-04-12net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár1-17/+13
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+173
2021-04-08net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bitsMartin Blumenstingl1-3/+16
2021-04-08net: dsa: lantiq_gswip: Don't use PHY auto pollingMartin Blumenstingl1-26/+159
2021-03-29net: mscc: ocelot: remove redundant dev_err call in vsc9959_mdio_bus_alloc()Guobin Huang1-3/+1
2021-03-28net: dsa: hellcreek: Remove redundant dev_err call in hellcreek_probe()Guobin Huang1-6/+2
2021-03-28net: dsa: mt7530: clean up core and TRGMII clock setupIlya Lipnitskiy1-16/+13
2021-03-25net: dsa: b53: spi: add missing MODULE_DEVICE_TABLEQinglang Miao1-0/+1
2021-03-25net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clockMartin Blumenstingl1-2/+7
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-37/+40
2021-03-23net: ocelot: replay switchdev events when joining bridgeVladimir Oltean1-1/+3
2021-03-22net: dsa: hellcreek: Report switch name and IDKurt Kanzenbach1-0/+18
2021-03-22net: dsa: lantiq: verify compatible strings against hardwareAleksander Jan Bajkowski1-1/+19
2021-03-22net: dsa: lantiq: allow to use all GPHYs on xRX300 and xRX330Aleksander Jan Bajkowski1-29/+113
2021-03-22net: dsa: mv88e6xxx: fix up kerneldoc some moreVladimir Oltean1-3/+3
2021-03-22dsa: simplify Kconfig symbols and dependenciesAlexander Lobakin1-13/+4
2021-03-20Revert "net: dsa: sja1105: Clear VLAN filtering offload netdev feature"Vladimir Oltean1-16/+0
2021-03-18net: dsa: mv88e6xxx: Offload bridge broadcast flooding flagTobias Waldekranz1-1/+70
2021-03-18net: dsa: mv88e6xxx: Offload bridge learning flagTobias Waldekranz3-8/+52
2021-03-18net: dsa: mv88e6xxx: Flood all traffic classes on standalone portsTobias Waldekranz1-6/+2
2021-03-18net: dsa: mv88e6xxx: Use standard helper for broadcast addressTobias Waldekranz1-1/+3
2021-03-18net: dsa: mv88e6xxx: Remove some bureaucracy around querying the VTUTobias Waldekranz1-25/+20
2021-03-18net: dsa: mv88e6xxx: Provide generic VTU iteratorTobias Waldekranz1-36/+64
2021-03-18net: dsa: mv88e6xxx: Avoid useless attempts to fast-age LAGsTobias Waldekranz1-0/+7
2021-03-18net: dsa: bcm_sf2: fix BCM4908 RGMII reg(s)Rafał Miłecki2-4/+8