summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/microchip
AgeCommit message (Expand)Author
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-07net: dsa: microchip: make sure drive strength configuration is not lost by so...Oleksij Rempel
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-05net: dsa: microchip: fix register write order in ksz8_ind_write8()Tobias Jakobi (Compleo)
2024-02-26net: dsa: microchip: Add support for bridge port isolationOleksij Rempel
2024-02-01net: dsa: Add KSZ8567 switch supportPhilippe Schenker
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-26net: dsa: microchip: implement PHY loopback configuration for KSZ8794 and KSZ...Oleksij Rempel
2024-01-26net: dsa: microchip: Remove redundant optimization in ksz8_w_phy_bmcrOleksij Rempel
2024-01-26net: dsa: microchip: ksz8: move BMCR specific code to separate functionOleksij Rempel
2023-12-08net: dsa: microchip: use DSA_TAG_PROTO without _VALUE defineSean Nyekjaer
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-07net: dsa: microchip: provide a list of valid protocols for xmit handlerSean Nyekjaer
2023-12-07net: dsa: microchip: move ksz_chip_id enum to platform includeDaniel Danzberger
2023-12-07net: dsa: microchip: properly support platform_data probingVladimir Oltean
2023-12-07net: dsa: microchip: add property to select internal RMII reference clockAnte Knezic
2023-11-29net: dsa: microchip: make phylink_mac_link_up() not optionalOleksij Rempel
2023-11-29net: dsa: microchip: ksz8: Add function to configure ports with integrated PHYsOleksij Rempel
2023-11-29net: dsa: microchip: ksz8: Make flow control, speed, and duplex on CPU port c...Oleksij Rempel
2023-10-27net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy"Colin Ian King
2023-10-27net: dsa: microchip: Ensure Stable PME Pin State for Wake-on-LANOleksij Rempel
2023-10-27net: dsa: microchip: Refactor switch shutdown routine for WoL preparationOleksij Rempel
2023-10-27net: dsa: microchip: Add error handling for ksz_switch_macaddr_get()Oleksij Rempel
2023-10-27net: dsa: microchip: Refactor comment for ksz_switch_macaddr_get() functionOleksij Rempel
2023-10-27net: dsa: microchip: ksz9477: Add Wake on Magic Packet supportOleksij Rempel
2023-10-25net: dsa: microchip: ksz9477: add Wake on LAN supportOleksij Rempel
2023-10-25net: dsa: microchip: use wakeup-source DT property to enable PME outputOleksij Rempel
2023-10-25net: dsa: microchip: Add missing MAC address register offset for ksz8863Oleksij Rempel
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli
2023-10-20net: dsa: microchip: ksz8: Enable MIIM PHY Control reg accessOleksij Rempel
2023-10-10net: dsa: microchip: Fix uninitialized var in ksz9477_acl_move_entries()Oleksij Rempel
2023-10-03net: dsa: microchip: Enable HSR offloading for KSZ9477Lukasz Majewski
2023-10-03net: dsa: microchip: move REG_SW_MAC_ADDR to dev->info->regs[]Vladimir Oltean
2023-09-19net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected"Colin Ian King
2023-09-17net: dsa: microchip: Add partial ACL support for ksz9477 switchesOleksij Rempel
2023-09-17net: dsa: microchip: Move *_port_setup code to dsa_switch_ops::port_setup()Oleksij Rempel
2023-09-16net: dsa: microchip: Add drive strength configurationOleksij Rempel
2023-09-06net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Lukasz Majewski
2023-08-22net: dsa: microchip: Remove unused declarationsYue Haibing
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-29net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundariesLukasz Majewski
2023-07-26net: dsa: Explicitly include correct DT includesRob Herring
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-18net: dsa: remove legacy_pre_march2020 from driversRussell King (Oracle)
2023-07-17net: dsa: microchip: correct KSZ8795 static MAC table accessTristram Ha
2023-06-22net: dsa: microchip: fix writes to phy registers >= 0x10Rasmus Villemoes
2023-06-22net: dsa: microchip: add ksz_prmw32() helperRasmus Villemoes
2023-06-22net: dsa: microchip: simplify ksz_prmw8()Rasmus Villemoes
2023-06-06net: dsa: microchip: remove KSZ9477 PHY errata handlingRobert Hancock
2023-05-31net: dsa: Switch i2c drivers back to use .probe()Uwe Kleine-König