1. b0bade5 net: phy: Expose phydev::dev_flags through sysfs by Florian Fainelli · 3 years, 10 months ago
  2. 7f65415 net: phy: make mdio_bus_phy_suspend/resume as __maybe_unused by Arnd Bergmann · 3 years, 11 months ago
  3. d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years ago
  4. b834489 net: phy: Add is_on_sfp_module flag and phy_on_sfp helper by Robert Hancock · 4 years ago
  5. 93e8990 net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPT by Heiner Kallweit · 4 years ago
  6. 4c0d2e9 net: phy: consider that suspend2ram may cut off PHY power by Heiner Kallweit · 4 years ago
  7. 4217a64 net: phy: introduce phydev->port by Michael Walle · 4 years ago
  8. e6e918d net: phy: replace mutex_is_locked with lockdep_assert_held in phylib by Heiner Kallweit · 4 years ago
  9. 6527b93 net: phy: remove the .did_interrupt() and .ack_interrupt() callback by Ioana Ciornei · 4 years, 2 months ago
  10. 6928022 net: phy: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 2 months ago
  11. a98cabd net: phy: don't duplicate driver name in phy_attached_print by Heiner Kallweit · 4 years, 2 months ago
  12. 87de1f0 net: phy: add genphy_handle_interrupt_no_ack() by Ioana Ciornei · 4 years, 3 months ago
  13. 7b2d590 net: phy: make .ack_interrupt() optional by Ioana Ciornei · 4 years, 3 months ago
  14. e2f016c net: phy: add a shutdown procedure by Ioana Ciornei · 4 years, 3 months ago
  15. c2b727d net: phy: Avoid NPD upon phy_detach() when driver is unbound by Florian Fainelli · 4 years, 4 months ago
  16. 7d3ba93 net: phy: call phy_disable_interrupts() in phy_attach_direct() instead by Yoshihiro Shimoda · 4 years, 4 months ago
  17. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  18. d02cbc4 net: phy: fix memory leak in device-create error path by Johan Hovold · 4 years, 5 months ago
  19. fb16d46 net: phy: fix check in get_phy_c45_ids by Vladimir Oltean · 4 years, 6 months ago
  20. bba238e net: phy: continue searching for C45 MMDs even if first returned ffff:ffff by Vladimir Oltean · 4 years, 6 months ago
  21. bd36ed1 net: phy: Define PHY statistics ethtool_phy_ops by Florian Fainelli · 4 years, 6 months ago
  22. 55d8f05 net: phy: Register ethtool PHY operations by Florian Fainelli · 4 years, 6 months ago
  23. 4f2b38e net: phy: Make phy_10gbit_fec_features_array static by Andrew Lunn · 4 years, 6 months ago
  24. 3970ed4 net: phy: Properly define genphy_c45_driver by Andrew Lunn · 4 years, 6 months ago
  25. 1dba699 net: phy: reset the PHY even if probe() is not implemented by Bartosz Golaszewski · 4 years, 7 months ago
  26. e42bcd0 net: phy: arrange headers in phy_device.c alphabetically by Bartosz Golaszewski · 4 years, 7 months ago
  27. 7bed145 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  28. 92252ee net: phy: Add a helper to return the index for of the internal delay by Dan Murphy · 4 years, 7 months ago
  29. 9886a4d net: phy: call phy_disable_interrupts() in phy_init_hw() by Jisheng Zhang · 4 years, 7 months ago
  30. 389a338 net: phy: read MMD ID from all present MMDs by Russell King · 4 years, 7 months ago
  31. 320ed3b net: phy: split devices_in_package by Russell King · 4 years, 7 months ago
  32. 5ba33cf net: phy: set devices_in_package only after validation by Russell King · 4 years, 7 months ago
  33. c746053 net: phy: add support for probing MMDs >= 8 for devices-in-package by Russell King · 4 years, 7 months ago
  34. 439625a net: phy: reword get_phy_device() kerneldoc by Russell King · 4 years, 7 months ago
  35. ee95100 net: phy: clean up get_phy_c22_id() invalid ID handling by Russell King · 4 years, 7 months ago
  36. 48c5438 net: phy: clean up get_phy_c45_ids() failure handling by Russell King · 4 years, 7 months ago
  37. e630626 net: phy: clean up PHY ID reading by Russell King · 4 years, 7 months ago
  38. 454a78d net: phy: clean up cortina workaround by Russell King · 4 years, 7 months ago
  39. b2ffc75 net: phy: Check harder for errors in get_phy_id() by Florian Fainelli · 4 years, 7 months ago
  40. 90ce665 net: mdiobus: add clause 45 mdiobus accessors by Russell King · 4 years, 8 months ago
  41. 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  42. a307593 net: phy: simplify phy_link_change arguments by Doug Berger · 4 years, 8 months ago
  43. e3f2d55 net: phy: propagate an error back to the callers of phy_sfp_probe by Leon Romanovsky · 4 years, 8 months ago
  44. 3a13f98 net: phy: fix less than zero comparison with unsigned variable val by Colin Ian King · 4 years, 8 months ago
  45. bdbdac7 ethtool: provide UAPI for PHY master/slave configuration. by Oleksij Rempel · 4 years, 9 months ago
  46. 6349084 net: phy: add concept of shared storage for PHYs by Michael Walle · 4 years, 8 months ago
  47. 9576e9f net: phy: clear phydev->suspended after soft reset by Heiner Kallweit · 4 years, 9 months ago
  48. 3194915 net: phy: remove genphy_no_soft_reset by Heiner Kallweit · 4 years, 9 months ago
  49. d70c47c net: phy: make phy_suspend a no-op if PHY is suspended already by Heiner Kallweit · 4 years, 9 months ago
  50. 8a8f828 net: phy: don't touch suspended flag if there's no suspend/resume callback by Heiner Kallweit · 4 years, 10 months ago
  51. 1698350 net: phy: probe PHY drivers synchronously by Heiner Kallweit · 4 years, 10 months ago
  52. 745a237 net: phy: use phy_read_poll_timeout() to simplify the code by Dejin Zheng · 4 years, 10 months ago
  53. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  54. 611d779 net: phy: fix MDIO bus PM PHY resuming by Heiner Kallweit · 4 years, 10 months ago
  55. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 11 months ago
  56. 4f31c53 net: phy: corrected the return value for genphy_check_and_restart_aneg and genphy_c45_check_and_restart_aneg by Sudheesh Mavila · 4 years, 11 months ago
  57. 503ba7c net: phy: Avoid multiple suspends by Florian Fainelli · 5 years ago
  58. e96bd2d phy: avoid unnecessary link-up delay in polling mode by Petr Oros · 5 years ago
  59. 45c767f net: add linkmode helper for setting flow control advertisement by Russell King · 5 years ago
  60. a87ae8a net: add helpers to resolve negotiated flow control by Russell King · 5 years ago
  61. e27f178 net: phy: Added IRQ print to phylink_bringup_phy() by Florian Fainelli · 5 years ago
  62. 1dca22b net: mdio: of: Register discovered MII time stampers. by Richard Cochran · 5 years ago
  63. 4715f65 net: Introduce a new MII time stamping interface. by Richard Cochran · 5 years ago
  64. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  65. 7d49a32 net: phy: ensure that phy IDs are correctly typed by Russell King · 5 years ago
  66. 0efc286 net: phy: provide and use genphy_read_status_fixed() by Russell King · 5 years ago
  67. 2a10ab0 net: phy: add genphy_check_and_restart_aneg() by Russell King · 5 years ago
  68. c48f16b net: phy: remove redundant .aneg_done initialisers by Russell King · 5 years ago
  69. a5d66f8 net: phy: initialise phydev speed and duplex sanely by Russell King · 5 years ago
  70. b95e86d net: phy: avoid matching all-ones clause 45 PHY IDs by Russell King · 5 years ago
  71. 298e54f net: phy: add core phylib sfp support by Russell King · 5 years ago
  72. fa6e98c net: phy: add support for clause 37 auto-negotiation by Heiner Kallweit · 5 years ago
  73. e7312ef net: phy: modify assignment to OR for dev_flags in phy_attach_direct by Tao Ren · 5 years ago
  74. 3de5ae5 net: phy: Fix "link partner" information disappear issue by Yonglong Liu · 5 years ago
  75. 8d3dc3ac net: phy: extract link partner advertisement reading by Russell King · 5 years ago
  76. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  77. 4b9cb2a net: phy: remove genphy_config_init by Heiner Kallweit · 5 years ago
  78. 916e571 net: phy: read MII_CTRL1000 in genphy_read_status only if needed by Heiner Kallweit · 5 years ago
  79. c36757eb net: phy: consider AN_RESTART status when reading link status by Heiner Kallweit · 5 years ago
  80. f4069cd net: phy: prepare phylib to deal with PHY's extending Clause 22 by Heiner Kallweit · 5 years ago
  81. 3eef868 net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t functions by Heiner Kallweit · 5 years ago
  82. aa6b195 net: phy: fix race in genphy_update_link by Heiner Kallweit · 5 years ago
  83. 54638c6 net: phy: make exported variables non-static by Denis Efremov · 6 years ago
  84. f30e33b net: phy: Add more 1000BaseX support detection by Robert Hancock · 6 years ago
  85. ca72efb net: phy: Add detection of 1000BaseX link mode support by Robert Hancock · 6 years ago
  86. 07b0928 net: phy: enable interrupts when PHY is attached already by Heiner Kallweit · 6 years ago
  87. c920f74 net: phy: Add phy_standalone sysfs entry by Ioana Ciornei · 6 years ago
  88. 82c76ac net: phy: Check against net_device being NULL by Ioana Ciornei · 6 years ago
  89. 2db2d9d1 net: phy: Guard against the presence of a netdev by Ioana Ciornei · 6 years ago
  90. 53cfca2 net: phy: Add phy_sysfs_create_links helper function by Vladimir Oltean · 6 years ago
  91. e5fb32c net: phy: Make phy_basic_t1_features use base100t1. by Andrew Lunn · 6 years ago
  92. a9e41a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  93. b4010af net: phy: fix phy_validate_pause by Heiner Kallweit · 6 years ago
  94. 22c0ef6 net: phy: improve pause handling by Heiner Kallweit · 6 years ago
  95. 88d6272 net: phy: avoid unneeded MDIO reads in genphy_read_status by Heiner Kallweit · 6 years ago
  96. 8c90b79 net: phy: improve genphy_soft_reset by Heiner Kallweit · 6 years ago
  97. 5e42574 net: phy: don't set autoneg if it's not supported by Heiner Kallweit · 6 years ago
  98. b7f29f8 net: phy: fix setting autoneg_complete in genphy_update_link by Heiner Kallweit · 6 years ago
  99. 22b56e8 net: phy: replace genphy_10g_driver with genphy_c45_driver by Heiner Kallweit · 6 years ago
  100. 3b8b11f net: phy: improve link partner capability detection by Heiner Kallweit · 6 years ago