summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Use for_each_available_child_of_node_scoped()Jinjie Ruan2024-09-031-3/+2
* net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier2024-08-231-0/+42
* net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-08-231-0/+6
* net: phylib: do not disable autoneg for fixed speeds >= 1GRussell King (Oracle)2024-08-111-9/+25
* net: phy: phy_device: fix PHY WOL enabled, PM failed to suspendYouwan Wang2024-08-071-3/+16
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-2/+2
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-2/+2
* | net: phy: fix potential use of NULL pointer in phy_suspend()Russell King (Oracle)2024-07-021-2/+2
* | net: move ethtool-related netdev state into its own structEdward Cree2024-06-291-2/+3
|/
* net: phy: fix phy_read_poll_timeout argument type in genphy_loopbackNikita Kiryushin2024-03-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-121-1/+1
|\
| * net: phy: fix phy_get_internal_delay accessing an empty arrayKévin L'hôpital2024-03-081-1/+1
* | net: phy: Add phy_support_eee() indicating MAC support EEEAndrew Lunn2024-03-061-0/+28
* | net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit2024-02-171-0/+11
* | net: mdio_bus: make mdio_bus_type constRicardo B. Marliere2024-02-151-2/+1
* | net: phy: provide whether link has changed in c37_read_statusChristian Marangi2024-02-101-2/+9
* | net: phy: add devm/of_phy_package_join helperChristian Marangi2024-02-101-0/+96
* | net: phy: c45 scanning: Don't consider -ENODEV fatalAndrew Lunn2024-02-071-2/+6
* | net: phy: add helper phy_advertise_eee_allHeiner Kallweit2024-02-071-0/+16
* | net: phy: constify phydev->drvRussell King (Oracle)2024-02-061-3/+3
* | net: phy: phy_device: Prevent nullptr exceptions on ISRAndre Werner2024-02-011-5/+8
* | net: phy: add support for PHY LEDs polarity modesChristian Marangi2024-01-271-0/+16
|/
* Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski2024-01-051-55/+0
* net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier2024-01-011-0/+40
* net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier2024-01-011-0/+8
* net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-01-011-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-211-2/+4
|\
| * net: phy: skip LED triggers on PHYs on SFP modulesDaniel Golle2023-12-161-2/+4
* | net: phy: extend PHY package API to support multiple global addressChristian Marangi2023-12-171-16/+19
* | net: phy: mdio_device: Reset device only when necessaryAndrew Halaney2023-12-011-0/+1
* | net: phy: add possible interfacesRussell King (Oracle)2023-11-281-0/+2
* | net: phy: correctly check soft_reset ret ONLY if defined for PHYChristian Marangi2023-11-241-5/+4
* | net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski2023-11-191-37/+0
* | net: Change the API of PHY default timestamp to MACKory Maincent2023-11-181-0/+37
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-11/+2
|\
| * net: phy: fix IRQ-based wake-on-lan over hibernate / power offRussell King (Oracle)2023-08-131-11/+2
* | net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn2023-08-111-0/+68
* | net: phy: move marking PHY on SFP module into SFP codeRussell King (Oracle)2023-08-051-2/+0
* | net: phy: provide phylib stubs for hardware timestamping operationsVladimir Oltean2023-08-031-0/+19
* | net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to c...Vladimir Oltean2023-08-031-0/+7
|/
* net: phy: prevent stale pointer dereference in phy_init()Vladimir Oltean2023-07-201-7/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-231-1/+14
|\
| * net: phy: Manual remove LEDs to ensure correct orderingAndrew Lunn2023-06-181-1/+14
* | net: phy: add helpers for comparing phy IDsRussell King2023-05-221-9/+7
* | net: phy: Allow drivers to always call into ->suspend()Florian Fainelli2023-05-131-2/+3
|/
* net: phy: Fix reading LED reg propertyAlexander Stein2023-04-251-1/+5
* net: phy: fix circular LEDS_CLASS dependenciesArnd Bergmann2023-04-211-1/+2
* net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn2023-04-191-0/+18
* net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn2023-04-191-3/+12
* net: phy: Add a binding for PHY LEDsAndrew Lunn2023-04-191-0/+76