summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/microchip/lan937x_main.c
AgeCommit message (Expand)Author
2026-07-08net: dsa: microchip: move the drive strength config out of the common sectionBastien Curutchet (Schneider Electric)
2026-07-08net: dsa: microchip: split port_max_mtu() implementationVladimir Oltean
2026-06-12net: dsa: microchip: implement port_teardown only if neededBastien Curutchet (Schneider Electric)
2026-06-12net: dsa: microchip: implement lan937x-specific MDIO registrationBastien Curutchet (Schneider Electric)
2026-06-12net: dsa: microchip: implement port_hsr_join for KSZ9477 onlyBastien Curutchet (Schneider Electric)
2026-06-12net: dsa: microchip: implement .{get/set}_wol only if neededBastien Curutchet (Schneider Electric)
2026-06-12net: dsa: microchip: implement .support_eee() only if neededBastien Curutchet (Schneider Electric)
2026-06-12net: dsa: microchip: remove setup_rgmii_delay() KSZ operationBastien Curutchet (Schneider Electric)
2026-06-12net: dsa: microchip: implement get_phy_flags only if neededBastien Curutchet (Schneider Electric)
2026-06-12net: dsa: microchip: remove useless common cls_flower_{add/del} operationsBastien Curutchet (Schneider Electric)
2026-05-22net: dsa: microchip: bypass dev_ops for phy_read()/phy_write()Bastien Curutchet (Schneider Electric)
2026-05-22net: dsa: microchip: bypass dev_ops for port_setup()Bastien Curutchet (Schneider Electric)
2026-05-22net: dsa: microchip: bypass dev_ops->setup() and teardown() for lan937xVladimir Oltean
2026-05-22net: dsa: microchip: don't reset on shutdown or driver removalVladimir Oltean
2026-05-14net: dsa: microchip: bypass dev_ops for phylink_get_caps()Vladimir Oltean
2026-05-14net: dsa: microchip: bypass dev_ops for mirror operationsVladimir Oltean
2026-05-14net: dsa: microchip: bypass dev_ops for FDB and MDB operationsVladimir Oltean
2026-05-14net: dsa: microchip: bypass dev_ops for VLAN operationsVladimir Oltean
2026-05-14net: dsa: microchip: bypass dev_ops for change_mtu() operationVladimir Oltean
2026-05-14net: dsa: microchip: bypass dev_ops for FDB ageing operationsVladimir Oltean
2026-05-08net: dsa: microchip: split ksz_connect_tag_protocol()Bastien Curutchet (Schneider Electric)
2026-05-08net: dsa: microchip: split ksz_get_tag_protocol()Vladimir Oltean
2026-05-08net: dsa: microchip: ensure each ksz_dev_ops has its own dsa_switch_opsVladimir Oltean
2026-05-08net: dsa: microchip: move phylink_mac_ops to individual driversVladimir Oltean
2026-05-08net: dsa: microchip: move KSZ9477 and LAN937 ksz_dev_ops to individual driversVladimir Oltean
2025-11-20net: dsa: microchip: lan937x: Fix RGMII delay tuningOleksij Rempel
2024-12-19net: dsa: microchip: Fix LAN937X set_ageing_time functionTristram Ha
2024-11-11net: dsa: microchip: add support for side MDIO interface in LAN937xOleksij Rempel
2024-07-08net: dsa: microchip: lan9371/2: update MAC capabilities for port 4Oleksij Rempel
2024-07-04net: dsa: microchip: lan937x: Add error handling in lan937x_setupOleksij Rempel
2024-07-03net: dsa: microchip: lan937x: disable VPHY supportLucas Stach
2024-07-03net: dsa: microchip: lan9371/2: add 100BaseTX PHY supportLucas Stach
2023-05-30net: dsa: microchip: add an enum for regmap widthsVladimir Oltean
2023-01-23net: dsa: microchip: add support for credit based shaperArun Ramadoss
2023-01-23net: dsa: microchip: enable port queues for tc mqprioArun Ramadoss
2022-11-09net: dsa: microchip: add error checking for ksz_pwriteRakesh Sankaranarayanan
2022-09-26net: dsa: microchip: move interrupt handling logic from lan937x to ksz_commonArun Ramadoss
2022-09-26net: dsa: microchip: lan937x: return zero if mdio node not presentArun Ramadoss
2022-09-26net: dsa: microchip: enable phy interrupts only if interrupt enabled in dtsArun Ramadoss
2022-09-26net: dsa: microchip: determine number of port irq based on switch typeArun Ramadoss
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20net: dsa: microchip: lan937x: fix maximum frame length checkRakesh Sankaranarayanan
2022-09-19net: dsa: microchip: lan937x: fix reference count leak in lan937x_mdio_regist...Sun Ke
2022-09-16net: dsa: microchip: add the support for set_ageing_timeArun Ramadoss
2022-09-05net: dsa: microchip: lan937x: add interrupt support for port phy linkArun Ramadoss
2022-09-05net: dsa: microchip: lan937x: clear the POR_READY_INT status bitArun Ramadoss
2022-08-31net: dsa: microchip: allow to pass return values for PHY read/write accessesOleksij Rempel
2022-07-27net: dsa: microchip: add support for phylink mac configArun Ramadoss
2022-07-27net: dsa: microchip: apply rgmii tx and rx delay in phylink mac configArun Ramadoss
2022-07-27net: dsa: microchip: lan937x: add support for configuing xMII registerArun Ramadoss