summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorLines
2022-09-23net: mt7531: ensure all MACs are powered down before resetAlexander Couzens-0/+4
2022-09-23net: mt7531: only do PLL once after the resetAlexander Couzens-6/+9
2022-09-20net: dsa: microchip: lan937x: fix maximum frame length checkRakesh Sankaranarayanan-4/+0
2022-09-07net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in vsc9959_sched_speed...Vladimir Oltean-2/+2
2022-09-07net: dsa: felix: disable cut-through forwarding for frames oversized for tc-t...Vladimir Oltean-43/+79
2022-09-07net: dsa: felix: tc-taprio intervals smaller than MTU should send at least on...Vladimir Oltean-4/+31
2022-09-06net: dsa: qca8k: fix NULL pointer dereference for of_device_get_match_dataChristian Marangi-1/+1
2022-09-03net: dsa: microchip: fix kernel oops on ksz8 switchesOleksij Rempel-6/+24
2022-08-29net: dsa: xrs700x: Use irqsave variant for u64 stats updateSebastian Andrzej Siewior-2/+3
2022-08-23net: dsa: microchip: make learning configurable and keep it off while standaloneVladimir Oltean-1/+45
2022-08-22net: dsa: microchip: keep compatibility with device tree blobs with no phy-modeVladimir Oltean-1/+7
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean-186/+322
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean-190/+746
2022-08-17net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean-2/+2
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean-15/+21
2022-08-17net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean-1/+2
2022-08-17net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions()Rustam Subkhankulov-1/+1
2022-08-17net: dsa: microchip: ksz9477: fix fdb_dump last invalid entryArun Ramadoss-0/+3
2022-08-12net: dsa: mv88e6060: prevent crash on an unused portSergei Antonov-0/+3
2022-08-09net: dsa: felix: suppress non-changes to the tagging protocolVladimir Oltean-0/+3
2022-08-08net: dsa: felix: fix min gate len calculation for tc when its first gate is c...Vladimir Oltean-1/+14
2022-07-28net: dsa: qca8k: move read_switch_id function to common codeChristian Marangi-29/+30
2022-07-28net: dsa: qca8k: move port LAG functions to common codeChristian Marangi-168/+171
2022-07-28net: dsa: qca8k: move port VLAN functions to common codeChristian Marangi-184/+187
2022-07-28net: dsa: qca8k: move port mirror functions to common codeChristian Marangi-93/+98
2022-07-28net: dsa: qca8k: move port FDB/MDB function to common codeChristian Marangi-311/+317
2022-07-28net: dsa: qca8k: move set age/MTU/port enable/disable functions to common codeChristian Marangi-88/+97
2022-07-28net: dsa: qca8k: move bridge functions to common codeChristian Marangi-93/+102
2022-07-28net: dsa: qca8k: move port set status/eee/ethtool stats function to common codeChristian Marangi-105/+113
2022-07-28net: dsa: qca8k: move mib init function to common codeChristian Marangi-37/+39
2022-07-28net: dsa: qca8k: move qca8k bulk read/write helper to common codeChristian Marangi-37/+49
2022-07-28net: dsa: qca8k: move qca8k read/write/rmw and reg table to common codeChristian Marangi-42/+44
2022-07-28net: dsa: qca8k: move mib struct to common codeChristian Marangi-51/+67
2022-07-28net: dsa: qca8k: make mib autocast feature optionalChristian Marangi-2/+14
2022-07-28net: dsa: qca8k: cache match data to speed up accessChristian Marangi-24/+12
2022-07-27net: dsa: mv88e6xxx: fix speed setting for CPU/DSA portsMarcin Wojtas-1/+6
2022-07-27net: dsa: microchip: add support for phylink mac configArun Ramadoss-33/+21
2022-07-27net: dsa: microchip: ksz8795: use common xmii functionArun Ramadoss-42/+1
2022-07-27net: dsa: microchip: ksz9477: use common xmii functionArun Ramadoss-167/+49
2022-07-27net: dsa: microchip: apply rgmii tx and rx delay in phylink mac configArun Ramadoss-1/+130
2022-07-27net: dsa: microchip: lan937x: add support for configuing xMII registerArun Ramadoss-40/+53
2022-07-27net: dsa: microchip: add support for common phylink mac link upArun Ramadoss-33/+16
2022-07-27net: dsa: microchip: add common duplex and flow control functionArun Ramadoss-23/+57
2022-07-27net: dsa: microchip: add common ksz port xmii speed selection functionArun Ramadoss-15/+69
2022-07-27net: dsa: microchip: add common gigabit set and get functionArun Ramadoss-48/+82
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+30
2022-07-19net: dsa: microchip: fix the missing ksz8_r_mib_cntArun Ramadoss-0/+1
2022-07-19net: dsa: vitesse-vsc73xx: silent spi_device_id warningsOleksij Rempel-0/+10
2022-07-19net: dsa: sja1105: silent spi_device_id warningsOleksij Rempel-0/+16
2022-07-18net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'Arun Ramadoss-1/+1