1. fcbd30d net: phy: introduce phy_read_poll_timeout macro by Dejin Zheng · 4 years, 10 months ago
  2. bd971ff net: phy: introduce phy_read_mmd_poll_timeout macro by Dejin Zheng · 4 years, 10 months ago
  3. 5eee3bb net: phy: add and use phy_check_downshift by Heiner Kallweit · 4 years, 10 months ago
  4. 6cc7cf8 net: mdiobus: add APIs for modifying a MDIO device register by Russell King · 4 years, 10 months ago
  5. 9010f9d net: phy: improve phy_driver callback handle_interrupt by Heiner Kallweit · 4 years, 10 months ago
  6. 58b05e5 net: phy: Add XLGMII interface define by Jose Abreu · 4 years, 10 months ago
  7. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  8. 611d779 net: phy: fix MDIO bus PM PHY resuming by Heiner Kallweit · 4 years, 10 months ago
  9. 249bc97 net: phy: avoid clearing PHY interrupts twice in irq handler by Heiner Kallweit · 4 years, 11 months ago
  10. ce69e21 mdio_bus: Add generic mdio_find_bus() by Jeremy Linton · 5 years ago
  11. a87ae8a net: add helpers to resolve negotiated flow control by Russell King · 5 years ago
  12. bbbf843 net: phy: add new version of phy_do_ioctl by Heiner Kallweit · 5 years ago
  13. 3231e5d net: phy: rename phy_do_ioctl to phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  14. 2ab1d92 net: phy: add generic ndo_do_ioctl handler phy_do_ioctl by Heiner Kallweit · 5 years ago
  15. 080bb35 net: phy: Maintain MDIO device and bus statistics by Florian Fainelli · 5 years ago
  16. 2e18135 net: phy: add MACsec ops in phy_device by Antoine Tenart · 5 years ago
  17. 7656426 net: macsec: introduce the macsec_context structure by Antoine Tenart · 5 years ago
  18. e27f178 net: phy: Added IRQ print to phylink_bringup_phy() by Florian Fainelli · 5 years ago
  19. c114574 net: phy: add PHY_INTERFACE_MODE_10GBASER by Russell King · 5 years ago
  20. 4715f65 net: Introduce a new MII time stamping interface. by Richard Cochran · 5 years ago
  21. 0e5dafc net: phy: Introduce helper functions for time stamping support. by Richard Cochran · 5 years ago
  22. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  23. 7d49a32 net: phy: ensure that phy IDs are correctly typed by Russell King · 5 years ago
  24. 0efc286 net: phy: provide and use genphy_read_status_fixed() by Russell King · 5 years ago
  25. 2a10ab0 net: phy: add genphy_check_and_restart_aneg() by Russell King · 5 years ago
  26. bec170e net: phy: add helpers phy_(un)lock_mdio_bus by Heiner Kallweit · 5 years ago
  27. e3cf8b36 net: phy: remove phy_ethtool_sset() by Russell King · 5 years ago
  28. 298e54f net: phy: add core phylib sfp support by Russell King · 5 years ago
  29. fa6e98c net: phy: add support for clause 37 auto-negotiation by Heiner Kallweit · 5 years ago
  30. 2d880b8 net: phy: extract pause mode by Russell King · 5 years ago
  31. 8d3dc3ac net: phy: extract link partner advertisement reading by Russell King · 5 years ago
  32. 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  33. 94acaeb Add genphy_c45_config_aneg() function to phy-c45.c by Marco Hartmann · 5 years ago
  34. 4b9cb2a net: phy: remove genphy_config_init by Heiner Kallweit · 5 years ago
  35. 65b2799 net: phy: let phy_speed_down/up support speeds >1Gbps by Heiner Kallweit · 5 years ago
  36. 331c56a net: phy: add phy_speed_down_core and phy_resolve_min_speed by Heiner Kallweit · 5 years ago
  37. bf22b34 net: phy: add phy_modify_paged_changed by Heiner Kallweit · 5 years ago
  38. f4069cd net: phy: prepare phylib to deal with PHY's extending Clause 22 by Heiner Kallweit · 5 years ago
  39. 54638c6 net: phy: make exported variables non-static by Denis Efremov · 6 years ago
  40. d4117d6 net: stmmac: enable clause 45 mdio support by Kweh Hock Leong · 6 years ago
  41. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  42. 2bd229d net: phy: remove state PHY_FORCING by Heiner Kallweit · 6 years ago
  43. 97b33bd net: phy: export phy_queue_state_machine by Heiner Kallweit · 6 years ago
  44. 49644e6 net: phy: add callback for custom interrupt handler to struct phy_driver by Heiner Kallweit · 6 years ago
  45. 07b0928 net: phy: enable interrupts when PHY is attached already by Heiner Kallweit · 6 years ago
  46. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  47. 4618d67 net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII by Heiner Kallweit · 6 years ago
  48. f24098f net: phy: improve resuming from hibernation by Heiner Kallweit · 6 years ago
  49. 22c0ef6 net: phy: improve pause handling by Heiner Kallweit · 6 years ago
  50. 3b8b11f net: phy: improve link partner capability detection by Heiner Kallweit · 6 years ago
  51. 4950c2b net: phy: fix autoneg mismatch case in genphy_read_status by Heiner Kallweit · 6 years ago
  52. 045925e net: phy: add genphy_read_abilities by Heiner Kallweit · 6 years ago
  53. 7be3ad8 net: phy: remove gen10g_no_soft_reset by Heiner Kallweit · 6 years ago
  54. d81210c net: phy: don't export gen10g_read_status by Heiner Kallweit · 6 years ago
  55. c5e91d3 net: phy: remove gen10g_config_init by Heiner Kallweit · 6 years ago
  56. a6d0aa9 net: phy: remove gen10g_suspend and gen10g_resume by Heiner Kallweit · 6 years ago
  57. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  58. 4c8e045 net: phy: realtek: Dummy IRQ calls for RTL8366RB by Linus Walleij · 6 years ago
  59. 70fa3a9 net: phy: add genphy_c45_read_status by Heiner Kallweit · 6 years ago
  60. 1af9f16 net: phy: add genphy_c45_check_and_restart_aneg by Heiner Kallweit · 6 years ago
  61. cd34499 net: phy: export genphy_config_eee_advert by Heiner Kallweit · 6 years ago
  62. 9a5dc8a net: phy: add genphy_c45_an_config_aneg by Andrew Lunn · 6 years ago
  63. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  64. a2fc9d7 net: phy: don't use locking in phy_is_started by Heiner Kallweit · 6 years ago
  65. ac3f553 net: phy: Extract genphy_c45_pma_read_abilities from marvell10g by Maxime Chevallier · 6 years ago
  66. 3feb9b2 net: phy: Move of_set_phy_eee_broken to phy-core.c by Maxime Chevallier · 6 years ago
  67. a4eaed9 net: phy: Mask-out non-compatible modes when setting the max-speed by Maxime Chevallier · 6 years ago
  68. b8554d4f net: phy: add register modifying helpers returning 1 on change by Heiner Kallweit · 6 years ago
  69. efbdfdc net: phy: Add support for asking the PHY its abilities by Andrew Lunn · 6 years ago
  70. 998a8a8 net: phy: let genphy_c45_read_link manage the devices to check by Heiner Kallweit · 6 years ago
  71. 1878f0d net: phy: provide full set of accessor functions to MMD registers by Nikita Yushchenko · 6 years ago
  72. 434a431 net: phy: change phy_start_interrupts to phy_request_interrupt by Heiner Kallweit · 6 years ago
  73. fa7f3a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  74. 3e64cf7 net: phy: phy driver features are mandatory by Camelia Groza · 6 years ago
  75. bb658ab net: phy: remove phy_stop_interrupts by Heiner Kallweit · 6 years ago
  76. e302c2a net: phy: remove state PHY_CHANGELINK by Heiner Kallweit · 6 years ago
  77. 5db5ea9 net: phy: Add helpers to determine if PHY driver is generic by Florian Fainelli · 6 years ago
  78. 9e857a4 net: phy: Add missing features to PHY drivers by Andrew Lunn · 6 years ago
  79. d8de01b phy.h: fix obvious errors in doc and kerneldoc content by Robert P. J. Day · 6 years ago
  80. 2b3e88e net: phy: improve phy state checking by Heiner Kallweit · 6 years ago
  81. c0ec3c2 net: phy: Convert u32 phydev->lp_advertising to linkmode by Andrew Lunn · 6 years ago
  82. 3c1bcc8 net: ethernet: Convert phydev advertize and supported from u32 to link mode by Andrew Lunn · 6 years ago
  83. 899a3cb net: phy: remove states PHY_STARTING and PHY_PENDING by Heiner Kallweit · 6 years ago
  84. aa2af2e net: phy: add macros for PHYID matching by Heiner Kallweit · 6 years ago
  85. d73a215 net: phy: simplify phy_mac_interrupt and related functions by Heiner Kallweit · 6 years ago
  86. 8deeb63 net: phy: don't set state PHY_CHANGELINK in phy_change by Heiner Kallweit · 6 years ago
  87. a4307c0 net: phy: remove flag PHY_HAS_INTERRUPT from driver configs by Heiner Kallweit · 6 years ago
  88. 695bce8 net: phy: improve struct phy_device member interrupts handling by Heiner Kallweit · 6 years ago
  89. 85a1f31 net: phy: remove state PHY_AN by Heiner Kallweit · 6 years ago
  90. a3320bc net: phy: make phy_trigger_machine static by Heiner Kallweit · 6 years ago
  91. 9f2959b net: phy: improve handling delayed work by Heiner Kallweit · 6 years ago
  92. 719655a net: phy: Replace phy driver features u32 with link_mode bitmap by Andrew Lunn · 6 years ago
  93. c4fabb8 net: phy: Add phydev_info() by Andrew Lunn · 6 years ago
  94. ab2a605 net: phy: Add phydev_warn() by Andrew Lunn · 6 years ago
  95. b31cdff net: phy: Move linkmode helpers to somewhere public by Andrew Lunn · 6 years ago
  96. 22b7d29 net: ethernet: Add helper to determine if pause configuration is supported by Andrew Lunn · 6 years ago
  97. 0c12240 net: ethernet: Add helper for set_pauseparam for Pause by Andrew Lunn · 6 years ago
  98. 70814e8 net: ethernet: Add helper for set_pauseparam for Asym Pause by Andrew Lunn · 6 years ago
  99. c306ad3 net: ethernet: Add helper for MACs which support pause by Andrew Lunn · 6 years ago
  100. af8d9bb net: ethernet: Add helper for MACs which support asym pause by Andrew Lunn · 6 years ago