1. c4bec92 mdio_bus: Fix use-after-free on device_register fails by YueHaibing · 5 years ago
  2. e98a3aa mdio_bus: don't return NULL from mdiobus_scan() by Sergei Shtylyov · 8 years ago
  3. 70e927b mdio_bus: Fix MDIO bus scanning in __mdiobus_register() by Marek Vasut · 8 years ago
  4. 66c239e mdio_bus: get_phy_device() doesn't return NULL anymore by Sergei Shtylyov · 8 years ago
  5. 9a6f2b0 net: mdio: Fix lockdep falls positive splat by Andrew Lunn · 8 years ago
  6. db9107b mdio_bus: NULL dereference on allocation error by Dan Carpenter · 8 years ago
  7. 711fdba mdio: Abstract device_remove() and device_free() by Andrew Lunn · 8 years ago
  8. a9049e0 mdio: Add support for mdio drivers. by Andrew Lunn · 8 years ago
  9. f89df3f mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register() by Andrew Lunn · 8 years ago
  10. f03bc4a mdio_bus: Generalise of_mdiobus_link_phydev() by Andrew Lunn · 8 years ago
  11. e76a495 phy: Move phy specific bus match into phy_device by Andrew Lunn · 8 years ago
  12. bc87922 phy: Move PHY PM operations into phy_device by Andrew Lunn · 8 years ago
  13. 5cf11be phy_device: Move phy attributes into phy_device by Andrew Lunn · 8 years ago
  14. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 8 years ago
  15. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 8 years ago
  16. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 8 years ago
  17. 21dd19f net: phy: Add nested variants of mdiobus read/write by Neil Armstrong · 9 years ago
  18. 59f0697 net: update docbook comment for __mdiobus_register() by Russell King · 9 years ago
  19. 38737e4 phy: add phy_device_remove() by Russell King · 9 years ago
  20. 3e3aaf6 phy: fix mdiobus module safety by Russell King · 9 years ago
  21. a136442 phy: fix of_mdio_find_bus() device refcount leak by Russell King · 9 years ago
  22. b6c6aed phylib: fix device deletion order in mdiobus_unregister() by Mark Salter · 9 years ago
  23. e0536cd net/mdio: fix mdio_bus_match for c45 PHY by Shaohui Xie · 9 years ago
  24. 803dd9c net: phy: avoid suspending twice a PHY by Florian Fainelli · 9 years ago
  25. 9272efa net: phy: utilize phy_suspend and phy_resume by Florian Fainelli · 9 years ago
  26. 574746d net: phy: properly report internal PHYs through sysfs by Florian Fainelli · 10 years ago
  27. ce7991e Revert "net: phy: Set the driver when registering an MDIO bus device" by Fabio Estevam · 10 years ago
  28. a71e3c3 net: phy: Set the driver when registering an MDIO bus device by Ezequiel Garcia · 10 years ago
  29. d9daa24 net: fix circular dependency in of_mdio code by Daniel Mack · 10 years ago
  30. 86f6cf4 net: of_mdio: add of_mdiobus_link_phydev() by Daniel Mack · 10 years ago
  31. 93dccc5 mdio_bus: fix devm_mdiobus_alloc_size export by Arnd Bergmann · 10 years ago
  32. 6d48f44 mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free by Grygorii Strashko · 10 years ago
  33. 8bed1285 net: phy: expose phydev->has_fixups to sysfs by Florian Fainelli · 10 years ago
  34. 3d055d8 net: phy: expose PHY device interface mode by Florian Fainelli · 10 years ago
  35. 0c692d0 drivers/net/phy/mdio_bus.c: call put_device on device_register() failure by Levente Kurusa · 10 years ago
  36. 29935ae phylib: remove unused adjust_state() callback by Sergei Shtylyov · 10 years ago
  37. 02d320c mdio_bus: coding style fixes by Sergei Shtylyov · 10 years ago
  38. 6f901b7 net: phy: mdio_bus: fix checkpath error by Florian Fainelli · 10 years ago
  39. 4192c74 mdio_bus: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  40. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 11 years ago
  41. 56277f4 phylib: mdio: Add sysfs attribute for PHY identifiers. by Nick Bowler · 12 years ago
  42. 4085a7f netdev/phy: Prototype of_mdio_find_bus() by Mark Brown · 12 years ago
  43. a30e2c1 netdev/phy/of: Add more methods for binding PHY devices to drivers. by David Daney · 12 years ago
  44. ac28b9f netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYs by David Daney · 12 years ago
  45. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  46. 8d24248 phy: Use pr_<level> by Joe Perches · 12 years ago
  47. f41ef2e netdev: fix drivers/net/phy/ kernel-doc warnings by Randy Dunlap · 12 years ago
  48. b943fbb net: of/phy: fix build error when phylib is built as a module by Bjørn Mork · 12 years ago
  49. 2510602 netdev/of/phy: New function: of_mdio_find_bus(). by David Daney · 12 years ago
  50. af58f1d kernel-doc: fix new warning in net/phy/mdio_bus.c by Randy Dunlap · 12 years ago
  51. eb8a54a7 phylib: introduce mdiobus_alloc_size() by Timur Tabi · 12 years ago
  52. fddd910 phylib: fix PAL state machine restart on resume by Simon Guinot · 14 years ago
  53. abf35df NET: Support clause 45 MDIO commands at the MDIO bus level by Jason Gunthorpe · 14 years ago
  54. 2f5cb43 phylib: Properly reinitialize PHYs after hibernation by Anton Vorontsov · 14 years ago
  55. 541cd3e phylib: Fix deadlock on resume by Anton Vorontsov · 14 years ago
  56. 4dea547 phylib: rework to prepare for OF registration of PHYs by Grant Likely · 15 years ago
  57. 036b668 mdio: fix non-constant printk warnings by Stephen Hemminger · 15 years ago
  58. 3d1e4db phylib: Rework suspend/resume code to check netdev wakeup capability by Anton Vorontsov · 15 years ago
  59. 6f05106 phylib: Fix oops in suspend/resume paths by Anton Vorontsov · 15 years ago
  60. 161c8d2 net: PHYLIB mdio fixes #2 by Krzysztof Halasa · 15 years ago
  61. 6332178 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  62. e8e5752 net: kernel BUG at drivers/net/phy/mdio_bus.c:165! by Krzysztof Halasa · 16 years ago
  63. 0f0ca34 phy: power management support by Giuseppe Cavallaro · 16 years ago
  64. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  65. 3e44017 phylib: fix premature freeing of struct mii_bus by Lennert Buytenhek · 16 years ago
  66. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  67. 78c36b1 net/phy: add missing kernel-doc by Randy Dunlap · 16 years ago
  68. 2e88810 phylib: add mdiobus_{read,write} by Lennert Buytenhek · 16 years ago
  69. 46abc02 phylib: give mdio buses a device tree presence by Lennert Buytenhek · 16 years ago
  70. 298cf9be phylib: move to dynamic allocation of struct mii_bus by Lennert Buytenhek · 16 years ago
  71. 18ee49d phylib: rename mii_bus::dev to mii_bus::parent by Lennert Buytenhek · 16 years ago
  72. 4fd5f81 phylib: allow incremental scanning of an mii bus by Lennert Buytenhek · 16 years ago
  73. f62220d phylib: Add support for board-level PHY fixups by Andy Fleming · 16 years ago
  74. d1e7fe4 net/phy/mdio_bus.c: fix a check-after-use by Adrian Bunk · 16 years ago
  75. 35b5f6b PHYLIB: Locking fixes for PHY I/O potentially sleeping by Nate Case · 16 years ago
  76. 6f4a7f4 PHY: Add the phy_device_release device method. by Anton Vorontsov · 17 years ago
  77. 5f708dd phy: Fix phy_id for Vitesse 824x PHY by Kumar Gala · 17 years ago
  78. b3df0da phy layer: add kernel-doc + DocBook by Randy Dunlap · 17 years ago
  79. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  80. 11b0bac [PATCH] PAL: Support of the fixed PHY by Vitaly Bordug · 18 years ago
  81. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  82. 64b1c2b phy: mdiobus_register(): initialize all phy_map entries by Herbert Valerio Riedel · 18 years ago
  83. a4d00f1 [PATCH] phy: Added a macro to represent the string format used to match a phy device by Kumar Gala · 18 years ago
  84. a10b5aa Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*. by Jeff Garzik · 19 years ago
  85. f896424c [PATCH] phy address mask support for generic phy layer by Matt Porter · 19 years ago
  86. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  87. dc85dec [PATCH] 'mdio_bus_exit' in discarded section .text.exit by Peter Chubb · 19 years ago
  88. 829ca9a [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion by Pavel Machek · 19 years ago
  89. e139345 [PATCH] PHY Layer fixup by Andy Fleming · 19 years ago
  90. 2bf69b5 phy subsystem: more cleanups by Jeff Garzik · 19 years ago
  91. 67c4f3f Fix numerous minor problems with new phy subsystem. by Jeff Garzik · 19 years ago
  92. 00db818 This patch adds a PHY Abstraction Layer to the Linux Kernel, enabling by Andy Fleming · 19 years ago