1. 7f80202 ucc_geth: Fix arguments to dma map/unmap functions by Andy Fleming · 16 years ago
  2. e410553 ucc_geth: Don't use RX clock as TX clock. by Joakim Tjernlund · 16 years ago
  3. 6fee40e ucc_geth: Fix a bunch of sparse warnings by Andy Fleming · 16 years ago
  4. 2e561c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  5. f38d100 ucc_geth: Fix sneaky merge conflict regarding bus_id by Andy Fleming · 16 years ago
  6. 9a64388d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  7. 56626f3 [POWERPC] QE: UCC nodes cleanup by Anton Vorontsov · 16 years ago
  8. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 16 years ago
  9. 3d137fd ucc_geth: fix non-functional fixed phy support by Joakim Tjernlund · 16 years ago
  10. ffea31e ucc_geth: use correct thread number for 10/100Mbps link by Joakim Tjernlund · 16 years ago
  11. 26d29ea ucc_geth: add support for netpoll by Anton Vorontsov · 16 years ago
  12. 80a9fad ucc_geth: fix module removal by Anton Vorontsov · 16 years ago
  13. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 16 years ago
  14. 28fc1f5 [netdrvr] irq handler minor cleanups in several drivers by Jeff Garzik · 17 years ago
  15. c2a7dcad Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  16. 4b8fdef ucc_geth: minor whitespace fix by Andrew Morton · 17 years ago
  17. 9fb1e35 [POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree properties by Timur Tabi · 17 years ago
  18. bd0ceaa ucc_geth: handle passing of RX-only and TX-only internal delay PHY connection type parameters by Kim Phillips · 17 years ago
  19. 9030b3d Fix ethernet multicast for ucc_geth. by Joakim Tjernlund · 17 years ago
  20. 06efcad Eliminate pointless casts from void* in a few driver irq handlers. by Jeff Garzik · 17 years ago
  21. 88a15f2 ucc_geth: Fix build break introduced by commit 09f75cd7bf13720738e6a196cc0107ce9a5bd5a0 by Emil Medve · 17 years ago
  22. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  23. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  24. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  25. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  26. 6b0b594 [POWERPC] qe: miscellaneous code improvements and fixes to the QE library by Timur Tabi · 17 years ago
  27. 6227033 ucc_geth: fix compilation by Anton Vorontsov · 17 years ago
  28. 890de95 ucc_geth: add support to netif message level by Li Yang · 17 years ago
  29. ac42185 ucc_geth: add ethtool support by Li Yang · 17 years ago
  30. c6f5047 QE Ethernet driver writes to wrong register to mask interrupts by Timur Tabi · 17 years ago
  31. 66bd23f ucc_geth:trivial fix by Li Yang · 17 years ago
  32. 4e19b5c ucc_geth: eliminate max-speed, change interface-type to phy-connection-type by Kim Phillips · 17 years ago
  33. 4c35630 [POWERPC] Change rheap functions to use ulongs instead of pointers by Timur Tabi · 17 years ago
  34. 40cd3a4 [POWERPC] Rename get_property to of_get_property: drivers by Stephen Rothwell · 17 years ago
  35. c2bcf00 ucc_geth: version 1.1 by Kim Phillips · 17 years ago
  36. 3a8205e ucc_geth: fixes for ucc_geth_memclean by Nicu Ioan Petru · 17 years ago
  37. d5b9049 ucc_geth: Implement Transmit on Demand support by Michael Reiss · 17 years ago
  38. 7563907 ucc_geth: Fix interrupt coalescing size and alignment by Michael Barkowski · 17 years ago
  39. 702ff12 ucc_geth: NAPI-related bug fixes by Michael Reiss · 17 years ago
  40. 728de4c9 ucc_geth: migrate ucc_geth to phylib by Kim Phillips · 17 years ago
  41. 6f6881b Revert "ucc_geth: returns NETDEV_TX_BUSY when BD ring is full" by Li Yang · 17 years ago
  42. 18babd3 ucc_geth: returns NETDEV_TX_BUSY when BD ring is full by Li Yang · 17 years ago
  43. a394f01 ucc_geth: Fix BD processing by Li Yang · 17 years ago
  44. e9eb70c ucc_geth: use of_get_mac_address() by Timur Tabi · 17 years ago
  45. 38515e9 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups by Thomas Gleixner · 17 years ago
  46. 9b4c7a4 ucc_geth: Add support to local-mac-address property by Li Yang · 17 years ago
  47. a1862a5 ucc_geth: Remove obsolete workaround of link speed change by Li Yang · 17 years ago
  48. 04b588d UCC Ether driver: kmalloc casting cleanups by Ahmed S. Darwish · 17 years ago
  49. df19b6b Update ucc_geth.c for new workqueue structure by Timur Tabi · 17 years ago
  50. 68dc44a [PATCH] ucc_geth: Initialize mdio_lock. by Scott Wood · 18 years ago
  51. 1083cfe [PATCH] ucc_geth: compilation error fixes by Scott Wood · 18 years ago
  52. a4f0c2c [PATCH] Adapt ucc_geth driver to use new of_platform_device support by Kim Phillips · 18 years ago
  53. 18a8e86 [PATCH] ucc_geth: changes to ucc_geth driver as a result of qe_lib changes and bugfixes by Li Yang · 18 years ago
  54. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  55. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  56. d5b2069 [PATCH] Remove more unnecessary driver printk's by Andy Gospodarek · 18 years ago
  57. ce973b1 [PATCH] Freescale QE UCC gigabit ethernet driver by Li Yang · 18 years ago