summaryrefslogtreecommitdiff
path: root/include/linux/phy.h
AgeCommit message (Expand)Author
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski
2024-01-02Revert "net: mdio: get/put device node during (un)registration"Jakub Kicinski
2024-01-02net: phy: linux/phy.h: fix Excess kernel-doc description warningRandy Dunlap
2024-01-01net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier
2024-01-01net: mdio: get/put device node during (un)registrationLuiz Angelo Daros de Luca
2023-12-17net: phy: add support for PHY package MMD read/writeChristian Marangi
2023-12-17net: phy: extend PHY package API to support multiple global addressChristian Marangi
2023-12-17net: phy: make addr type u8 in phy_package_shared structChristian Marangi
2023-12-13net: phy: c45: add genphy_c45_pma_read_ext_abilities() functionOleksij Rempel
2023-11-27net: phy: add possible interfacesRussell King (Oracle)
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-11-18net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent
2023-09-19net: phy: fix regression with AX88772A PHY driverRussell King (Oracle)
2023-08-14net: phy: Introduce PSGMII PHY interface modeGabor Juhos
2023-08-10net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn
2023-08-09net: phy: Remove two unused function declarationsYue Haibing
2023-08-02net: phy: provide phylib stubs for hardware timestamping operationsVladimir Oltean
2023-07-20net: phy: c45: add a separate function to read BASE-T1 abilitiesStefan Eichenberger
2023-06-02net: phylib: fix phy_read*_poll_timeout()Russell King (Oracle)
2023-05-24net: phy: avoid kernel warning dump when stopping an errored PHYRussell King (Oracle)
2023-05-22net: phy: add helpers for comparing phy IDsRussell King
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-17mdio_bus: unhide mdio_bus_init prototypeArnd Bergmann
2023-05-13net: phy: Allow drivers to always call into ->suspend()Florian Fainelli
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-07net: phy: improve phy_read_poll_timeoutHeiner Kallweit
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-13net: phy: add genphy_c45_ethtool_get/set_eee() supportOleksij Rempel
2023-02-13net: phy: export phy_check_valid() functionOleksij Rempel
2023-02-13net: phy: add genphy_c45_read_eee_abilities() functionOleksij Rempel
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn
2023-01-19net: mdio: Rework scanning of bus ready for quirksAndrew Lunn
2023-01-11drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto
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-11net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto
2023-01-10net: mdio: Add dedicated C45 API to MDIO bus driversAndrew Lunn
2023-01-10net: phy: allow a phy to opt-out of interrupt handlingMichael Walle
2023-01-01net: phy: Update documentation for get_rate_matchingSean Anderson
2022-11-30net: phy: Add link between phy dev and mac devXiaolei Wang
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski
2022-10-03net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel