summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: felix: suppress non-changes to the tagging protocolVladimir Oltean2022-08-091-0/+3
* net: dsa: felix: fix min gate len calculation for tc when its first gate is c...Vladimir Oltean2022-08-081-1/+14
* net: dsa: qca8k: move read_switch_id function to common codeChristian Marangi2022-07-283-29/+30
* net: dsa: qca8k: move port LAG functions to common codeChristian Marangi2022-07-283-168/+171
* net: dsa: qca8k: move port VLAN functions to common codeChristian Marangi2022-07-283-184/+187
* net: dsa: qca8k: move port mirror functions to common codeChristian Marangi2022-07-283-93/+98
* net: dsa: qca8k: move port FDB/MDB function to common codeChristian Marangi2022-07-283-311/+317
* net: dsa: qca8k: move set age/MTU/port enable/disable functions to common codeChristian Marangi2022-07-283-88/+97
* net: dsa: qca8k: move bridge functions to common codeChristian Marangi2022-07-283-93/+102
* net: dsa: qca8k: move port set status/eee/ethtool stats function to common codeChristian Marangi2022-07-283-105/+113
* net: dsa: qca8k: move mib init function to common codeChristian Marangi2022-07-283-37/+39
* net: dsa: qca8k: move qca8k bulk read/write helper to common codeChristian Marangi2022-07-283-37/+49
* net: dsa: qca8k: move qca8k read/write/rmw and reg table to common codeChristian Marangi2022-07-283-42/+44
* net: dsa: qca8k: move mib struct to common codeChristian Marangi2022-07-284-51/+67
* net: dsa: qca8k: make mib autocast feature optionalChristian Marangi2022-07-282-2/+14
* net: dsa: qca8k: cache match data to speed up accessChristian Marangi2022-07-282-24/+12
* net: dsa: mv88e6xxx: fix speed setting for CPU/DSA portsMarcin Wojtas2022-07-271-1/+6
* net: dsa: microchip: add support for phylink mac configArun Ramadoss2022-07-276-33/+21
* net: dsa: microchip: ksz8795: use common xmii functionArun Ramadoss2022-07-272-42/+1
* net: dsa: microchip: ksz9477: use common xmii functionArun Ramadoss2022-07-274-167/+49
* net: dsa: microchip: apply rgmii tx and rx delay in phylink mac configArun Ramadoss2022-07-275-1/+130
* net: dsa: microchip: lan937x: add support for configuing xMII registerArun Ramadoss2022-07-274-40/+53
* net: dsa: microchip: add support for common phylink mac link upArun Ramadoss2022-07-274-33/+16
* net: dsa: microchip: add common duplex and flow control functionArun Ramadoss2022-07-275-23/+57
* net: dsa: microchip: add common ksz port xmii speed selection functionArun Ramadoss2022-07-275-15/+69
* net: dsa: microchip: add common gigabit set and get functionArun Ramadoss2022-07-276-48/+82
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-213-1/+30
|\
| * net: dsa: vitesse-vsc73xx: silent spi_device_id warningsOleksij Rempel2022-07-191-0/+10
| * net: dsa: sja1105: silent spi_device_id warningsOleksij Rempel2022-07-191-0/+16
| * net: dsa: microchip: ksz_common: Fix refcount leak bugLiang He2022-07-151-1/+4
* | net: dsa: microchip: fix the missing ksz8_r_mib_cntArun Ramadoss2022-07-191-0/+1
* | net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'Arun Ramadoss2022-07-181-1/+1
* | net: dsa: qca8k: move driver to qca dirChristian Marangi2022-07-156-9/+9
* | net: dsa: hellcreek: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-111-5/+2
* | net: dsa: b53: remove unnecessary spi_set_drvdata()Yang Yingliang2022-07-061-2/+0
* | net: dsa: felix: build as module when tc-taprio is moduleVladimir Oltean2022-07-051-0/+1
* | net: dsa: microchip: add LAN937x in the ksz spi probeArun Ramadoss2022-07-021-0/+26
* | net: dsa: microchip: lan937x: add phylink_mac_config supportArun Ramadoss2022-07-024-2/+74
* | net: dsa: microchip: lan937x: add phylink_mac_link_up supportArun Ramadoss2022-07-025-0/+82
* | net: dsa: microchip: lan937x: add phylink_get_caps supportArun Ramadoss2022-07-023-0/+15
* | net: dsa: microchip: lan937x: add MTU and fast_age supportArun Ramadoss2022-07-024-0/+36
* | net: dsa: microchip: lan937x: register mdio-busArun Ramadoss2022-07-021-0/+74
* | net: dsa: microchip: lan937x: add phy read and write supportArun Ramadoss2022-07-024-0/+156
* | net: dsa: microchip: lan937x: add dsa_tag_protocolArun Ramadoss2022-07-022-0/+12
* | net: dsa: microchip: add DSA support for microchip LAN937xArun Ramadoss2022-07-026-1/+333
* | net: dsa: microchip: generic access to ksz9477 static and reserved tableArun Ramadoss2022-07-024-10/+58
* | time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean2022-06-301-2/+3
* | net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the ...Vladimir Oltean2022-06-303-0/+211
* | net: dsa: felix: keep QSYS_TAG_CONFIG_INIT_GATE_STATE(0xFF) out of rmwVladimir Oltean2022-06-301-12/+5
* | net: dsa: felix: keep reference on entire tc-taprio configVladimir Oltean2022-06-301-10/+13