summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/microchip/ksz_common.c
AgeCommit message (Expand)Author
2024-11-13net: dsa: microchip: Add LAN9646 switch support to KSZ DSA driverTristram Ha
2024-11-11net: dsa: microchip: parse PHY config from device treeOleksij Rempel
2024-11-11net: dsa: microchip: add support for side MDIO interface in LAN937xOleksij Rempel
2024-11-11net: dsa: microchip: cleanup error handling in ksz_mdio_registerOleksij Rempel
2024-11-11net: dsa: microchip: Refactor MDIO handling for side MDIO accessOleksij Rempel
2024-11-03net: dsa: use ethtool string helpersRosen Penev
2024-10-24net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876xTim Harvey
2024-09-06net: dsa: microchip: replace unclear KSZ8830 stringsPieter Van Trappen
2024-09-03net: dsa: microchip: Use scoped function to simplfy codeJinjie Ruan
2024-08-27net: dsa: microchip: Add KSZ8895/KSZ8864 switch supportTristram Ha
2024-08-16net: dsa: microchip: fix KSZ87xx family structure wrt the datasheetPieter Van Trappen
2024-08-16net: dsa: microchip: add WoL support for KSZ87xx familyPieter Van Trappen
2024-08-16net: dsa: microchip: generalize KSZ9477 WoL functions at ksz_commonPieter Van Trappen
2024-08-16net: dsa: microchip: move KSZ9477 WoL functions to ksz_commonPieter Van Trappen
2024-08-08net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897.Martin Whitaker
2024-08-06net: dsa: microchip: Fix Wake-on-LAN check to not return an errorTristram Ha
2024-07-03net: dsa: microchip: lan937x: disable in-band status support for RGMII interf...Lucas Stach
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-25net: dsa: microchip: fix wrong register write when masking interruptTristram Ha
2024-06-23net: dsa: microchip: monitor potential faults in half-duplex modeEnguerrand de Ribaucourt
2024-06-21net: dsa: ksz_common: Allow only up to two HSR HW offloaded ports for KSZ9477Lukasz Majewski
2024-05-29net: dsa: microchip: fix RGMII error in KSZ DSA driverTristram Ha
2024-05-13net: dsa: microchip: dcb: rename IPV to IPMOleksij Rempel
2024-05-08net: dsa: microchip: add support DSCP priority mappingOleksij Rempel
2024-05-08net: dsa: microchip: init predictable IPV to queue mapping for all non KSZ8xx...Oleksij Rempel
2024-05-08net: dsa: microchip: enable ETS support for KSZ989X variantsOleksij Rempel
2024-05-08net: dsa: microchip: add support for different DCB app configurationsOleksij Rempel
2024-05-08net: dsa: microchip: add IPV information supportOleksij Rempel
2024-04-29net: dsa: ksz_common: use separate phylink_mac_ops for ksz8830Russell King (Oracle)
2024-04-29net: dsa: ksz_common: sub-driver phylink opsRussell King (Oracle)
2024-04-29net: dsa: ksz_common: provide own phylink MAC operationsRussell King (Oracle)
2024-04-29net: dsa: ksz_common: remove phylink_mac_config from ksz_dev_opsRussell King (Oracle)
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-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
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: properly support platform_data probingVladimir Oltean
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: 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