summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
2022-07-02net: dsa: microchip: lan937x: add MTU and fast_age supportArun Ramadoss
2022-07-02net: dsa: microchip: lan937x: register mdio-busArun Ramadoss
2022-07-02net: dsa: microchip: lan937x: add phy read and write supportArun Ramadoss
2022-07-02net: dsa: microchip: lan937x: add dsa_tag_protocolArun Ramadoss
2022-07-02net: dsa: microchip: add DSA support for microchip LAN937xArun Ramadoss
2022-07-02net: dsa: microchip: generic access to ksz9477 static and reserved tableArun Ramadoss
2022-06-30time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean
2022-06-30net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the ...Vladimir Oltean
2022-06-30net: dsa: felix: keep QSYS_TAG_CONFIG_INIT_GATE_STATE(0xFF) out of rmwVladimir Oltean
2022-06-30net: dsa: felix: keep reference on entire tc-taprio configVladimir Oltean
2022-06-30net: dsa: rzn1-a5psw: add missing of_node_put() in a5psw_pcs_get()Yang Yingliang
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-30net: dsa: felix: fix race between reading PSFP stats and port statsVladimir Oltean
2022-06-29net: dsa: rzn1-a5psw: fix a NULL vs IS_ERR() check in a5psw_probe()Peng Wu
2022-06-29net: dsa: microchip: count pause packets together will all other packetsOleksij Rempel
2022-06-29net: dsa: microchip: add pause stats supportOleksij Rempel
2022-06-29net: dsa: ar9331: add support for pause statsOleksij Rempel
2022-06-29net: dsa: microchip: move remaining register offset to ksz_chip_regArun Ramadoss
2022-06-29net: dsa: microchip: add P_STP_CTRL to ksz_chip_regArun Ramadoss
2022-06-29net: dsa: microchip: change the size of reg from u8 to u16Arun Ramadoss
2022-06-29net: dsa: microchip: remove the struct ksz8Arun Ramadoss
2022-06-29net: dsa: microchip: move ksz8->shifts to ksz_commonArun Ramadoss
2022-06-29net: dsa: microchip: move ksz8->masks to ksz_commonArun Ramadoss
2022-06-29net: dsa: microchip: move ksz8->regs to ksz_commonArun Ramadoss
2022-06-27net: dsa: rzn1-a5psw: add FDB supportClément Léger
2022-06-27net: dsa: rzn1-a5psw: add statistics supportClément Léger
2022-06-27net: dsa: rzn1-a5psw: add Renesas RZ/N1 advanced 5 port switch driverClément Léger
2022-06-24net: dsa: microchip: common ksz_spi_probe for ksz switchesArun Ramadoss
2022-06-24net: dsa: microchip: remove the ksz8/ksz9477_switch_registerArun Ramadoss
2022-06-24net: dsa: microchip: move ksz_dev_ops to ksz_common.cArun Ramadoss
2022-06-24net: dsa: microchip: common menuconfig for ksz series switchArun Ramadoss
2022-06-24net: dsa: microchip: ksz9477: separate phylink mode from switch registerArun Ramadoss
2022-06-24net: dsa: microchip: common dsa_switch_ops for ksz switchesArun Ramadoss
2022-06-24net: dsa: microchip: move start of switch to ksz_setupArun Ramadoss
2022-06-24net: dsa: microchip: move multicast enable to ksz_setupArun Ramadoss
2022-06-24net: dsa: microchip: move broadcast rate limit to ksz_setupArun Ramadoss
2022-06-24net: dsa: microchip: move setup function to ksz_commonArun Ramadoss
2022-06-24net: dsa: microchip: add the enable_stp_addr pointer in ksz_dev_opsArun Ramadoss
2022-06-24net: dsa: microchip: add config_cpu_port to struct ksz_dev_opsArun Ramadoss
2022-06-24net: dsa: microchip: rename shutdown to reset in ksz_dev_opsArun Ramadoss
2022-06-23net: dsa: bcm_sf2: force pause link settingsDoug Berger
2022-06-23net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup()Liang He
2022-06-23net: dsa: mv88e6xxx: get rid of SPEED_MAX settingRussell King
2022-06-23net: dsa: mv88e6xxx: remove mv88e6065 dead codeRussell King (Oracle)
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-22net: dsa: qca8k: reduce mgmt ethernet timeoutChristian Marangi
2022-06-22net: dsa: qca8k: reset cpu port on MTU changeChristian Marangi
2022-06-21net: dsa: microchip: move get_phy_flags & mtu to ksz_commonArun Ramadoss
2022-06-21net: dsa: microchip: update fdb add/del/dump in ksz_commonArun Ramadoss
2022-06-21net: dsa: microchip: update the ksz_port_mdb_add/delArun Ramadoss