aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-06net: phy: realtek: Clean up RTL821x ExtPage accessMichael Klein1-15/+23
2025-05-06net: phy: realtek: remove unsed RTL821x_PHYSR* macrosMichael Klein1-4/+0
2025-05-05net: phy: Refactor fwnode_get_phy_node()Andy Shevchenko1-4/+4
2025-05-01net: phy: factor out provider part from mdio_bus.cHeiner Kallweit3-461/+487
2025-05-01net: phy: realtek: Add support for WOL magic packet on RTL8211FDaniel Braunwarth1-0/+69
2025-04-29net: phy: aquantia: fix commenting formatAryan Srivastava1-4/+2
2025-04-29net: phylink: Drop unused defines for SUPPORTED/ADVERTISED_INTERFACESAlexander Duyck1-7/+0
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-70/+39
2025-04-24net: phy: marvell-88q2xxx: Enable temperature sensor for mv88q211xNiklas Söderlund1-12/+2
2025-04-24net: dp83822: Fix OF_MDIO config checkJohannes Schneider1-1/+1
2025-04-22net: phy: leds: fix memory leakQingfang Deng1-10/+13
2025-04-22net: phy: dp83822: Add support for changing the MAC terminationDimitri Fedrau1-0/+33
2025-04-22net: phy: Add helper for getting MAC termination resistanceDimitri Fedrau1-0/+15
2025-04-22net: phylink: fix suspend/resume with WoL enabled and link downRussell King (Oracle)1-16/+22
2025-04-22net: phy: microchip: force IRQ polling mode for lan88xxFiona Klute1-43/+3
2025-04-16net: phy: mediatek: init val in .phy_led_polarity_set for AN7581Christian Marangi1-2/+1
2025-04-15net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller4-17/+4
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller3-18/+9
2025-04-15net: phy: remove redundant dependency on NETDEVICES for PHYLINK and PHYLIBHeiner Kallweit1-2/+0
2025-04-15net: phy: remove device_phy_find_deviceHeiner Kallweit1-12/+0
2025-04-11net: phy: mediatek: add Airoha PHY ID to SoC driverChristian Marangi2-1/+65
2025-04-11net: phy: mediatek: permit to compile test GE SOC PHY driverChristian Marangi1-2/+1
2025-04-11net: phy: air_en8811h: Add clk provider for CKO pinLucien.Jheng1-3/+100
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-15/+42
2025-04-09net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-contr...Vladimir Oltean1-2/+29
2025-04-09net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()Vladimir Oltean1-13/+13
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-04-01Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+3
2025-03-31net: phy: broadcom: Correct BCM5221 PHY model detectionJim Liu1-3/+3
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2-2/+2
2025-03-25net: phy: aquantia: add essential functions to aqr105 driverHans-Frieder Vogt1-2/+237
2025-03-25net: phy: aquantia: search for firmware-name in fwnodeHans-Frieder Vogt1-3/+4
2025-03-25net: phy: aquantia: add probe function to aqr105 for firmware loadingHans-Frieder Vogt1-0/+1
2025-03-25net: phy: Add swnode support to mdiobus_scanHans-Frieder Vogt1-0/+14
2025-03-25net: phylink: force link down on major_config failureRussell King (Oracle)1-8/+34
2025-03-25net: phy: sfp: Add support for SMBus module accessMaxime Chevallier1-8/+74
2025-03-25net: phylink: add functions to block/unblock rx clock stopRussell King (Oracle)1-0/+59
2025-03-25net: phylink: add phylink_prepare_resume()Russell King (Oracle)1-0/+25
2025-03-24net: phy: fixed_phy: transition to the faux device interfaceSudeep Holla1-8/+8
2025-03-24net: phylink: Remove unused function pointer from phylink structureAlexander Duyck1-2/+0
2025-03-24net: phy: dp83822: fix transmit amplitude if CONFIG_OF_MDIO not definedDimitri Fedrau1-1/+1
2025-03-21net: phy: realtek: disable PHY-mode EEERussell King (Oracle)1-2/+9
2025-03-21net: phy: fix genphy_c45_eee_is_active() for disabled EEERussell King (Oracle)1-0/+3
2025-03-21net: phy: marvell-88q2xxx: remove call to devm_hwmon_sanitize_nameHeiner Kallweit1-7/+1
2025-03-21net: phy: mxl-gpy: remove call to devm_hwmon_sanitize_nameHeiner Kallweit1-7/+1
2025-03-21net: phy: tja11xx: remove call to devm_hwmon_sanitize_nameHeiner Kallweit1-14/+5
2025-03-21net: phy: realtek: remove call to devm_hwmon_sanitize_nameHeiner Kallweit1-6/+1
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2025-03-20broadcom: fix supported flag check in periodic output functionJacob Keller1-1/+2
2025-03-20net: phy: marvell: Align set_loopback() implementationGerhard Engleder1-39/+33