summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-253-6/+6
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-033-6/+6
* | Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2024-07-155-6/+23
|\ \
| * | net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-155-6/+6
| * | net: Change the API of PHY default timestamp to MACKory Maincent2024-07-155-0/+17
* | | net: phy: bcm-phy-lib: Implement BroadR-Reach link modesKamil Horák (2N)2024-07-153-28/+494
* | | net: phy: bcm54811: New link mode for BroadR-ReachKamil Horák (2N)2024-07-151-1/+2
* | | net: phy: dp83td510: add cable testing supportOleksij Rempel2024-07-141-0/+264
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-111-1/+1
|\ \ \
| * | | net: phy: microchip: lan87xx: reinit PHY after cable testOleksij Rempel2024-07-091-1/+1
* | | | net: phy: aquantia: add support for aqr115cBartosz Golaszewski2024-07-101-0/+26
* | | | net: phy: aquantia: wait for the GLOBAL_CFG to start returning real valuesBartosz Golaszewski2024-07-101-1/+7
* | | | net: phy: aquantia: wait for FW reset before checking the vendor IDBartosz Golaszewski2024-07-101-0/+4
* | | | net: phy: aquantia: rename and export aqr107_wait_reset_complete()Bartosz Golaszewski2024-07-102-3/+5
* | | | net: phy: microchip: lan937x: add support for 100BaseTX PHYOleksij Rempel2024-07-091-1/+125
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-041-0/+4
|\| |
| * | net: phy: aquantia: add missing include guardsBartosz Golaszewski2024-07-031-0/+5
* | | net: phy: fix potential use of NULL pointer in phy_suspend()Russell King (Oracle)2024-07-021-2/+2
* | | net: phy: realtek: Add support for PHY LEDs on RTL8211FMarek Vasut2024-07-011-0/+106
* | | net: move ethtool-related netdev state into its own structEdward Cree2024-06-293-4/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-0/+1
|\| |
| * | net: phy: micrel: add Microchip KSZ 9477 to the device tableEnguerrand de Ribaucourt2024-06-231-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-202-24/+72
|\| |
| * | net: phy: dp83tg720: get master/slave configuration in link down stateOleksij Rempel2024-06-191-3/+21
| * | net: phy: dp83tg720: wake up PHYs in managed modeOleksij Rempel2024-06-191-3/+15
| * | net: phy: mxl-gpy: Remove interrupt mask clearing from config_initRaju Lakkaraju2024-06-181-20/+38
| |/
* | net: phy: introduce core support for phy-mode = "10g-qxgmii"Vladimir Oltean2024-06-182-1/+9
* | net: phy: realtek: add support for rtl8224 2.5Gbps PHYChris Packham2024-06-151-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-131-2/+1
|\|
| * net: sfp: Always call `sfp_sm_mod_remove()` on removeCsókás, Bence2024-06-071-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-7/+97
|\|
| * net: phy: Micrel KSZ8061: fix errata solution not taking effect problemTristram Ha2024-06-051-1/+41
| * net: phy: micrel: fix KSZ9477 PHY issues after suspend/resumeTristram Ha2024-06-031-6/+56
* | net: phy: aquantia: add support for PHY LEDsDaniel Golle2024-06-054-3/+252
* | net: phy: aquantia: move priv and hw stat to headerChristian Marangi2024-06-052-37/+38
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-311-1/+10
|\|
| * net: micrel: Fix lan8841_config_intr after getting out of sleep modeHoratiu Vultur2024-05-281-1/+9
| * net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061Mathieu Othacehe2024-05-241-0/+1
* | net: phylink: rename ovr_an_inband to default_an_inbandRussell King (Oracle)2024-05-311-1/+1
* | net: phylink: move test for ovr_an_inbandRussell King (Oracle)2024-05-311-2/+4
* | net: phylink: rearrange phylink_parse_mode()Russell King (Oracle)2024-05-311-1/+4
* | net: phy: xilinx-gmii2rgmii: Adopt clock supportVineeth Karumanchi2024-05-291-0/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-1/+2
|\
| * net: micrel: Fix receiving the timestamp in the frame for lan8841Horatiu Vultur2024-05-141-1/+2
* | net: revert partially applied PHY topology seriesJakub Kicinski2024-05-1410-186/+4
* | net: phy: air_en8811h: reset netdev rules when LED is set manuallyDaniel Golle2024-05-131-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-16/+103
|\|
| * net: phy: marvell-88q2xxx: add support for Rev B1 and B2Gregor Herburger2024-05-081-16/+103
* | net: phy: marvell: add support for MV88E6250 family internal PHYsMatthias Schiffer2024-05-081-1/+80
* | net: phy: marvell: constify marvell_hw_statsMatthias Schiffer2024-05-081-1/+1