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