1. 864fdf8 ucc_geth: Fix hangs after switching from full to half duplex by Anton Vorontsov · 15 years ago
  2. 7de8ee7 ucc_geth: Rearrange some code to avoid forward declarations by Anton Vorontsov · 15 years ago
  3. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  4. 2394905 ucc_geth: Implement suspend/resume and Wake-On-LAN support by Anton Vorontsov · 15 years ago
  5. bf5aec2 ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and code by Anton Vorontsov · 15 years ago
  6. 54b1598 ucc_geth: Factor out MAC initialization steps into a call by Anton Vorontsov · 15 years ago
  7. 22580f8 drivers/net: fixed drivers that support netpoll use ndo_start_xmit() by Dongdong Deng · 15 years ago
  8. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  9. 3104a6f ucc_geth: Revive fixed link support by Anton Vorontsov · 15 years ago
  10. 50f238f ucc_geth: Add support for skb recycling by Anton Vorontsov · 15 years ago
  11. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  12. d2aa455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  13. fb1001f net/ucc_geth: Add SGMII support for UCC GETH driver by Haiying Wang · 15 years ago
  14. f3a3250 Revert "net/ucc_geth: Add SGMII support for UEC GETH driver" by Grant Likely · 15 years ago
  15. 2ed0e21b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  16. 047584c net/ucc_geth: Add SGMII support for UEC GETH driver by Haiying Wang · 15 years ago
  17. 3d6593e net/ucc_geth: allow to set mac address on running device by Kevin Hao · 15 years ago
  18. 674e4f9 net/ucc_geth: Assign six threads to Rx for UEC by Haiying Wang · 15 years ago
  19. 345f842 net/ucc_geth: update riscTx and riscRx in ucc_geth by Haiying Wang · 15 years ago
  20. 8555a59 net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property. by Grant Likely · 15 years ago
  21. 0b9da33 net: Rework ucc_geth driver to use of_mdio infrastructure by Grant Likely · 15 years ago
  22. 5802b140 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  23. cef309c ucc_geth.c: Fix upsmr setting in RMII mode by Heiko Schocher · 15 years ago
  24. 0cededf ucc_geth: Move freeing of TX packets to NAPI context by Joakim Tjernlund · 15 years ago
  25. da1aa63 ucc_geth: Pass proper device to DMA routines, otherwise oops happens by Anton Vorontsov · 15 years ago
  26. 530e2eb ucc_geth: Remove unused header by Kumar Gala · 15 years ago
  27. 129dd96 ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe(). by David S. Miller · 15 years ago
  28. 7967590 ucc_geth: Fix three oopses in PHY {de,}initialization code by Anton Vorontsov · 15 years ago
  29. a9dbae7 ucc_geth: Convert to net_device_ops by Joakim Tjernlund · 15 years ago
  30. bb4f92b ucc_geth: Fix build breakage caused by a merge by Anton Vorontsov · 15 years ago
  31. 039a6f6 ucc_geth: Fix merge error. by David S. Miller · 15 years ago
  32. 8be7cdc Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  33. 61fa9dc ucc_geth: Fix oops when using fixed-link support by Anton Vorontsov · 15 years ago
  34. 1577ece netdev: Merge UCC and gianfar MDIO bus drivers by Andy Fleming · 16 years ago
  35. 05bee47 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  36. b1c4a9dd ucc_geth: Change uec phy id to the same format as gianfar's by Haiying Wang · 16 years ago
  37. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  38. 3bc5342 ucc_geth: use correct UCCE macros by Timur Tabi · 16 years ago
  39. fdb614c ucc_geth: Eliminate the need for forward references by Anton Vorontsov · 16 years ago
  40. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  41. 221b3d6 ucc_geth: Remove UGETH_FILTERING dead code by Anton Vorontsov · 16 years ago
  42. 3e73fc9 ucc_geth: Fix IO memory (un)mapping code by Anton Vorontsov · 16 years ago
  43. ba57469 ucc_geth: Cleanup repetitive ucc_geth_memclean() calls by Anton Vorontsov · 16 years ago
  44. 67c2fb8 ucc_geth: Fix IRQ freeing code in ucc_geth_open() by Anton Vorontsov · 16 years ago
  45. 1762a29 ucc_geth: Fix TX watchdog timeout handling by Anton Vorontsov · 16 years ago
  46. b3431c6 ucc_geth: Fix endless loop in stop_{tx,rx} routines by Anton Vorontsov · 16 years ago
  47. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  48. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  49. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  50. ebbdbd7 ucc_geth: do not touch net queue in adjust_link phylib callback by Anton Vorontsov · 16 years ago
  51. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  52. 263ba32 netdev: Convert all drivers away from netif_schedule(). by David S. Miller · 16 years ago
  53. 1a342d2 ucc_geth: delete non NAPI code from the driver. by Francois Romieu · 16 years ago
  54. 55b6c8e drivers/net: Use linux/of_{device,platform}.h instead of asm by Stephen Rothwell · 16 years ago
  55. 7f80202 ucc_geth: Fix arguments to dma map/unmap functions by Andy Fleming · 16 years ago
  56. e410553 ucc_geth: Don't use RX clock as TX clock. by Joakim Tjernlund · 16 years ago
  57. 6fee40e ucc_geth: Fix a bunch of sparse warnings by Andy Fleming · 16 years ago
  58. 2e561c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  59. f38d100 ucc_geth: Fix sneaky merge conflict regarding bus_id by Andy Fleming · 16 years ago
  60. 9a64388d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  61. 56626f3 [POWERPC] QE: UCC nodes cleanup by Anton Vorontsov · 16 years ago
  62. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 16 years ago
  63. 3d137fd ucc_geth: fix non-functional fixed phy support by Joakim Tjernlund · 16 years ago
  64. ffea31e ucc_geth: use correct thread number for 10/100Mbps link by Joakim Tjernlund · 17 years ago
  65. 26d29ea ucc_geth: add support for netpoll by Anton Vorontsov · 17 years ago
  66. 80a9fad ucc_geth: fix module removal by Anton Vorontsov · 17 years ago
  67. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  68. 28fc1f5 [netdrvr] irq handler minor cleanups in several drivers by Jeff Garzik · 17 years ago
  69. c2a7dcad Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  70. 4b8fdef ucc_geth: minor whitespace fix by Andrew Morton · 17 years ago
  71. 9fb1e35 [POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree properties by Timur Tabi · 17 years ago
  72. bd0ceaa ucc_geth: handle passing of RX-only and TX-only internal delay PHY connection type parameters by Kim Phillips · 17 years ago
  73. 9030b3d Fix ethernet multicast for ucc_geth. by Joakim Tjernlund · 17 years ago
  74. 06efcad Eliminate pointless casts from void* in a few driver irq handlers. by Jeff Garzik · 17 years ago
  75. 88a15f2 ucc_geth: Fix build break introduced by commit 09f75cd7bf13720738e6a196cc0107ce9a5bd5a0 by Emil Medve · 17 years ago
  76. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  77. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  78. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  79. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  80. 6b0b594 [POWERPC] qe: miscellaneous code improvements and fixes to the QE library by Timur Tabi · 17 years ago
  81. 6227033 ucc_geth: fix compilation by Anton Vorontsov · 17 years ago
  82. 890de95 ucc_geth: add support to netif message level by Li Yang · 17 years ago
  83. ac42185 ucc_geth: add ethtool support by Li Yang · 17 years ago
  84. c6f5047 QE Ethernet driver writes to wrong register to mask interrupts by Timur Tabi · 17 years ago
  85. 66bd23f ucc_geth:trivial fix by Li Yang · 17 years ago
  86. 4e19b5c ucc_geth: eliminate max-speed, change interface-type to phy-connection-type by Kim Phillips · 17 years ago
  87. 4c35630 [POWERPC] Change rheap functions to use ulongs instead of pointers by Timur Tabi · 17 years ago
  88. 40cd3a4 [POWERPC] Rename get_property to of_get_property: drivers by Stephen Rothwell · 17 years ago
  89. c2bcf00 ucc_geth: version 1.1 by Kim Phillips · 17 years ago
  90. 3a8205e ucc_geth: fixes for ucc_geth_memclean by Nicu Ioan Petru · 17 years ago
  91. d5b9049 ucc_geth: Implement Transmit on Demand support by Michael Reiss · 17 years ago
  92. 7563907 ucc_geth: Fix interrupt coalescing size and alignment by Michael Barkowski · 17 years ago
  93. 702ff12 ucc_geth: NAPI-related bug fixes by Michael Reiss · 17 years ago
  94. 728de4c9 ucc_geth: migrate ucc_geth to phylib by Kim Phillips · 17 years ago
  95. 6f6881b Revert "ucc_geth: returns NETDEV_TX_BUSY when BD ring is full" by Li Yang · 17 years ago
  96. 18babd3 ucc_geth: returns NETDEV_TX_BUSY when BD ring is full by Li Yang · 18 years ago
  97. a394f01 ucc_geth: Fix BD processing by Li Yang · 18 years ago
  98. e9eb70c ucc_geth: use of_get_mac_address() by Timur Tabi · 18 years ago
  99. 38515e9 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups by Thomas Gleixner · 18 years ago
  100. 9b4c7a4 ucc_geth: Add support to local-mac-address property by Li Yang · 18 years ago