summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: lantiq: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-5/+3
* net: dsa: felix: add support for changing DSA masterVladimir Oltean2022-09-202-2/+119
* net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-204-17/+41
* net: dsa: introduce dsa_port_get_master()Vladimir Oltean2022-09-203-6/+6
* net: dsa: microchip: lan937x: fix reference count leak in lan937x_mdio_regist...Sun Ke2022-09-191-1/+3
* net: dsa: microchip: add the support for set_ageing_timeArun Ramadoss2022-09-168-1/+67
* net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean2022-09-092-186/+2
* net: mscc: ocelot: minimize definitions for statsVladimir Oltean2022-09-092-744/+186
* net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean2022-09-092-4/+4
* net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean2022-09-091-0/+46
* net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean2022-09-091-0/+9
* net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean2022-09-091-43/+88
* net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean2022-09-091-2/+2
* net: dsa: felix: add definitions for the stream filter countersVladimir Oltean2022-09-092-6/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-083-56/+137
|\
| * net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in vsc9959_sched_speed...Vladimir Oltean2022-09-071-2/+2
| * net: dsa: felix: disable cut-through forwarding for frames oversized for tc-t...Vladimir Oltean2022-09-071-43/+79
| * net: dsa: felix: tc-taprio intervals smaller than MTU should send at least on...Vladimir Oltean2022-09-071-4/+31
| * net: dsa: qca8k: fix NULL pointer dereference for of_device_get_match_dataChristian Marangi2022-09-061-1/+1
| * net: dsa: microchip: fix kernel oops on ksz8 switchesOleksij Rempel2022-09-031-6/+24
* | net: dsa: LAN9303: Add basic support for LAN9354Jerry Ray2022-09-073-6/+12
* | net: dsa: LAN9303: Add early read to syncJerry Ray2022-09-071-4/+15
* | net: dsa: microchip: add regmap_range for KSZ9896 chipRomain Naour2022-09-071-0/+215
* | net: dsa: microchip: ksz9477: remove 0x033C and 0x033D addresses from regmap_...Romain Naour2022-09-071-1/+2
* | net: dsa: microchip: add KSZ9896 to KSZ9477 I2C driverRomain Naour2022-09-071-0/+4
* | net: dsa: microchip: add KSZ9896 switch supportRomain Naour2022-09-073-0/+39
* | net: dsa: microchip: lan937x: add interrupt support for port phy linkArun Ramadoss2022-09-056-4/+399
* | net: dsa: microchip: lan937x: clear the POR_READY_INT status bitArun Ramadoss2022-09-051-0/+4
* | net: dsa: microchip: add reference to ksz_device inside the ksz_portArun Ramadoss2022-09-052-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-2/+3
|\|
| * net: dsa: xrs700x: Use irqsave variant for u64 stats updateSebastian Andrzej Siewior2022-08-291-2/+3
* | net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-314-4/+4
* | net: dsa: microchip: remove IS_9893 flagOleksij Rempel2022-08-313-8/+2
* | net: dsa: microchip: remove unused sgmii variableOleksij Rempel2022-08-312-6/+0
* | net: dsa: microchip: ksz9477: remove unused "on" variableOleksij Rempel2022-08-311-2/+0
* | net: dsa: microchip: remove unused port phy variableOleksij Rempel2022-08-313-7/+0
* | net: dsa: microchip: ksz9477: use internal_phy instead of phy_port_cntOleksij Rempel2022-08-311-13/+7
* | net: dsa: microchip: add regmap_range for KSZ9477 chipOleksij Rempel2022-08-311-0/+272
* | net: dsa: microchip: ksz9477: remove MII_CTRL1000 check from ksz9477_w_phy()Oleksij Rempel2022-08-311-4/+0
* | net: dsa: microchip: add regmap_range for KSZ8563 chipOleksij Rempel2022-08-311-0/+121
* | net: dsa: microchip: add support for regmap_access_tablesOleksij Rempel2022-08-312-4/+45
* | net: dsa: microchip: KSZ9893: do not write to not supported Output Clock Cont...Oleksij Rempel2022-08-311-0/+5
* | net: dsa: microchip: ksz8795: add error handling to ksz8_r/w_phyOleksij Rempel2022-08-311-21/+81
* | net: dsa: microchip: ksz9477: add error handling to ksz9477_r/w_phyOleksij Rempel2022-08-311-5/+7
* | net: dsa: microchip: forward error value on all ksz_pread/ksz_pwrite functionsOleksij Rempel2022-08-311-18/+20
* | net: dsa: microchip: allow to pass return values for PHY read/write accessesOleksij Rempel2022-08-318-20/+34
* | net: dsa: microchip: don't announce extended register support on non Gbit chipsOleksij Rempel2022-08-311-0/+11
* | net: dsa: microchip: do per-port Gbit detection instead of per-chipOleksij Rempel2022-08-313-18/+9
* | net: dsa: microchip: add separate struct ksz_chip_data for KSZ8563 chipOleksij Rempel2022-08-313-3/+44
* | net: dsa: mv88e6xxx: Allow external SMI if serialMarcus Carlberg2022-08-261-1/+1