1. 9a52672 net: phy: introduce phydev->port by Michael Walle · 4 years ago
  2. e86c656 net: phy: remove kernel-doc duplication by Mauro Carvalho Chehab · 4 years, 2 months ago
  3. 4069a57 net: phy: Document core PHY structures by Andrew Lunn · 4 years, 4 months ago
  4. 39097ab net: phy: Fixup kernel doc by Andrew Lunn · 4 years, 4 months ago
  5. bb383129 net: mdiobus: add reset-post-delay-us handling by Bruno Thomsen · 4 years, 5 months ago
  6. 1780951 net: phy: Uninline PHY ethtool statistics operations by Florian Fainelli · 4 years, 6 months ago
  7. 3970ed4 net: phy: Properly define genphy_c45_driver by Andrew Lunn · 4 years, 6 months ago
  8. ac3a68d net: phy: don't abuse devres in devm_mdiobus_register() by Bartosz Golaszewski · 4 years, 6 months ago
  9. 8b11c20 phy: un-inline devm_mdiobus_register() by Bartosz Golaszewski · 4 years, 6 months ago
  10. 7bed145 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  11. 92252ee net: phy: Add a helper to return the index for of the internal delay by Dan Murphy · 4 years, 7 months ago
  12. 3dd4ef1 net: phy: make phy_disable_interrupts() non-static by Jisheng Zhang · 4 years, 7 months ago
  13. 0ef44e5 net: phy: add support for a common probe between shared PHYs by Antoine Tenart · 4 years, 7 months ago
  14. 0cc8fec net: phy: Allow mdio buses to auto-probe c45 devices by Jeremy Linton · 4 years, 7 months ago
  15. 389a338 net: phy: read MMD ID from all present MMDs by Russell King · 4 years, 7 months ago
  16. 320ed3b net: phy: split devices_in_package by Russell King · 4 years, 7 months ago
  17. c746053 net: phy: add support for probing MMDs >= 8 for devices-in-package by Russell King · 4 years, 7 months ago
  18. f2bc8ad net: ethtool: Allow PHY cable test TDR data to configured by Andrew Lunn · 4 years, 8 months ago
  19. 1a644de net: ethtool: Add generic parts of cable test TDR by Andrew Lunn · 4 years, 8 months ago
  20. 90ce665 net: mdiobus: add clause 45 mdiobus accessors by Russell King · 4 years, 8 months ago
  21. 8066021 ethtool: provide UAPI for PHY Signal Quality Index (SQI) by Oleksij Rempel · 4 years, 8 months ago
  22. a307593 net: phy: simplify phy_link_change arguments by Doug Berger · 4 years, 8 months ago
  23. 1e2dc14 net: ethtool: Add helpers for reporting test results by Andrew Lunn · 4 years, 8 months ago
  24. 1dd3f21 net: ethtool: Add infrastructure for reporting cable test results by Andrew Lunn · 4 years, 8 months ago
  25. 97c2243 net: phy: Add support for polling cable test by Andrew Lunn · 4 years, 8 months ago
  26. a68a813 net: phy: Add cable test support to state machine by Andrew Lunn · 4 years, 8 months ago
  27. bdbdac7 ethtool: provide UAPI for PHY master/slave configuration. by Oleksij Rempel · 4 years, 8 months ago
  28. 6349084 net: phy: add concept of shared storage for PHYs by Michael Walle · 4 years, 8 months ago
  29. 3194915 net: phy: remove genphy_no_soft_reset by Heiner Kallweit · 4 years, 9 months ago
  30. 38f961e net: phy: add device-managed devm_mdiobus_register by Heiner Kallweit · 4 years, 9 months ago
  31. fcbd30d net: phy: introduce phy_read_poll_timeout macro by Dejin Zheng · 4 years, 10 months ago
  32. bd971ff net: phy: introduce phy_read_mmd_poll_timeout macro by Dejin Zheng · 4 years, 10 months ago
  33. 5eee3bb net: phy: add and use phy_check_downshift by Heiner Kallweit · 4 years, 10 months ago
  34. 6cc7cf8 net: mdiobus: add APIs for modifying a MDIO device register by Russell King · 4 years, 10 months ago
  35. 9010f9d net: phy: improve phy_driver callback handle_interrupt by Heiner Kallweit · 4 years, 10 months ago
  36. 58b05e5 net: phy: Add XLGMII interface define by Jose Abreu · 4 years, 10 months ago
  37. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  38. 611d779 net: phy: fix MDIO bus PM PHY resuming by Heiner Kallweit · 4 years, 10 months ago
  39. 249bc97 net: phy: avoid clearing PHY interrupts twice in irq handler by Heiner Kallweit · 4 years, 10 months ago
  40. ce69e21 mdio_bus: Add generic mdio_find_bus() by Jeremy Linton · 4 years, 11 months ago
  41. a87ae8a net: add helpers to resolve negotiated flow control by Russell King · 5 years ago
  42. bbbf843 net: phy: add new version of phy_do_ioctl by Heiner Kallweit · 5 years ago
  43. 3231e5d net: phy: rename phy_do_ioctl to phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  44. 2ab1d92 net: phy: add generic ndo_do_ioctl handler phy_do_ioctl by Heiner Kallweit · 5 years ago
  45. 080bb35 net: phy: Maintain MDIO device and bus statistics by Florian Fainelli · 5 years ago
  46. 2e18135 net: phy: add MACsec ops in phy_device by Antoine Tenart · 5 years ago
  47. 7656426 net: macsec: introduce the macsec_context structure by Antoine Tenart · 5 years ago
  48. e27f178 net: phy: Added IRQ print to phylink_bringup_phy() by Florian Fainelli · 5 years ago
  49. c114574 net: phy: add PHY_INTERFACE_MODE_10GBASER by Russell King · 5 years ago
  50. 4715f65 net: Introduce a new MII time stamping interface. by Richard Cochran · 5 years ago
  51. 0e5dafc net: phy: Introduce helper functions for time stamping support. by Richard Cochran · 5 years ago
  52. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  53. 7d49a32 net: phy: ensure that phy IDs are correctly typed by Russell King · 5 years ago
  54. 0efc286 net: phy: provide and use genphy_read_status_fixed() by Russell King · 5 years ago
  55. 2a10ab0 net: phy: add genphy_check_and_restart_aneg() by Russell King · 5 years ago
  56. bec170e net: phy: add helpers phy_(un)lock_mdio_bus by Heiner Kallweit · 5 years ago
  57. e3cf8b36 net: phy: remove phy_ethtool_sset() by Russell King · 5 years ago
  58. 298e54f net: phy: add core phylib sfp support by Russell King · 5 years ago
  59. fa6e98c net: phy: add support for clause 37 auto-negotiation by Heiner Kallweit · 5 years ago
  60. 2d880b8 net: phy: extract pause mode by Russell King · 5 years ago
  61. 8d3dc3ac net: phy: extract link partner advertisement reading by Russell King · 5 years ago
  62. 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  63. 94acaeb Add genphy_c45_config_aneg() function to phy-c45.c by Marco Hartmann · 5 years ago
  64. 4b9cb2a net: phy: remove genphy_config_init by Heiner Kallweit · 5 years ago
  65. 65b2799 net: phy: let phy_speed_down/up support speeds >1Gbps by Heiner Kallweit · 5 years ago
  66. 331c56a net: phy: add phy_speed_down_core and phy_resolve_min_speed by Heiner Kallweit · 5 years ago
  67. bf22b34 net: phy: add phy_modify_paged_changed by Heiner Kallweit · 5 years ago
  68. f4069cd net: phy: prepare phylib to deal with PHY's extending Clause 22 by Heiner Kallweit · 5 years ago
  69. 54638c6 net: phy: make exported variables non-static by Denis Efremov · 6 years ago
  70. d4117d6 net: stmmac: enable clause 45 mdio support by Kweh Hock Leong · 6 years ago
  71. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  72. 2bd229d net: phy: remove state PHY_FORCING by Heiner Kallweit · 6 years ago
  73. 97b33bd net: phy: export phy_queue_state_machine by Heiner Kallweit · 6 years ago
  74. 49644e6 net: phy: add callback for custom interrupt handler to struct phy_driver by Heiner Kallweit · 6 years ago
  75. 07b0928 net: phy: enable interrupts when PHY is attached already by Heiner Kallweit · 6 years ago
  76. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  77. 4618d67 net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII by Heiner Kallweit · 6 years ago
  78. f24098f net: phy: improve resuming from hibernation by Heiner Kallweit · 6 years ago
  79. 22c0ef6 net: phy: improve pause handling by Heiner Kallweit · 6 years ago
  80. 3b8b11f net: phy: improve link partner capability detection by Heiner Kallweit · 6 years ago
  81. 4950c2b net: phy: fix autoneg mismatch case in genphy_read_status by Heiner Kallweit · 6 years ago
  82. 045925e net: phy: add genphy_read_abilities by Heiner Kallweit · 6 years ago
  83. 7be3ad8 net: phy: remove gen10g_no_soft_reset by Heiner Kallweit · 6 years ago
  84. d81210c net: phy: don't export gen10g_read_status by Heiner Kallweit · 6 years ago
  85. c5e91d3 net: phy: remove gen10g_config_init by Heiner Kallweit · 6 years ago
  86. a6d0aa9 net: phy: remove gen10g_suspend and gen10g_resume by Heiner Kallweit · 6 years ago
  87. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  88. 4c8e045 net: phy: realtek: Dummy IRQ calls for RTL8366RB by Linus Walleij · 6 years ago
  89. 70fa3a9 net: phy: add genphy_c45_read_status by Heiner Kallweit · 6 years ago
  90. 1af9f16 net: phy: add genphy_c45_check_and_restart_aneg by Heiner Kallweit · 6 years ago
  91. cd34499 net: phy: export genphy_config_eee_advert by Heiner Kallweit · 6 years ago
  92. 9a5dc8a net: phy: add genphy_c45_an_config_aneg by Andrew Lunn · 6 years ago
  93. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  94. a2fc9d7 net: phy: don't use locking in phy_is_started by Heiner Kallweit · 6 years ago
  95. ac3f553 net: phy: Extract genphy_c45_pma_read_abilities from marvell10g by Maxime Chevallier · 6 years ago
  96. 3feb9b2 net: phy: Move of_set_phy_eee_broken to phy-core.c by Maxime Chevallier · 6 years ago
  97. a4eaed9 net: phy: Mask-out non-compatible modes when setting the max-speed by Maxime Chevallier · 6 years ago
  98. b8554d4f net: phy: add register modifying helpers returning 1 on change by Heiner Kallweit · 6 years ago
  99. efbdfdc net: phy: Add support for asking the PHY its abilities by Andrew Lunn · 6 years ago
  100. 998a8a8 net: phy: let genphy_c45_read_link manage the devices to check by Heiner Kallweit · 6 years ago