summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
2022-09-20net: dsa: introduce dsa_port_get_master()Vladimir Oltean
2022-09-19net: dsa: microchip: lan937x: fix reference count leak in lan937x_mdio_regist...Sun Ke
2022-09-16net: dsa: microchip: add the support for set_ageing_timeArun Ramadoss
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang
2022-09-09net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean
2022-09-09net: mscc: ocelot: minimize definitions for statsVladimir Oltean
2022-09-09net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean
2022-09-09net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean
2022-09-09net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean
2022-09-09net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean
2022-09-09net: dsa: felix: add definitions for the stream filter countersVladimir Oltean
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-07net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in vsc9959_sched_speed...Vladimir Oltean
2022-09-07net: dsa: felix: disable cut-through forwarding for frames oversized for tc-t...Vladimir Oltean
2022-09-07net: dsa: felix: tc-taprio intervals smaller than MTU should send at least on...Vladimir Oltean
2022-09-07net: dsa: LAN9303: Add basic support for LAN9354Jerry Ray
2022-09-07net: dsa: LAN9303: Add early read to syncJerry Ray
2022-09-07net: dsa: microchip: add regmap_range for KSZ9896 chipRomain Naour
2022-09-07net: dsa: microchip: ksz9477: remove 0x033C and 0x033D addresses from regmap_...Romain Naour
2022-09-07net: dsa: microchip: add KSZ9896 to KSZ9477 I2C driverRomain Naour
2022-09-07net: dsa: microchip: add KSZ9896 switch supportRomain Naour
2022-09-06net: dsa: qca8k: fix NULL pointer dereference for of_device_get_match_dataChristian Marangi
2022-09-05net: dsa: microchip: lan937x: add interrupt support for port phy linkArun Ramadoss
2022-09-05net: dsa: microchip: lan937x: clear the POR_READY_INT status bitArun Ramadoss
2022-09-05net: dsa: microchip: add reference to ksz_device inside the ksz_portArun Ramadoss
2022-09-03net: dsa: microchip: fix kernel oops on ksz8 switchesOleksij Rempel
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-31net: dsa: microchip: remove IS_9893 flagOleksij Rempel
2022-08-31net: dsa: microchip: remove unused sgmii variableOleksij Rempel
2022-08-31net: dsa: microchip: ksz9477: remove unused "on" variableOleksij Rempel
2022-08-31net: dsa: microchip: remove unused port phy variableOleksij Rempel
2022-08-31net: dsa: microchip: ksz9477: use internal_phy instead of phy_port_cntOleksij Rempel
2022-08-31net: dsa: microchip: add regmap_range for KSZ9477 chipOleksij Rempel
2022-08-31net: dsa: microchip: ksz9477: remove MII_CTRL1000 check from ksz9477_w_phy()Oleksij Rempel
2022-08-31net: dsa: microchip: add regmap_range for KSZ8563 chipOleksij Rempel
2022-08-31net: dsa: microchip: add support for regmap_access_tablesOleksij Rempel
2022-08-31net: dsa: microchip: KSZ9893: do not write to not supported Output Clock Cont...Oleksij Rempel
2022-08-31net: dsa: microchip: ksz8795: add error handling to ksz8_r/w_phyOleksij Rempel
2022-08-31net: dsa: microchip: ksz9477: add error handling to ksz9477_r/w_phyOleksij Rempel
2022-08-31net: dsa: microchip: forward error value on all ksz_pread/ksz_pwrite functionsOleksij Rempel
2022-08-31net: dsa: microchip: allow to pass return values for PHY read/write accessesOleksij Rempel
2022-08-31net: dsa: microchip: don't announce extended register support on non Gbit chipsOleksij Rempel
2022-08-31net: dsa: microchip: do per-port Gbit detection instead of per-chipOleksij Rempel
2022-08-31net: dsa: microchip: add separate struct ksz_chip_data for KSZ8563 chipOleksij Rempel
2022-08-29net: dsa: xrs700x: Use irqsave variant for u64 stats updateSebastian Andrzej Siewior
2022-08-26net: dsa: mv88e6xxx: Allow external SMI if serialMarcus Carlberg
2022-08-26net: dsa: mv88e6xxx: support RGMII cmodeMarcus Carlberg
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski