1. 0c692d0 drivers/net/phy/mdio_bus.c: call put_device on device_register() failure by Levente Kurusa · 11 years ago
  2. 395056e phy: cleanup 10g code by stephen hemminger · 11 years ago
  3. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  4. 257184d phylib: Support attaching to generic 10g driver by Andy Fleming · 11 years ago
  5. 124059f phylib: Add generic 10G driver by Andy Fleming · 11 years ago
  6. ab2145e phylib: turn genphy_driver to an array by Shaohui Xie · 11 years ago
  7. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  8. fbfcec6 phylib: make phy_scan_fixups() static by Sergei Shtylyov · 11 years ago
  9. 29935ae phylib: remove unused adjust_state() callback by Sergei Shtylyov · 11 years ago
  10. 77051ed phy: kill excess empty lines by Sergei Shtylyov · 11 years ago
  11. 553fe92 phy: kill excess code by Sergei Shtylyov · 11 years ago
  12. e62a768 phy: kill useless local variables by Sergei Shtylyov · 11 years ago
  13. 02d320c mdio_bus: coding style fixes by Sergei Shtylyov · 11 years ago
  14. 2f53e90 phy: coding style fixes by Sergei Shtylyov · 11 years ago
  15. 33c133c phy: IRQ cannot be shared by Sergei Shtylyov · 11 years ago
  16. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  17. 7aff967 net: phy: spi_ks8995: fix checkpatch errors by Florian Fainelli · 11 years ago
  18. e109374 net: phy: fix checkpatch errors by Florian Fainelli · 11 years ago
  19. 756b508 net: phy: micrel: fix checkpath errors by Florian Fainelli · 11 years ago
  20. 6f901b7 net: phy: mdio_bus: fix checkpath error by Florian Fainelli · 11 years ago
  21. 5df47d5 net: phy: lxt: fix checkpath errors by Florian Fainelli · 11 years ago
  22. 9ed66cb net: phy: icplus: fix checkpath error by Florian Fainelli · 11 years ago
  23. dd61d96 net: phy: dp83640: fix checkpath error by Florian Fainelli · 11 years ago
  24. a60e7e1 net: phy: davicom: fix checkpath errors by Florian Fainelli · 11 years ago
  25. 5a48b72 net: phy: cicada: fix checkpath errors by Florian Fainelli · 11 years ago
  26. be9dad1 net: phy: suspend phydev when going to HALTED by Sebastian Hesselbarth · 11 years ago
  27. 1211ce5 net: phy: resume/suspend PHYs on attach/detach by Sebastian Hesselbarth · 11 years ago
  28. 481b5d9 net: phy: provide phy_resume/phy_suspend helpers by Sebastian Hesselbarth · 11 years ago
  29. 0898b44 net: phy: marvell: provide genphy suspend/resume by Sebastian Hesselbarth · 11 years ago
  30. 4bd7b51 micrel: add support for KSZ8041RNLI by Sergei Shtylyov · 11 years ago
  31. 6d4bebe net: phy: spi_ks8995: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  32. 87aa9f9 net: phy: consolidate PHY reset in phy_init_hw() by Florian Fainelli · 11 years ago
  33. 2613f95 net: phy: use phy_init_hw instead of open-coding it by Florian Fainelli · 11 years ago
  34. 114002b net: phy: report link partner features through ethtool by Florian Fainelli · 11 years ago
  35. 167f76a phy: Add Vitesse 8514 phy ID by Shaohui Xie · 11 years ago
  36. 3fb69bc net/phy: Add the autocross feature for forced links on VSC82x4 by Madalin Bucur · 11 years ago
  37. 06ae4f8 net/phy: Add VSC8662 support by Sandeep Singh · 11 years ago
  38. c2efef7 net/phy: Add VSC8574 support by shaohui xie · 11 years ago
  39. 0508019 net/phy: Add VSC8234 support by Andy Fleming · 11 years ago
  40. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  41. 1295966 PHY: Add RTL8201CP phy_driver to realtek by Jonas Jensen · 11 years ago
  42. b0db7b0 phy: Add MOXA MDIO driver by Jonas Jensen · 11 years ago
  43. 4192c74 mdio_bus: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  44. eea3b20 drivers: net: phy: marvell.c: removed checkpatch.pl warnings by Avinash Kumar · 11 years ago
  45. 6229ed1 net: phy: at803x: add suspend/resume callbacks by Daniel Mack · 11 years ago
  46. 0197ffe net: phy: at803x: don't pass function pointers with & by Daniel Mack · 11 years ago
  47. 1a5465f phy/micrel: Add suspend/resume support to Micrel PHYs by Patrice Vilchez · 11 years ago
  48. 4bdf259 drivers: net: phy: cicada.c: clears warning Use #include <linux/io.h> instead of <asm/io.h> by Avinash Kumar · 11 years ago
  49. 2c0c4fb net: mdio-octeon: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  50. 1b0e53a net: mdio-mux-gpio: use dev_get_platdata() by Jingoo Han · 11 years ago
  51. 9bc7b1c net: mdio-gpio: use dev_get_platdata() by Jingoo Han · 11 years ago
  52. 03536cc net: mdio-sun4i: Convert to devm_* api by Jisheng Zhang · 11 years ago
  53. b05930f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  54. f882566 net: phy: mdio-octeon: use platform_set_drvdata() by Libo Chen · 11 years ago
  55. 954c396 net/phy: micrel: Add OF configuration support for ksz9021 by Sean Cross · 11 years ago
  56. 8b64fd6 net: phy: rtl8211: fix interrupt on status link change by Giuseppe CAVALLARO · 11 years ago
  57. 16dda49 net: phy: mdio: add missing __iomem annotation by Jingoo Han · 11 years ago
  58. 32d73b1 net: phy: micrel: Staticize ksz8873mll_read_status() by Jingoo Han · 11 years ago
  59. 2bf420a net: sun4i: fix timeout check by Emilio López · 11 years ago
  60. be9c6d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  61. d144746 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  62. ce9a1bf drivers: net: phy: at803x: Add missing mdio device id by Helmut Schaa · 11 years ago
  63. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  64. f317ff9 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  65. 9ddebc4 MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOC by David Daney · 12 years ago
  66. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  67. 05d7cce drivers: net: phy: at803x: add support for AT8031 by Mugunthan V N · 11 years ago
  68. 1ca6d1b drivers: net: phy: at803x: add interface mode support by Mugunthan V N · 11 years ago
  69. ea13c9e drivers: net: phy: at803x: seperate wol specific code to wol standard apis by Mugunthan V N · 11 years ago
  70. 317420a drivers: net: phy: at803x code cleanup on register and unregister driver by Mugunthan V N · 11 years ago
  71. 4bdcb1d net: Add MDIO bus driver for the Allwinner EMAC by Maxime Ripard · 12 years ago
  72. 10e24caa phy: Add Marvell 88E1510 phy ID by Michal Simek · 12 years ago
  73. 3da09a5 phy: Add Marvell 88E1116R phy ID by Michal Simek · 12 years ago
  74. f5e1cab phy: Use macros instead of hardcoded values in marvell phy driver by Michal Simek · 12 years ago
  75. 5a1cebd phy: Add Vitesse 8211 phy ID by Michal Simek · 12 years ago
  76. 2a8626d phy: Clean coding style in vitesse phy by Michal Simek · 12 years ago
  77. 9a9c56c net: phy: fix a bug when verify the EEE support by Giuseppe CAVALLARO · 12 years ago
  78. 1a9561a net/phy: Use module_spi_driver in spi_ks8995.c by Sachin Kamat · 12 years ago
  79. 50ab731 phy: bcm63xx: report Broadcom BCM63xx PHYs as internal by Florian Fainelli · 12 years ago
  80. 4284b6a phy: allow drivers to flag a PHY device as internal by Florian Fainelli · 12 years ago
  81. 5ea94e7 phy: add phy_mac_interrupt() to use with PHY_IGNORE_INTERRUPT by Florian Fainelli · 12 years ago
  82. 2c7b492 phy: fix the use of PHY_IGNORE_INTERRUPT by Florian Fainelli · 12 years ago
  83. bbb47bd PHYLIB: queue work on system_power_efficient_wq by Viresh Kumar · 12 years ago
  84. 5647ac0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  85. 76ec9d1 Convert selectors of GENERIC_GPIO to GPIOLIB by Alexandre Courbot · 12 years ago
  86. 775ae9b netdev/phy: Implement ieee802.3 clause 45 in mdio-octeon.c by David Daney · 12 years ago
  87. 5d5f184 net: phy: spi_ks8995: use spi_get_drvdata() and spi_set_drvdata() by Jingoo Han · 12 years ago
  88. a33e611 phy: Elimination the forced speed reduction algorithm. by Kirill Kapranov · 12 years ago
  89. 9fad0c9 net: mdio-octeon: Use module_platform_driver() by Sachin Kamat · 12 years ago
  90. f8e5fc8 net: mdio-gpio: Use module_platform_driver() by Sachin Kamat · 12 years ago
  91. 3871c38 mv643xx_eth with 88E1318S: support Wake on LAN by Michael Stapelberg · 12 years ago
  92. 42e836e phy: add set_wol/get_wol functions by Michael Stapelberg · 12 years ago
  93. b6bb4df phy/micrel: move flag handling to function for common use by Hector Palacios · 12 years ago
  94. b818d1a phy/micrel: Add support for KSZ8031 by Hector Palacios · 12 years ago
  95. baec126 phy: vitesse make vsc824x_add_skew static by stephen hemminger · 12 years ago
  96. 1994533 Supject: phy: make local function static by stephen hemminger · 12 years ago
  97. 32fcafb net/phy: micrel: Disable asymmetric pause for KSZ9021 by Vlastimil Kosar · 12 years ago
  98. b2a4319 phy: Fix phy_device_free memory leak by Petr Malat · 12 years ago
  99. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  100. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago