1. db176ed ucc_geth: fix for RX skb buffers recycling by Sergey Matyukevich · 14 years ago
  2. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  3. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  4. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  5. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  6. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  7. 2381a55 net/various: remove trailing space in messages by Frans Pop · 14 years ago
  8. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  9. 567ec87 net: convert multiple drivers to use netdev_for_each_mc_addr, part6 by Jiri Pirko · 15 years ago
  10. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  11. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  12. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  13. 81abb43 ucc_geth: update the tbi-phy setting by Liu Yu-B13201 · 15 years ago
  14. 3469242 ucc_geth: Fix full TX queue processing by Jiajun Wu · 15 years ago
  15. 29fb00e ucc_geth: Fix netdev watchdog triggering on suspend by Anton Vorontsov · 15 years ago
  16. 08fafd8 ucc_geth: Don't needlessly change MAC settings in adjust_link() by Anton Vorontsov · 15 years ago
  17. 08b5e1c ucc_geth: Fix netdev watchdog triggering on link changes by Anton Vorontsov · 15 years ago
  18. 7583605 ucc_geth: Fix empty TX queue processing by Anton Vorontsov · 15 years ago
  19. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  20. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  21. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  22. 864fdf8 ucc_geth: Fix hangs after switching from full to half duplex by Anton Vorontsov · 15 years ago
  23. 7de8ee7 ucc_geth: Rearrange some code to avoid forward declarations by Anton Vorontsov · 15 years ago
  24. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  25. 2394905 ucc_geth: Implement suspend/resume and Wake-On-LAN support by Anton Vorontsov · 15 years ago
  26. bf5aec2 ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and code by Anton Vorontsov · 15 years ago
  27. 54b1598 ucc_geth: Factor out MAC initialization steps into a call by Anton Vorontsov · 15 years ago
  28. 22580f8 drivers/net: fixed drivers that support netpoll use ndo_start_xmit() by Dongdong Deng · 15 years ago
  29. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  30. 3104a6f ucc_geth: Revive fixed link support by Anton Vorontsov · 15 years ago
  31. 50f238f ucc_geth: Add support for skb recycling by Anton Vorontsov · 15 years ago
  32. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  33. d2aa455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  34. fb1001f net/ucc_geth: Add SGMII support for UCC GETH driver by Haiying Wang · 15 years ago
  35. f3a3250 Revert "net/ucc_geth: Add SGMII support for UEC GETH driver" by Grant Likely · 15 years ago
  36. 2ed0e21b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  37. 047584c net/ucc_geth: Add SGMII support for UEC GETH driver by Haiying Wang · 15 years ago
  38. 3d6593e net/ucc_geth: allow to set mac address on running device by Kevin Hao · 15 years ago
  39. 674e4f9 net/ucc_geth: Assign six threads to Rx for UEC by Haiying Wang · 15 years ago
  40. 345f842 net/ucc_geth: update riscTx and riscRx in ucc_geth by Haiying Wang · 15 years ago
  41. 8555a59 net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property. by Grant Likely · 15 years ago
  42. 0b9da33 net: Rework ucc_geth driver to use of_mdio infrastructure by Grant Likely · 15 years ago
  43. 5802b140 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  44. cef309c ucc_geth.c: Fix upsmr setting in RMII mode by Heiko Schocher · 15 years ago
  45. 0cededf ucc_geth: Move freeing of TX packets to NAPI context by Joakim Tjernlund · 15 years ago
  46. da1aa63 ucc_geth: Pass proper device to DMA routines, otherwise oops happens by Anton Vorontsov · 15 years ago
  47. 530e2eb ucc_geth: Remove unused header by Kumar Gala · 15 years ago
  48. 129dd96 ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe(). by David S. Miller · 15 years ago
  49. 7967590 ucc_geth: Fix three oopses in PHY {de,}initialization code by Anton Vorontsov · 15 years ago
  50. a9dbae7 ucc_geth: Convert to net_device_ops by Joakim Tjernlund · 15 years ago
  51. bb4f92b ucc_geth: Fix build breakage caused by a merge by Anton Vorontsov · 15 years ago
  52. 039a6f6 ucc_geth: Fix merge error. by David S. Miller · 15 years ago
  53. 8be7cdc Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  54. 61fa9dc ucc_geth: Fix oops when using fixed-link support by Anton Vorontsov · 15 years ago
  55. 1577ece netdev: Merge UCC and gianfar MDIO bus drivers by Andy Fleming · 16 years ago
  56. 05bee47 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  57. b1c4a9dd ucc_geth: Change uec phy id to the same format as gianfar's by Haiying Wang · 16 years ago
  58. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  59. 3bc5342 ucc_geth: use correct UCCE macros by Timur Tabi · 16 years ago
  60. fdb614c ucc_geth: Eliminate the need for forward references by Anton Vorontsov · 16 years ago
  61. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  62. 221b3d6 ucc_geth: Remove UGETH_FILTERING dead code by Anton Vorontsov · 16 years ago
  63. 3e73fc9 ucc_geth: Fix IO memory (un)mapping code by Anton Vorontsov · 16 years ago
  64. ba57469 ucc_geth: Cleanup repetitive ucc_geth_memclean() calls by Anton Vorontsov · 16 years ago
  65. 67c2fb8 ucc_geth: Fix IRQ freeing code in ucc_geth_open() by Anton Vorontsov · 16 years ago
  66. 1762a29 ucc_geth: Fix TX watchdog timeout handling by Anton Vorontsov · 16 years ago
  67. b3431c6 ucc_geth: Fix endless loop in stop_{tx,rx} routines by Anton Vorontsov · 16 years ago
  68. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  69. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  70. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  71. ebbdbd7 ucc_geth: do not touch net queue in adjust_link phylib callback by Anton Vorontsov · 16 years ago
  72. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  73. 263ba32 netdev: Convert all drivers away from netif_schedule(). by David S. Miller · 16 years ago
  74. 1a342d2 ucc_geth: delete non NAPI code from the driver. by Francois Romieu · 16 years ago
  75. 55b6c8e drivers/net: Use linux/of_{device,platform}.h instead of asm by Stephen Rothwell · 16 years ago
  76. 7f80202 ucc_geth: Fix arguments to dma map/unmap functions by Andy Fleming · 16 years ago
  77. e410553 ucc_geth: Don't use RX clock as TX clock. by Joakim Tjernlund · 16 years ago
  78. 6fee40e ucc_geth: Fix a bunch of sparse warnings by Andy Fleming · 16 years ago
  79. 2e561c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  80. f38d100 ucc_geth: Fix sneaky merge conflict regarding bus_id by Andy Fleming · 16 years ago
  81. 9a64388d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  82. 56626f3 [POWERPC] QE: UCC nodes cleanup by Anton Vorontsov · 16 years ago
  83. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 16 years ago
  84. 3d137fd ucc_geth: fix non-functional fixed phy support by Joakim Tjernlund · 16 years ago
  85. ffea31e ucc_geth: use correct thread number for 10/100Mbps link by Joakim Tjernlund · 16 years ago
  86. 26d29ea ucc_geth: add support for netpoll by Anton Vorontsov · 17 years ago
  87. 80a9fad ucc_geth: fix module removal by Anton Vorontsov · 17 years ago
  88. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  89. 28fc1f5 [netdrvr] irq handler minor cleanups in several drivers by Jeff Garzik · 17 years ago
  90. c2a7dcad Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  91. 4b8fdef ucc_geth: minor whitespace fix by Andrew Morton · 17 years ago
  92. 9fb1e35 [POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree properties by Timur Tabi · 17 years ago
  93. bd0ceaa ucc_geth: handle passing of RX-only and TX-only internal delay PHY connection type parameters by Kim Phillips · 17 years ago
  94. 9030b3d Fix ethernet multicast for ucc_geth. by Joakim Tjernlund · 17 years ago
  95. 06efcad Eliminate pointless casts from void* in a few driver irq handlers. by Jeff Garzik · 17 years ago
  96. 88a15f2 ucc_geth: Fix build break introduced by commit 09f75cd7bf13720738e6a196cc0107ce9a5bd5a0 by Emil Medve · 17 years ago
  97. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  98. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  99. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  100. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago