1. 53f9994 Use menuconfig objects: PHY by Jan Engelhardt · 17 years ago
  2. 9556fb7 [S390] Kconfig: unwanted menus for s390. by Martin Schwidefsky · 17 years ago
  3. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 17 years ago
  4. d0758bc phy: use flush_work_keventd() by Andrew Morton · 17 years ago
  5. 024a0a3 network: add the missing phy_device speed information to phy_mii_ioctl by Shan Lu · 17 years ago
  6. b3df0da phy layer: add kernel-doc + DocBook by Randy Dunlap · 17 years ago
  7. 87aebe0 PHY: remove rwsem use from phy core by Greg Kroah-Hartman · 17 years ago
  8. 7688467 phylib: Add support for Marvell 88e1111S and 88e1145 by Andy Fleming · 17 years ago
  9. f630fe2 Merge branch 'master' into upstream by Jeff Garzik · 17 years ago
  10. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  11. 1a16893 phy devices: use same arg types by Randy Dunlap · 17 years ago
  12. b1f54ba FS_ENET: OF-related fixup for FEC and SCC MAC's by Vitaly Bordug · 17 years ago
  13. 9f6d55d PHY: Export phy ethtool helpers by Kumar Gala · 17 years ago
  14. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  15. 68380b5 Add "run_scheduled_work()" workqueue function by Linus Torvalds · 18 years ago
  16. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  17. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  18. 79acbb3 Merge branch 'linux-2.6' into for-linus by Paul Mackerras · 18 years ago
  19. e8a2b6a [PATCH] PHY: Add support for configuring the PHY connection interface by Andy Fleming · 18 years ago
  20. cefd9f7 Revert "[PATCH] Add support for Marvell 88e1111S and 88e1145" by Jeff Garzik · 18 years ago
  21. 95d21ff [PATCH] Add support for Marvell 88e1111S and 88e1145 by Andy Fleming · 18 years ago
  22. 6b65552 [PATCH] Fixed a number of bugs in the PHY Layer by Andy Fleming · 18 years ago
  23. 3c3070d [PATCH] 2.6.18: sb1250-mac: Phylib IRQ handling fixes by Maciej W. Rozycki · 18 years ago
  24. c4b41c9 [PATCH] 2.6.18: sb1250-mac: Broadcom PHY support by Maciej W. Rozycki · 18 years ago
  25. 3cb2fcc Fix misc Kconfig typos by Matt LaPlante · 18 years ago
  26. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  27. a9b1497 [PATCH] Slight refactor of interrupt mapping for FSL parts by Andy Fleming · 18 years ago
  28. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  29. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  30. b7a00ec [netdrvr] phy: Fix bugs in error handling by Jeff Garzik · 18 years ago
  31. 84c22d7 [PATCH] Signedness issue in drivers/net/phy/phy_device.c by Eric Sesterhenn · 18 years ago
  32. c233289 drivers/net/phy/fixed: #if 0 some incomplete code by Jeff Garzik · 18 years ago
  33. 846050d Merge branch 'upstream-fixes' into upstream by Jeff Garzik · 18 years ago
  34. 11b0bac [PATCH] PAL: Support of the fixed PHY by Vitaly Bordug · 18 years ago
  35. bcd6837 [PATCH] remove unnecessary config.h includes from drivers/net/ by Dave Jones · 18 years ago
  36. 817acf5 [PATCH] Stop calling phy_stop_interrupts() twice by Sergei Shtylylov · 18 years ago
  37. 0c639b3 [PATCH] Add support for the Cicada 8201 PHY by Kim Phillips · 18 years ago
  38. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  39. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  40. 600991b [PATCH] Fix phy id for LXT971A/LXT972A by Uwe Zeisberger · 18 years ago
  41. 45c091b Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  42. ef82a306 [POWERPC] Add Vitesse 8244 PHY for MPC8641 HPCN platform. by Jon Loeliger · 18 years ago
  43. c9e055a [PATCH] phy: new SMSC LAN83C185 PHY driver by Herbert Valerio Riedel · 18 years ago
  44. 64b1c2b phy: mdiobus_register(): initialize all phy_map entries by Herbert Valerio Riedel · 18 years ago
  45. f71e130 Massive net driver const-ification. by Arjan van de Ven · 18 years ago
  46. a4d00f1 [PATCH] phy: Added a macro to represent the string format used to match a phy device by Kumar Gala · 19 years ago
  47. 347a8dc [PATCH] s390: cleanup Kconfig by Martin Schwidefsky · 19 years ago
  48. afcceaa [PATCH] missing license for libphy.ko by Olaf Hering · 19 years ago
  49. a10b5aa Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*. by Jeff Garzik · 19 years ago
  50. f896424c [PATCH] phy address mask support for generic phy layer by Matt Porter · 19 years ago
  51. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  52. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  53. 8cee0cd [netdrvr] delete CONFIG_PHYCONTROL by Jeff Garzik · 19 years ago
  54. 7cda624 [PATCH] Kconfig fix (PHYLIB vs. s390) by viro@ZenIV.linux.org.uk · 19 years ago
  55. dc85dec [PATCH] 'mdio_bus_exit' in discarded section .text.exit by Peter Chubb · 19 years ago
  56. 829ca9a [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion by Pavel Machek · 19 years ago
  57. e139345 [PATCH] PHY Layer fixup by Andy Fleming · 19 years ago
  58. 2bf69b5 phy subsystem: more cleanups by Jeff Garzik · 19 years ago
  59. 67c4f3f Fix numerous minor problems with new phy subsystem. by Jeff Garzik · 19 years ago
  60. 00db818 This patch adds a PHY Abstraction Layer to the Linux Kernel, enabling by Andy Fleming · 19 years ago