1. 5c65932 forcedeth: fix tx limit2 flag check by Ayaz Abdulla · 14 years ago
  2. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  3. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 14 years ago
  4. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  5. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  6. 486bfe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  7. 655a659 forcedeth: mac address fix by Stanislav O. Bezzubtsev · 15 years ago
  8. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  9. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  10. 78c29bd forcedeth: Fix NAPI race. by Eric Dumazet · 15 years ago
  11. 73a3707 forcedeth: fix dma api mismatches by Eric Dumazet · 15 years ago
  12. 3df81c4 forcedeth: addition of new mcp89 device id by Ayaz Abdulla · 15 years ago
  13. 3c2e1c1 forcedeth: remove device id macros by Ayaz Abdulla · 15 years ago
  14. b2f8f75 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  15. 5a9a8e3 forcedeth: add phy_power_down parameter, leave phy powered up by default (v2) by Ed Swierk · 15 years ago
  16. 88d7d8b forcedeth: add clock gating feature <resend> by Ayaz Abdulla · 15 years ago
  17. 8f955d7 forcedeth: tx timeout fix by Ayaz Abdulla · 15 years ago
  18. 6c2da9c forcedeth: Use napi_complete() not __napi_complete(). by David S. Miller · 15 years ago
  19. 6afd142 dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39) by Yang Hongyang · 15 years ago
  20. 35a7433 forcedeth: Fix resume from hibernation regression. by Ed Swierk · 15 years ago
  21. 3e1a3ce forcedeth: version bump to 64 by Ayaz Abdulla · 15 years ago
  22. 1b2bb76 forcedeth: fix irq clearing and napi spin lock changes by Ayaz Abdulla · 15 years ago
  23. 6cef67a forcedeth: performance changes by Ayaz Abdulla · 15 years ago
  24. 4145ade forcedeth: add interrupt moderation logic by Ayaz Abdulla · 15 years ago
  25. b67874a forcedeth: remove isr processing loop by Ayaz Abdulla · 15 years ago
  26. 9e18476 forcedeth: add new optimization mode by Ayaz Abdulla · 15 years ago
  27. f27e6f3 forcedeth: napi - handle all processing by Ayaz Abdulla · 15 years ago
  28. 33912e7 forcedeth: add/modify tx done with limit by Ayaz Abdulla · 15 years ago
  29. 2daac3e forcedeth: remove overhead by Ayaz Abdulla · 15 years ago
  30. 582806b forcedeth: save irq events for napi processing by Ayaz Abdulla · 15 years ago
  31. d41c628 forcedeth: remove msix + napi by Ayaz Abdulla · 15 years ago
  32. 08d9357 forcedeth: fix missing napi enable/disable calls by Ayaz Abdulla · 15 years ago
  33. 8ed1454 forcedeth: fix stats version feature by Ayaz Abdulla · 15 years ago
  34. 6a64cd6 forcedeth: fix non-constant printk warnings by Stephen Hemminger · 15 years ago
  35. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  36. 34edaa8 net: forcedeth: Fix wake-on-lan regression by Tobias Diedrich · 15 years ago
  37. 2813ddd forcedeth: bump version to 63 by Ayaz Abdulla · 16 years ago
  38. daa91a9 forcedeth: recover error support by Ayaz Abdulla · 16 years ago
  39. c1086cd forcedeth: ethtool tx csum fix by Ayaz Abdulla · 16 years ago
  40. b6e4405 forcedeth: msi interrupt fix by Ayaz Abdulla · 16 years ago
  41. cac1c52 forcedeth: mgmt unit interface by Ayaz Abdulla · 16 years ago
  42. 3948279 forcedeth: enable msix to default by Yinghai Lu · 16 years ago
  43. 033e97b forcedeth: ck804 and mcp55 doesn't need timerirq by Yinghai Lu · 16 years ago
  44. 0335ef5 forcedeth: disable irq at first before schedule rx by Yinghai Lu · 16 years ago
  45. 79d30a5 forcedeth: don't clear nic_poll_irq too early by Yinghai Lu · 16 years ago
  46. ddb213f forcedeth: make msi-x different name for rx-tx by Yinghai Lu · 16 years ago
  47. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  48. eb10a78 forcedeth: napi schedule lock fix by Ayaz Abdulla · 16 years ago
  49. a7ee2f7 forcedeth: remove mgmt unit for mcp79 chipset by Ayaz Abdulla · 16 years ago
  50. f1405d32 forcedeth: version bump and copyright by Ayaz Abdulla · 16 years ago
  51. 001eb84 forcedeth: xmit lock fix by Ayaz Abdulla · 16 years ago
  52. 36994a0 forcedeth: don't poll NV event 36 by Johannes Berg · 16 years ago
  53. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  54. b74ca3a netdevice: Kill netdev->priv by Wang Chen · 16 years ago
  55. cb52deb forcedeth: power down phy when interface is down by Ed Swierk · 16 years ago
  56. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  57. b94426b forcedeth: convert to net_device_ops by Stephen Hemminger · 16 years ago
  58. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  59. dccd547 forcdeth: increase max_interrupt_work by Joe Korty · 16 years ago
  60. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  61. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  62. 1545e20 forcedeth fix: take phy out of reset during power up by Ayaz Abdulla · 16 years ago
  63. f55c21f forcedeth: call restore mac addr in nv_shutdown path by Yinghai Lu · 16 years ago
  64. 3cb5599 forcedeth: fix kexec regression by Rafael J. Wysocki · 16 years ago
  65. edcfe5f forcedeth: fix checksum flag by Ayaz Abdulla · 16 years ago
  66. 9a33e88 forcedeth: add tx pause limit by Ayaz Abdulla · 16 years ago
  67. 0694193 forcedeth: add jumbo frame support for mcp79 by Ayaz Abdulla · 16 years ago
  68. 9c66243 forcedeth: add new tx stat counters by Ayaz Abdulla · 16 years ago
  69. 1ef6841 forcedeth: fix rx error policy by Ayaz Abdulla · 16 years ago
  70. 22ae03a forcedeth bug fix: realtek phy 8211c errata by Ayaz Abdulla · 16 years ago
  71. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  72. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  73. 97bff09 forcedeth: fix lockdep warning on ethtool -s by Tobias Diedrich · 16 years ago
  74. 9a60a82 Fix forcedeth hibernate/wake-on-lan problems by Tobias Diedrich · 16 years ago
  75. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  76. 4db0ee17 forcedeth: msi interrupts by Ayaz Abdulla · 16 years ago
  77. 25d9081 [netdrvr] forcedeth: reorder suspend/resume code by Tobias Diedrich · 16 years ago
  78. 1a1ca86 [netdrvr] forcedeth: save/restore device configuration space by Tobias Diedrich · 16 years ago
  79. f735a2a [netdrvr] forcedeth: setup wake-on-lan before shutting down by Tobias Diedrich · 16 years ago
  80. 40ba182 [netdrvr] forcedeth: Restore multicast settings on resume by Tobias Diedrich · 16 years ago
  81. 9f3f791 forcedeth: realtek phy crossover detection by Ayaz Abdulla · 16 years ago
  82. a433686 forcedeth: new backoff implementation by Ayaz Abdulla · 16 years ago
  83. 36b30ea [netdrvr] forcedeth: internal simplifications; changelog removal by Jeff Garzik · 17 years ago
  84. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  85. a376e79 forcedeth: mac address fix by Ayaz Abdulla · 16 years ago
  86. 30ecce9 fix endian lossage in forcedeth by Al Viro · 16 years ago
  87. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  88. bd6ca63 forcedeth: fix locking bug with netconsole by Ingo Molnar · 16 years ago
  89. bfebbb8 forcedeth: Use round_jiffies for stats timer by Daniel Drake · 16 years ago
  90. 3b446c3 forcedeth: limit tx to 16 by Ayaz Abdulla · 16 years ago
  91. 5289b4c forcedeth: tx pause watermarks by Ayaz Abdulla · 17 years ago
  92. fd9b558 forcedeth: tx collision fix by Ayaz Abdulla · 17 years ago
  93. 4e84f9b forcedeth: preserve registers by Ayaz Abdulla · 17 years ago
  94. eb79842 forcedeth: phy status fix by Ayaz Abdulla · 17 years ago
  95. b2976d2 forcedeth: restart tx/rx by Ayaz Abdulla · 17 years ago
  96. 2b91213 forcedeth: mac address mcp77/79 by Ayaz Abdulla · 17 years ago
  97. bb9a4fd forcedeth: multicast fix by Ayaz Abdulla · 17 years ago
  98. 32fa8b2 forcedeth: tx pause fix by Ayaz Abdulla · 17 years ago
  99. f648d12 forcedeth: updated copyright section by Ayaz Abdulla · 17 years ago
  100. bfaffe8 forcedeth: checksum fix by Ayaz Abdulla · 17 years ago