summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-09-03net: phy: Use for_each_available_child_of_node_scoped()Jinjie Ruan1-3/+2
2024-09-03net: phy: Fix missing of_node_put() for ledsJinjie Ruan1-0/+2
2024-08-23net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier1-0/+42
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+6
2024-08-11net: phylib: do not disable autoneg for fixed speeds >= 1GRussell King (Oracle)1-9/+25
2024-08-07net: phy: phy_device: fix PHY WOL enabled, PM failed to suspendYouwan Wang1-3/+16
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-2/+2
2024-07-02net: phy: fix potential use of NULL pointer in phy_suspend()Russell King (Oracle)1-2/+2
2024-06-29net: move ethtool-related netdev state into its own structEdward Cree1-2/+3
2024-03-19net: phy: fix phy_read_poll_timeout argument type in genphy_loopbackNikita Kiryushin1-2/+2
2024-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-03-08net: phy: fix phy_get_internal_delay accessing an empty arrayKévin L'hôpital1-1/+1
2024-03-06net: phy: Add phy_support_eee() indicating MAC support EEEAndrew Lunn1-0/+28
2024-02-17net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit1-0/+11
2024-02-15net: mdio_bus: make mdio_bus_type constRicardo B. Marliere1-2/+1
2024-02-10net: phy: provide whether link has changed in c37_read_statusChristian Marangi1-2/+9
2024-02-10net: phy: add devm/of_phy_package_join helperChristian Marangi1-0/+96
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)1-3/+3
2024-02-01net: phy: phy_device: Prevent nullptr exceptions on ISRAndre Werner1-5/+8
2024-01-27net: phy: add support for PHY LEDs polarity modesChristian Marangi1-0/+16
2024-01-05Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski1-55/+0
2024-01-01net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier1-0/+40
2024-01-01net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier1-0/+8
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+7
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+4
2023-12-17net: phy: extend PHY package API to support multiple global addressChristian Marangi1-16/+19
2023-12-16net: phy: skip LED triggers on PHYs on SFP modulesDaniel Golle1-2/+4
2023-12-01net: phy: mdio_device: Reset device only when necessaryAndrew Halaney1-0/+1
2023-11-28net: phy: add possible interfacesRussell King (Oracle)1-0/+2
2023-11-24net: phy: correctly check soft_reset ret ONLY if defined for PHYChristian Marangi1-5/+4
2023-11-19net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski1-37/+0
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent1-0/+37
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+2
2023-08-13net: phy: fix IRQ-based wake-on-lan over hibernate / power offRussell King (Oracle)1-11/+2
2023-08-11net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn1-0/+68
2023-08-05net: phy: move marking PHY on SFP module into SFP codeRussell King (Oracle)1-2/+0
2023-08-03net: phy: provide phylib stubs for hardware timestamping operationsVladimir Oltean1-0/+19
2023-08-03net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to c...Vladimir Oltean1-0/+7
2023-07-20net: phy: prevent stale pointer dereference in phy_init()Vladimir Oltean1-7/+14
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+14
2023-06-18net: phy: Manual remove LEDs to ensure correct orderingAndrew Lunn1-1/+14
2023-05-22net: phy: add helpers for comparing phy IDsRussell King1-9/+7
2023-05-13net: phy: Allow drivers to always call into ->suspend()Florian Fainelli1-2/+3
2023-04-25net: phy: Fix reading LED reg propertyAlexander Stein1-1/+5
2023-04-21net: phy: fix circular LEDS_CLASS dependenciesArnd Bergmann1-1/+2
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn1-0/+18