1. ceb6281 net: phy: Keep reporting transceiver type by Florian Fainelli · 7 years ago
  2. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  3. ebc8254 Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()" by Florian Fainelli · 7 years ago
  4. 5e5758d net: phy: export phy_start_machine() for phylink by Russell King · 8 years ago
  5. a81497b net: phy: provide a hook for link up/link down events by Russell King · 8 years ago
  6. 0ccb4fc net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy-core by Russell King · 8 years ago
  7. da4625a net: phy: split out PHY speed and duplex string generation by Russell King · 8 years ago
  8. c3ecbe7 net: phy: allow settings table to support more than 32 link modes by Russell King · 8 years ago
  9. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  10. 7ad813f net: phy: Correctly process PHY_HALTED in phy_stop_machine() by Florian Fainelli · 8 years ago
  11. 6a95bef net: phy: Log only PHY state transitions by Marc Gonzalez · 8 years ago
  12. fb5e7606b net: phy: Remove stale comments referencing timer by Florian Fainelli · 8 years ago
  13. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  14. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  15. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  16. 5514174 net: phy: Make phy_ethtool_ksettings_get return void by yuval.shaia@oracle.com · 8 years ago
  17. fc5b775d net: phy: add missing SPEED_14000 by Joe Perches · 8 years ago
  18. 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  19. 002ba70 net: phy: hook up clause 45 autonegotiation restart by Russell King · 8 years ago
  20. 41408ad net: phy: avoid genphy_aneg_done() for PHYs without clause 22 support by Russell King · 8 years ago
  21. f8fe997 net: phy: Delete unused function phy_ethtool_gset by yuval.shaia@oracle.com · 8 years ago
  22. 6c6ab3e net: phy: fix kernel-doc warnings by Randy Dunlap · 8 years ago
  23. d651983 net: fix some identation issues at kernel-doc markups by Mauro Carvalho Chehab · 8 years ago
  24. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. f555f34 net: phy: fix auto-negotiation stall due to unavailable interrupt by Alexander Kochetkov · 8 years ago
  26. 786df9c net: phy: simplify phy_supported_speeds() by Russell King · 8 years ago
  27. d061303 net: phy: improve phylib correctness for non-autoneg settings by Russell King · 8 years ago
  28. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  29. 1f37b17 phy/ethtool: Add missing SPEED_<foo> strings by Joe Perches · 8 years ago
  30. 32d7514 net: phy: allow EEE with any interface mode by Russell King · 8 years ago
  31. f75abeb net: phy: restart phy autonegotiation after EEE advertisment change by Russell King · 8 years ago
  32. 83ea067 net: phy: avoid setting unsupported EEE advertisments by Russell King · 8 years ago
  33. 49d52e8 net: phy: handle state correctly in phy_stop_machine by Nathan Sullivan · 8 years ago
  34. a6d99fc net: phy: switch remaining users to phy_(read|write)_mmd() by Russell King · 8 years ago
  35. 9860118 net: phy: move phy MMD accessors to phy-core.c by Russell King · 8 years ago
  36. 65f2767 net: phy: Add missing driver check in phy_aneg_done() by Florian Fainelli · 8 years ago
  37. 25149ef net: phy: Check phydev->drv by Florian Fainelli · 8 years ago
  38. d6f8cfa net: phy: leds: Break dependency of phy.h on phy_led_triggers.h by Geert Uytterhoeven · 8 years ago
  39. eab1277 net: phy: Avoid deadlock during phy_error() by Florian Fainelli · 8 years ago
  40. 811a919 phy state machine: failsafe leave invalid RUNNING state by Zefir Kurtisi · 8 years ago
  41. 1004ee6 net: phy: update the mdix_ctrl with correct value. by Raju Lakkaraju · 8 years ago
  42. d853d14 net: phy: add an option to disable EEE advertisement by jbrunet · 8 years ago
  43. e86a898 net: phy: Add phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  44. 372788f net: phy: expose phy_aneg_done API for use by drivers by Lendacky, Thomas · 8 years ago
  45. 2e0bc45 net: phy: leds: add support for led triggers on phy link state change by Zach Brown · 8 years ago
  46. 1f9127c net: phy: Create phy_supported_speeds function which lists speeds currently supported by a phydevice by Zach Brown · 8 years ago
  47. 61a1796 net: phy: Encapsulate actions performed during link state changes into function phy_adjust_link by Zach Brown · 8 years ago
  48. ae0219c net: phy: Use phy name when requesting the interrupt by Andrew Lunn · 8 years ago
  49. 664fcf1 net: phy: Threaded interrupts allow some simplification by Andrew Lunn · 8 years ago
  50. c974bdb net: phy: Use threaded IRQ, to allow IRQ from sleeping devices by Andrew Lunn · 8 years ago
  51. 3c293f4 net: phy: Trigger state machine on state change and not polling. by Andrew Lunn · 8 years ago
  52. c3e70ed Revert "phy: IRQ cannot be shared" by Xander Huff · 8 years ago
  53. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  54. 84a527a net: phylib: fix interrupts re-enablement in phy_start by Shaohui Xie · 9 years ago
  55. 9d9a77c net: phy: add phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  56. 2d55173 phy: add generic function to support ksetting support by Philippe Reynes · 9 years ago
  57. deccd16f9 net: phy: Fix phy_mac_interrupt() by Florian Fainelli · 9 years ago
  58. d5c3d84 net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTS by Florian Fainelli · 9 years ago
  59. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 9 years ago
  60. 053e7e1 phy: phy_{read|write}_mmd_indirect: get addr from phydev by Andrew Lunn · 9 years ago
  61. 72ba48b phy: Add phydev_err() and phydev_dbg() macros by Andrew Lunn · 9 years ago
  62. cf18b77 net: phy: reset only targeted phy by Jérôme Pouiller · 9 years ago
  63. 321beec net: phy: Use interrupts when available in NOLINK state by Andrew Lunn · 9 years ago
  64. ef899c0 phylib: simplify NULL checks by Sergei Shtylyov · 9 years ago
  65. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  66. 05a7f58 net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect() by Russell King · 9 years ago
  67. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  68. 11e122c net: phy: fix PHY_RUNNING in phy_state_machine by Shaohui Xie · 10 years ago
  69. 239aa55 net: phy: Support setting polarity in marvell phy driver by David Thomson · 10 years ago
  70. 634ec36 net: phy: Pass mdix ethtool setting through to phy driver by David Thomson · 10 years ago
  71. 32a6416 net: phy: Utilize phy_interface_is_rgmii by Florian Fainelli · 10 years ago
  72. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  73. c15e10e net: phy: Make sure phy_start() always re-enables the phy interrupts by Tim Beale · 10 years ago
  74. db9683fb4 net: phy: Make sure PHY_RESUMING state change is always processed by Tim Beale · 10 years ago
  75. 3e2186e net: phy: Add state machine state transitions debug prints by Florian Fainelli · 10 years ago
  76. 7e14069 net: phy: Allow EEE for all RGMII variants by Florian Fainelli · 10 years ago
  77. 54da5a8 net: phy: Fix verification of EEE support in phy_init_eee by Guenter Roeck · 10 years ago
  78. 9b3320e net: phy: Invalidate LP advertising flags when restarting or disabling AN by Ben Hutchings · 10 years ago
  79. 79ce047 net: phy: Correctly handle MII ioctl which changes autonegotiation. by Brian Hill · 10 years ago
  80. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  81. 7a4cecf phy: fix EEE checks inside the phy_init_eee. by Giuseppe CAVALLARO · 10 years ago
  82. a9f6309 net: phy: allow phy_init_eee() to work with internal PHYs by Florian Fainelli · 10 years ago
  83. 66ce7fb net: phy: export phy_{read,write}_mmd_indirect by Florian Fainelli · 10 years ago
  84. 0c1d77d net: libphy: Add phy specific function to access mmd phy registers by Vince Bridgers · 11 years ago
  85. 3e70770 phy: Expand phy speed/duplex settings array by Lendacky, Thomas · 11 years ago
  86. 2b8f2a2 net: phylib: add link_change_notify callback to phy device by Daniel Mack · 11 years ago
  87. 6e14a5ee net: phy: resume phydev when going to RESUMING by Zhangfei Gao · 11 years ago
  88. e46e08b net phy: Check for aneg completion before setting state to PHY_RUNNING by Balakumaran Kannan · 11 years ago
  89. fa8cdda net phylib: Remove unnecessary condition check in phy by Balakumaran Kannan · 11 years ago
  90. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  91. 4ae6e50 phy: fix compiler array bounds warning on settings[] by Bjorn Helgaas · 11 years ago
  92. c88838c net: phy: update port type for MoCA PHYs by Florian Fainelli · 11 years ago
  93. ad03350 net: phy: fix phy_{clear,config}_interrupt comment typos by Florian Fainelli · 11 years ago
  94. 76a423a net: phy: allow driver to implement their own aneg_done by Florian Fainelli · 11 years ago
  95. a9fa6e6 net: phy: add genphy_aneg_done() by Florian Fainelli · 11 years ago
  96. 766d1d3 net: phy: display human readable PHY speed settings by Florian Fainelli · 11 years ago
  97. df40cc8 net: phy: update phy_print_status to show pause settings by Florian Fainelli · 11 years ago
  98. 43b6329 net: phy: use network device in phy_print_status by Florian Fainelli · 11 years ago
  99. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  100. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago