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