summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
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
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-09net: phy: Do not shutdown PHYs in READY stateFlorian Fainelli
2021-10-08net: phylib: ensure phy device drivers do not match by DTRussell King (Oracle)
2021-09-15Revert "net: phy: Uniform PHY driver access"Vladimir Oltean
2021-08-20net: phy: Uniform PHY driver accessGerhard Engleder
2021-08-20net: phy: Support set_loopback overrideGerhard Engleder
2021-07-20net: phy: add API to read 802.3-c45 IDsXu Liang
2021-06-16net: phy: fix formatting issues with bracesWenpeng Liang
2021-06-11net: mii_timestamper: check NULL in unregister_mii_timestamper()Calvin Johnson
2021-06-11net: phy: Introduce fwnode_get_phy_id()Calvin Johnson
2021-06-11net: phy: Introduce phy related fwnode functionsCalvin Johnson
2021-06-11net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson
2021-06-10net: phy: probe for C45 PHYs that return PHY ID of zero in C22 spaceWong Vee Khee
2021-05-21net: phy: Fix inconsistent indentingJiapeng Chong
2021-04-20net: phy: genphy_loopback: add link speed configurationOleksij Rempel
2021-04-20net: phy: execute genphy_loopback() per default on all PHYsOleksij Rempel
2021-04-09net: phy: make PHY PM ops a no-op if MAC driver manages PHY PMHeiner Kallweit
2021-03-11net: phy: Expose phydev::dev_flags through sysfsFlorian Fainelli
2021-02-26net: phy: make mdio_bus_phy_suspend/resume as __maybe_unusedArnd Bergmann
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-16net: phy: Add is_on_sfp_module flag and phy_on_sfp helperRobert Hancock
2021-02-15net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit
2021-02-11net: phy: consider that suspend2ram may cut off PHY powerHeiner Kallweit
2021-02-11net: phy: introduce phydev->portMichael Walle
2021-01-07net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit