summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
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
2023-02-13net: phy: add genphy_c45_read_eee_abilities() functionOleksij Rempel
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-30net: phy: fix null dereference in phy_attach_directColin Foster
2023-01-19net: phy: Decide on C45 capabilities based on presence of methodAndrew Lunn
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto
2023-01-10net: phy: allow a phy to opt-out of interrupt handlingMichael Walle
2022-11-30net: phy: Add link between phy dev and mac devXiaolei Wang
2022-11-28net: mdiobus: fix unbalanced node reference countYang Yingliang
2022-11-27net: phy: fix null-ptr-deref while probe() failedYang Yingliang
2022-10-03net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel
2022-09-29net: phy: Convert to use sysfs_emit() APIsWang Yufen
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-27net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume()Lukas Wunner
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume()Xiaolei Wang
2022-08-03net: phy: Warn about incorrect mdio_bus_phy_resume() stateFlorian Fainelli
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-29net: phy: Don't trigger state machine while in suspendLukas Wunner
2022-06-19net: phy: use mii_bmcr_encode_fixed()Russell King (Oracle)
2022-05-01net: phy: Add 10BASE-T1L support in phy-c45Alexandru Tachici
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici
2022-04-28net: phy: Deduplicate interrupt disablement on PHY attachLukas Wunner
2022-03-08net: phy: exported the genphy_read_master_slave functionArun Ramadoss
2022-01-20phylib: fix potential use-after-freeMarek BehĂșn