summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
2024-03-19net: phy: fix phy_read_poll_timeout argument type in genphy_loopbackNikita Kiryushin
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-08net: phy: fix phy_get_internal_delay accessing an empty arrayKévin L'hôpital
2024-03-05net: phy: Add phy_support_eee() indicating MAC support EEEAndrew Lunn
2024-02-17net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit
2024-02-15net: mdio_bus: make mdio_bus_type constRicardo B. Marliere
2024-02-10net: phy: provide whether link has changed in c37_read_statusChristian Marangi
2024-02-10net: phy: add devm/of_phy_package_join helperChristian Marangi
2024-02-07net: phy: c45 scanning: Don't consider -ENODEV fatalAndrew Lunn
2024-02-06net: phy: add helper phy_advertise_eee_allHeiner Kallweit
2024-02-06net: phy: constify phydev->drvRussell King (Oracle)
2024-01-31net: phy: phy_device: Prevent nullptr exceptions on ISRAndre Werner
2024-01-26net: phy: add support for PHY LEDs polarity modesChristian Marangi
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski
2024-01-01net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier
2024-01-01net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-17net: phy: extend PHY package API to support multiple global addressChristian Marangi
2023-12-15net: phy: skip LED triggers on PHYs on SFP modulesDaniel Golle
2023-11-30net: phy: mdio_device: Reset device only when necessaryAndrew Halaney
2023-11-27net: phy: add possible interfacesRussell King (Oracle)
2023-11-24net: phy: correctly check soft_reset ret ONLY if defined for PHYChristian Marangi
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-13net: phy: fix IRQ-based wake-on-lan over hibernate / power offRussell King (Oracle)
2023-08-10net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn
2023-08-04net: phy: move marking PHY on SFP module into SFP codeRussell King (Oracle)
2023-08-02net: phy: provide phylib stubs for hardware timestamping operationsVladimir Oltean
2023-08-02net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to c...Vladimir Oltean
2023-07-20net: phy: prevent stale pointer dereference in phy_init()Vladimir Oltean
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-18net: phy: Manual remove LEDs to ensure correct orderingAndrew Lunn
2023-05-22net: phy: add helpers for comparing phy IDsRussell King
2023-05-13net: phy: Allow drivers to always call into ->suspend()Florian Fainelli
2023-04-24net: phy: Fix reading LED reg propertyAlexander Stein
2023-04-20net: phy: fix circular LEDS_CLASS dependenciesArnd Bergmann
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn
2023-04-19net: phy: Add a binding for PHY LEDsAndrew Lunn
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-27net: phy: constify fwnode_get_phy_node() fwnode argumentRussell King (Oracle)
2023-03-15net: phy: update obsolete comment about PHY_STARTINGWolfram Sang
2023-03-06net: phylib: get rid of unnecessary lockingRussell King (Oracle)
2023-02-28net: phy: unlock on error in phy_probe()Dan Carpenter
2023-02-23net: phy: do not force EEE supportOleksij Rempel
2023-02-23net: phy: c45: add genphy_c45_an_config_eee_aneg() functionOleksij Rempel
2023-02-20net: phy: Read EEE abilities when using .featuresAndrew Lunn
2023-02-13net: phy: c22: migrate to genphy_c45_write_eee_adv()Oleksij Rempel