summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2025-05-29net: phy: nxp-c45-tja11xx: add match_phy_device to TJA1103/TJA1104Andrei Botila
2025-05-29net: phylink: use pl->link_interface in phylink_expects_phy()Choong Yong Liang
2025-05-22net: phy: micrel: remove KSZ9477 EEE quirks now handled by phylinkOleksij Rempel
2025-05-02net: phy: dp83822: fix transmit amplitude if CONFIG_OF_MDIO not definedDimitri Fedrau
2025-05-02net: phy: microchip: force IRQ polling mode for lan88xxFiona Klute
2025-05-02net: phylink: add functions to block/unblock rx clock stopRussell King (Oracle)
2025-05-02net: phylink: add phylink_prepare_resume()Russell King (Oracle)
2025-05-02net: dp83822: Fix OF_MDIO config checkJohannes Schneider
2025-05-02net: phy: dp83822: Add support for changing the transmit amplitude voltageDimitri Fedrau
2025-05-02net: phy: Add helper for getting tx amplitude gainDimitri Fedrau
2025-05-02net: phy: leds: fix memory leakQingfang Deng
2025-05-02net: phylink: fix suspend/resume with WoL enabled and link downRussell King (Oracle)
2025-05-02net: phylink: force link down on major_config failureRussell King (Oracle)
2025-04-20net: sfp: add quirk for FS SFP-10GM-T copper SFP+ moduleMartin Schiller
2025-04-20net: sfp: add quirk for 2.5G OEM BX SFPBirger Koblitz
2025-04-20net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-contr...Vladimir Oltean
2025-04-20net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()Vladimir Oltean
2025-04-10net: phy: broadcom: Correct BCM5221 PHY model detectionJim Liu
2025-04-10broadcom: fix supported flag check in periodic output functionJacob Keller
2025-03-19phy: fix xa_alloc_cyclic() error handlingMichal Swiatkowski
2025-03-07net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errataAndrei Botila
2025-03-07net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errataAndrei Botila
2025-02-20net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENTGeorge Moussalem
2025-02-11net: phylink: make configuring clock-stop dependent on MAC supportRussell King (Oracle)
2025-01-27net: phy: c45-tjaxx: add delay between MDIO write and read in soft_resetMilos Reljin
2025-01-23net: phy: marvell-88q2xxx: Fix temperature measurement with reset-gpiosDimitri Fedrau
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-01-20net: phylink: fix regression when binding a PHYRussell King (Oracle)
2025-01-20net: phy: realtek: HWMON support for standalone versions of RTL8221B and RTL8251Aleksander Jan Bajkowski
2025-01-20net: phylink: always do a major config when attaching a SFP PHYRussell King (Oracle)
2025-01-18net: phy: remove leftovers from switch to linkmode bitmapsHeiner Kallweit
2025-01-17net: phy: realtek: always clear NBase-T lpaDaniel Golle
2025-01-17net: phy: realtek: clear master_slave_state if link is downDaniel Golle
2025-01-17net: phy: realtek: clear 1000Base-T lpa if link is downDaniel Golle
2025-01-16net: phy: microchip_rds_ptp : Add PEROUT feature library for RDS PTP supporte...Divya Koppera
2025-01-16net: phy: microchip_t1: Enable pin out specific to lan887x phy for PEROUT signalDivya Koppera
2025-01-16net: phy: microchip_rds_ptp: Header file library changes for PEROUTDivya Koppera
2025-01-16net: phylink: add EEE managementRussell King (Oracle)
2025-01-16net: phylink: add phylink_link_is_up() helperRussell King (Oracle)
2025-01-16net: phy: add support for querying PHY clock stop capabilityRussell King (Oracle)
2025-01-15net: phylink: provide fixed state for 1000base-X and 2500base-XRussell King (Oracle)
2025-01-15net: phylink: use neg_mode in phylink_mii_c22_pcs_decode_state()Russell King (Oracle)
2025-01-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)
2025-01-15net: phylink: use pcs_neg_mode in phylink_mac_pcs_get_state()Russell King (Oracle)
2025-01-14net: phy: Constify struct mdio_device_idChristophe JAILLET
2025-01-14net: phy: realtek: add hwmon support for temp sensor on RTL822xHeiner Kallweit
2025-01-14net: phy: move realtek PHY driver to its own subdirectoryHeiner Kallweit
2025-01-14net: phy: realtek: add support for reading MDIO_MMD_VEND2 regs on RTL8125/RTL...Heiner Kallweit
2025-01-14net: phy: dp83822: Fix typo "outout" -> "output"Colin Ian King