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