summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2024-02-13net: phy: aquantia: clear PMD Global Transmit Disable bit during initRobert Marko1-0/+9
2024-02-10net: phy: qca807x: add support for configurable LEDChristian Marangi1-2/+254
2024-02-10net: phy: qcom: generalize some qca808x LED functionsChristian Marangi3-34/+65
2024-02-10net: phy: qcom: move common qca808x LED define to shared headerChristian Marangi2-65/+65
2024-02-10net: phy: qcom: add support for QCA807x PHY FamilyRobert Marko3-0/+606
2024-02-10net: phy: provide whether link has changed in c37_read_statusChristian Marangi3-4/+13
2024-02-10net: phy: qcom: move more function to shared libraryChristian Marangi4-240/+244
2024-02-10net: phy: add devm/of_phy_package_join helperChristian Marangi1-0/+96
2024-02-10net: phy: add support for scanning PHY in PHY packages nodesChristian Marangi1-8/+36
2024-02-10net: phy: realtek: use generic MDIO helpers to simplify the codeHeiner Kallweit1-17/+3
2024-02-08net: phy: realtek: add 5Gbps support to rtl822x_config_aneg()Heiner Kallweit1-4/+8
2024-02-08net: phy: realtek: use generic MDIO constantsMarek BehĂșn1-17/+13
2024-02-07net: phy: c45 scanning: Don't consider -ENODEV fatalAndrew Lunn1-2/+6
2024-02-07net: phy: add helper phy_advertise_eee_allHeiner Kallweit1-0/+16
2024-02-06net: phy: constify phydev->drvRussell King (Oracle)3-6/+5
2024-02-04net: micrel: Fix the frequency adjustmentsHoratiu Vultur1-2/+8
2024-02-03net: phy: qcom: qca808x: default to LED active High if not setChristian Marangi1-0/+10
2024-02-03net: phy: qcom: qca808x: fix logic error in LED brightness setChristian Marangi1-2/+2
2024-02-03net: phy: realtek: add support for RTL8126A-integrated 5Gbps PHYHeiner Kallweit1-0/+10
2024-02-02net: phy: dp83867: Add support for active-low LEDsAlexander Stein1-0/+22
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-66/+81
2024-02-01net: phy: qcom: detach qca808x PHY driver from at803xChristian Marangi4-896/+942
2024-02-01net: phy: qcom: move additional functions to shared libraryChristian Marangi3-425/+463
2024-02-01net: phy: qcom: deatch qca83xx PHY driver from at803xChristian Marangi4-238/+284
2024-02-01net: phy: qcom: create and move functions to shared libraryChristian Marangi5-67/+94
2024-02-01net: phy: move at803x PHY driver to dedicated directoryChristian Marangi5-7/+11
2024-02-01net: phy: adin1100: Add interrupt support for link changeAndre Werner1-0/+55
2024-02-01net: phy: phy_device: Prevent nullptr exceptions on ISRAndre Werner1-5/+8
2024-01-31net: phy: c45: change genphy_c45_ethtool_[get|set]_eee to use EEE linkmode bi...Heiner Kallweit1-23/+13
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-6/+6
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit4-13/+13
2024-01-30net: micrel: Fix set/get PHC time for lan8814Horatiu Vultur1-32/+29
2024-01-27net: phy: at803x: add LED support for qca808xChristian Marangi1-0/+327
2024-01-27net: phy: add support for PHY LEDs polarity modesChristian Marangi1-0/+16
2024-01-26net: phy: mediatek-ge-soc: sync driver with MediaTek SDKDaniel Golle1-66/+81
2024-01-22net: micrel: Fix PTP frame parsing for lan8814Horatiu Vultur1-0/+11
2024-01-17net: sfp-bus: fix SFP mode detect from bitrateRussell King (Oracle)1-4/+4
2024-01-12net: phy: micrel: populate .soft_reset for KSZ9131Claudiu Beznea1-0/+1
2024-01-12net: micrel: Fix PTP frame parsing for lan8841Horatiu Vultur1-0/+8
2024-01-07net: phy: at803x: make read_status more genericChristian Marangi1-5/+12
2024-01-07net: phy: at803x: add support for cdt cross short test for qca808xChristian Marangi1-17/+69
2024-01-07net: phy: at803x: refactor qca808x cable test get status functionChristian Marangi1-31/+49
2024-01-07net: phy: at803x: generalize cdt fault length functionChristian Marangi1-7/+6
2024-01-05Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski9-145/+4
2024-01-05net: phy: aquantia: switch to crc_itu_t()Stephen Rothwell2-4/+4
2024-01-04net: phylink: move phylink_pcs_neg_mode() into phylink.cRussell King (Oracle)1-0/+66
2024-01-04net: mdio_bus: add refcounting for fwnodes to mdiobusRussell King (Oracle)1-0/+13
2024-01-03Revert "net: mdio: get/put device node during (un)registration"Jakub Kicinski1-3/+0
2024-01-01net: sfp: Add helper to return the SFP bus nameMaxime Chevallier1-0/+11
2024-01-01net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier5-0/+48