summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2024-07-05net: phy: micrel: add Microchip KSZ 9477 to the device tableEnguerrand de Ribaucourt1-0/+1
2024-06-27net: phy: mxl-gpy: Remove interrupt mask clearing from config_initRaju Lakkaraju1-20/+38
2024-06-27net: sfp: add quirk for ATS SFP-GE-T 1000Base-TX moduleDaniel Golle1-0/+3
2024-06-21net: sfp: Always call `sfp_sm_mod_remove()` on removeCsókás, Bence1-2/+1
2024-06-21net: phy: Micrel KSZ8061: fix errata solution not taking effect problemTristram Ha1-1/+41
2024-06-21net: phy: micrel: fix KSZ9477 PHY issues after suspend/resumeTristram Ha1-6/+56
2024-06-16net: sfp-bus: fix SFP mode detect from bitrateRussell King (Oracle)1-4/+4
2024-06-12net: micrel: Fix lan8841_config_intr after getting out of sleep modeHoratiu Vultur1-1/+9
2024-06-12net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061Mathieu Othacehe1-0/+1
2024-06-12net: micrel: Fix receiving the timestamp in the frame for lan8841Horatiu Vultur1-1/+2
2024-05-02net: phy: dp83869: Fix MII mode failureMD Danish Anwar1-1/+2
2024-05-02net: phy: mediatek-ge-soc: follow netdev LED trigger semanticsDaniel Golle1-17/+26
2024-04-13net: phy: phy_device: Prevent nullptr exceptions on ISRAndre Werner1-5/+8
2024-04-10net: phy: micrel: Fix potential null pointer dereferenceAleksandr Mishin1-5/+16
2024-04-10net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestampingHoratiu Vultur1-2/+8
2024-03-27net: phy: fix phy_read_poll_timeout argument type in genphy_loopbackNikita Kiryushin1-2/+2
2024-03-27net: phy: dp83822: Fix RGMII TX delay configurationTim Pambor1-17/+20
2024-03-27net: phy: fix phy_get_internal_delay accessing an empty arrayKévin L'hôpital1-1/+1
2024-03-01net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli1-1/+3
2024-02-05net: phy: mediatek-ge-soc: sync driver with MediaTek SDKDaniel Golle1-66/+81
2024-02-05net: phy: at803x: fix passing the wrong reference for config_intrChristian Marangi1-3/+3
2024-02-05net: phy: micrel: fix ts_info value in case of no phcKory Maincent1-5/+1
2024-02-01net: micrel: Fix PTP frame parsing for lan8814Horatiu Vultur1-0/+11
2024-01-26net: phy: micrel: populate .soft_reset for KSZ9131Claudiu Beznea1-0/+1
2024-01-26net: micrel: Fix PTP frame parsing for lan8841Horatiu Vultur1-0/+8
2024-01-01net: phy: skip LED triggers on PHYs on SFP modulesDaniel Golle1-2/+4
2023-11-28net: phylink: initialize carrier state at creationKlaus Kudielka1-0/+1
2023-11-28net: sfp: add quirk for FS's 2.5G copper SFPRaju Lakkaraju1-0/+3
2023-11-28net: sfp: add quirk for Fiberstone GPON-ONU-34-20BIChristian Marangi1-0/+5
2023-10-19net: phy: bcm7xxx: Add missing 16nm EPHY statisticsFlorian Fainelli1-0/+3
2023-10-10net: phy: mscc: macsec: reject PN update requestsRadu Pirea (NXP OSS)1-0/+6
2023-09-07net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Lukasz Majewski1-3/+6
2023-08-26net: phylink: add phylink_limit_mac_speed()Russell King (Oracle)1-0/+18
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+17
2023-08-23dp83640: Use list_for_each_entry() helperJinjie Ruan1-11/+4
2023-08-19net: phy: Fix deadlocking in phy_error() invocationSerge Semin1-4/+7
2023-08-19net: sfp: handle 100G/25G active optical cables in sfp_parse_supportJosua Mayer1-0/+10
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-11/+15
2023-08-16net: phy: mediatek-ge-soc: support PHY LEDsDaniel Golle1-9/+426
2023-08-16net: phy: broadcom: stub c45 read/write for 54810Justin Chen1-0/+13
2023-08-14net: phy: Introduce PSGMII PHY interface modeGabor Juhos2-0/+5
2023-08-13net: phy: fix IRQ-based wake-on-lan over hibernate / power offRussell King (Oracle)1-11/+2
2023-08-11net: phy: marvell: Add support for offloading LED blinkingAndrew Lunn1-0/+281
2023-08-11net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn1-0/+68
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+25
2023-08-07net: sfp: Remove unused function declaration sfp_link_configure()Yue Haibing1-1/+0
2023-08-05net: phy: move marking PHY on SFP module into SFP codeRussell King (Oracle)2-2/+3
2023-08-04net: phy: at803x: remove set/get wol callbacks for AR8032Li Yang1-2/+0
2023-08-04net: phy: at803x: fix the wol setting functionsLi Yang1-20/+25
2023-08-03net: phy: provide phylib stubs for hardware timestamping operationsVladimir Oltean4-0/+65