summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy-c45.c
AgeCommit message (Expand)Author
2025-03-21net: phy: fix genphy_c45_eee_is_active() for disabled EEERussell King (Oracle)
2025-03-20net: phy: Allow loopback speed selection for PHY driversGerhard Engleder
2025-02-24net: phy: add phylib-internal.hHeiner Kallweit
2025-02-18net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_ac...Heiner Kallweit
2025-02-18net: phy: c45: use cached EEE advertisement in genphy_c45_ethtool_get_eeeHeiner Kallweit
2025-02-18net: phy: c45: Don't silently remove disabled EEE modes any longer when writi...Heiner Kallweit
2025-02-14net: phy: c45: improve handling of disabled EEE modes in generic ethtool func...Heiner Kallweit
2025-02-11net: phy: rename eee_broken_modes to eee_disabled_modesHeiner Kallweit
2024-12-06net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)
2024-12-06net: phy: avoid genphy_c45_ethtool_get_eee() setting eee_enabledRussell King (Oracle)
2024-11-28net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPIRussell King (Oracle)
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-11-15net: phy: fix phylib's dual eee_enabledRussell King (Oracle)
2024-11-14net: phy: convert eee_broken_modes to a linkmode bitmapHeiner Kallweit
2024-11-13net: phy: c45: don't use temporary linkmode bitmaps in genphy_c45_ethtool_get...Heiner Kallweit
2024-11-07net: phy: export genphy_c45_an_config_eee_anegHeiner Kallweit
2024-11-07net: phy: make genphy_c45_write_eee_adv() staticHeiner Kallweit
2024-11-06net: phy: respect cached advertising when re-enabling EEEHeiner Kallweit
2024-03-05net: phy: Immediately call adjust_link if only tx_lpi_enabled changesAndrew Lunn
2024-02-27net: phy: simplify genphy_c45_ethtool_set_eeeHeiner Kallweit
2024-02-21net: phy: c45: detect 100/1000BASE-T1 linkmode advertisementsDimitri Fedrau
2024-02-17net: phy: c45: add support for MDIO_AN_EEE_ADV2Heiner Kallweit
2024-02-17net: phy: c45: add support for EEE link partner ability 2 to genphy_c45_read_...Heiner Kallweit
2024-02-17net: phy: c45: add and use genphy_c45_read_eee_cap2Heiner Kallweit
2024-01-31net: phy: c45: change genphy_c45_ethtool_[get|set]_eee to use EEE linkmode bi...Heiner Kallweit
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2023-12-13net: phy: c45: add genphy_c45_pma_read_ext_abilities() functionOleksij Rempel
2023-07-20net: phy: c45: detect the BASE-T1 speed from the ability registerStefan Eichenberger
2023-07-20net: phy: c45: add a separate function to read BASE-T1 abilitiesStefan Eichenberger
2023-07-20net: phy: c45: add support for 1000BASE-T1 forced setupStefan Eichenberger
2023-06-20net: phy-c45: Fix genphy_c45_ethtool_set_eee descriptionAndrew Lunn
2023-02-27net: phy: c45: fix network interface initialization failures on xtensa, arm:c...Oleksij Rempel
2023-02-23net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modesOleksij Rempel
2023-02-23net: phy: do not force EEE supportOleksij Rempel
2023-02-23net: phy: c45: add genphy_c45_an_config_eee_aneg() functionOleksij Rempel
2023-02-23net: phy: c45: use "supported_eee" instead of supported for access validationOleksij Rempel
2023-02-15net: phy: c45: genphy_c45_an_config_aneg(): fix uninitialized symbol errorOleksij Rempel
2023-02-13net: phy: c45: migrate to genphy_c45_write_eee_adv()Oleksij Rempel
2023-02-13net: phy: add genphy_c45_ethtool_get/set_eee() supportOleksij Rempel
2023-02-13net: phy: add genphy_c45_read_eee_abilities() functionOleksij Rempel
2023-01-19net: phy: fix use of uninit variable when setting PLCA configPiergiorgio Beruto
2023-01-11drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto
2022-08-08net: phy: c45 baset1: do not skip aneg configuration if clock role is not spe...Oleksij Rempel
2022-05-09net: phy: export genphy_c45_baset1_read_status()Oleksij Rempel
2022-05-09net: phy: genphy_c45_pma_baset1_read_master_slave: read actual configurationOleksij Rempel
2022-05-09net: phy: introduce genphy_c45_pma_baset1_read_master_slave()Oleksij Rempel
2022-05-09net: phy: genphy_c45_pma_baset1_setup_master_slave: do no set unknown configu...Oleksij Rempel
2022-05-09net: phy: introduce genphy_c45_pma_baset1_setup_master_slave()Oleksij Rempel
2022-05-09net: phy: genphy_c45_baset1_an_config_aneg: do no set unknown configurationOleksij Rempel