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