summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: initialize carrier state at creationKlaus Kudielka2023-11-071-0/+1
* net: phy: fill in missing MODULE_DESCRIPTION()sAndrew Lunn2023-11-014-0/+4
* net: phy: micrel: Fix forced link mode for KSZ886X switchesOleksij Rempel2023-10-201-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-0/+3
|\
| * net: phy: bcm7xxx: Add missing 16nm EPHY statisticsFlorian Fainelli2023-10-181-0/+3
* | net: phylink: remove a bunch of unused validation methodsRussell King (Oracle)2023-10-171-27/+8
* | net: phylink: remove .validate() methodRussell King (Oracle)2023-10-171-10/+6
* | net: phylink: provide mac_get_caps() methodRussell King (Oracle)2023-10-171-3/+11
* | net: phy: smsc: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-161-4/+2
* | net: phy: tja11xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-131-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-121-0/+6
|\|
| * net: phy: mscc: macsec: reject PN update requestsRadu Pirea (NXP OSS)2023-10-101-0/+6
* | net: phy: broadcom: add support for BCM5221 phyGiulio Benetti2023-10-061-33/+121
* | net: phy: dp83867: Add support for hardware blinking LEDsSascha Hauer2023-10-061-0/+137
* | net: sfp: improve Nokia GPON sfp fixupRussell King (Oracle)2023-10-051-1/+16
* | net: sfp: re-implement ignoring the hardware TX_FAULT signalRussell King (Oracle)2023-10-051-8/+8
* | net: sfp: add quirk for FS's 2.5G copper SFPRaju Lakkaraju2023-10-031-0/+3
* | net: phy: amd: Support the Altima AMI101LLinus Walleij2023-10-032-12/+25
* | net: sfp: add quirk for Fiberstone GPON-ONU-34-20BIChristian Marangi2023-09-281-0/+5
* | net: phy: fix regression with AX88772A PHY driverRussell King (Oracle)2023-09-192-2/+3
* | net: phy: convert phy_stop() to use split state machineRussell King (Oracle)2023-09-171-1/+3
* | net: phy: split locked and unlocked section of phy_state_machine()Russell King (Oracle)2023-09-171-26/+42
* | net: phy: move phy_state_machine()Russell King (Oracle)2023-09-171-76/+76
* | net: phy: move phy_suspend() to end of phy_state_machine()Russell King (Oracle)2023-09-171-7/+6
* | net: phy: move call to start anegRussell King (Oracle)2023-09-171-5/+6
* | net: phy: call phy_error_precise() while holding the lockRussell King (Oracle)2023-09-171-3/+1
* | net: phy: always call phy_process_state_change() under lockRussell King (Oracle)2023-09-171-1/+1
|/
* net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Lukasz Majewski2023-09-061-3/+6
* net: phylink: add phylink_limit_mac_speed()Russell King (Oracle)2023-08-251-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-242-4/+17
|\
| * net: phy: Fix deadlocking in phy_error() invocationSerge Semin2023-08-191-4/+7
| * net: sfp: handle 100G/25G active optical cables in sfp_parse_supportJosua Mayer2023-08-191-0/+10
* | dp83640: Use list_for_each_entry() helperJinjie Ruan2023-08-231-11/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-182-11/+15
|\|
| * net: phy: broadcom: stub c45 read/write for 54810Justin Chen2023-08-151-0/+13
| * net: phy: fix IRQ-based wake-on-lan over hibernate / power offRussell King (Oracle)2023-08-131-11/+2
* | net: phy: mediatek-ge-soc: support PHY LEDsDaniel Golle2023-08-151-9/+426
* | net: phy: Introduce PSGMII PHY interface modeGabor Juhos2023-08-142-0/+5
* | net: phy: marvell: Add support for offloading LED blinkingAndrew Lunn2023-08-101-0/+281
* | net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn2023-08-101-0/+68
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-22/+25
|\|
| * net: phy: at803x: remove set/get wol callbacks for AR8032Li Yang2023-08-041-2/+0
| * net: phy: at803x: fix the wol setting functionsLi Yang2023-08-041-20/+25
* | net: sfp: Remove unused function declaration sfp_link_configure()Yue Haibing2023-08-071-1/+0
* | net: phy: move marking PHY on SFP module into SFP codeRussell King (Oracle)2023-08-042-2/+3
* | net: phy: provide phylib stubs for hardware timestamping operationsVladimir Oltean2023-08-024-0/+65
* | net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to c...Vladimir Oltean2023-08-021-0/+7
* | net: phy: nxp-c45-tja11xx: reset PCS if the link goes downRadu Pirea (NXP OSS)2023-08-011-0/+17
* | net: phy: nxp-c45-tja11xx: read ext trig ts on TJA1120Radu Pirea (NXP OSS)2023-08-011-6/+58
* | net: phy: nxp-c45-tja11xx: run cable test with the PHY in test modeRadu Pirea (NXP OSS)2023-08-011-0/+5