summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
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-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
2022-08-23net: dsa: microchip: make learning configurable and keep it off while standaloneVladimir Oltean
2022-08-23net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean
2022-08-22net: dsa: microchip: keep compatibility with device tree blobs with no phy-modeVladimir Oltean
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean
2022-08-17net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean
2022-08-17net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean
2022-08-17net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions()Rustam Subkhankulov
2022-08-17net: dsa: microchip: ksz9477: fix fdb_dump last invalid entryArun Ramadoss
2022-08-17net: dsa: bcm_sf2: Have PHYLINK configure CPU/IMP port(s)Florian Fainelli
2022-08-17net: dsa: bcm_sf2: Introduce helper for port override offsetFlorian Fainelli
2022-08-12net: dsa: mv88e6060: prevent crash on an unused portSergei Antonov
2022-08-09net: dsa: felix: suppress non-changes to the tagging protocolVladimir Oltean
2022-08-08net: dsa: felix: fix min gate len calculation for tc when its first gate is c...Vladimir Oltean
2022-07-28net: dsa: qca8k: move read_switch_id function to common codeChristian Marangi
2022-07-28net: dsa: qca8k: move port LAG functions to common codeChristian Marangi
2022-07-28net: dsa: qca8k: move port VLAN functions to common codeChristian Marangi
2022-07-28net: dsa: qca8k: move port mirror functions to common codeChristian Marangi
2022-07-28net: dsa: qca8k: move port FDB/MDB function to common codeChristian Marangi
2022-07-28net: dsa: qca8k: move set age/MTU/port enable/disable functions to common codeChristian Marangi
2022-07-28net: dsa: qca8k: move bridge functions to common codeChristian Marangi
2022-07-28net: dsa: qca8k: move port set status/eee/ethtool stats function to common codeChristian Marangi
2022-07-28net: dsa: qca8k: move mib init function to common codeChristian Marangi
2022-07-28net: dsa: qca8k: move qca8k bulk read/write helper to common codeChristian Marangi
2022-07-28net: dsa: qca8k: move qca8k read/write/rmw and reg table to common codeChristian Marangi
2022-07-28net: dsa: qca8k: move mib struct to common codeChristian Marangi
2022-07-28net: dsa: qca8k: make mib autocast feature optionalChristian Marangi
2022-07-28net: dsa: qca8k: cache match data to speed up accessChristian Marangi