1. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  2. 9425276 drivers/net: fix build warnings with CONFIG_PM_SLEEP disabled by Michel Lespinasse · 13 years ago
  3. 0d672e9 drivers/net: Call netif_carrier_off at the end of the probe by Ivan Vecera · 13 years ago
  4. dba5a68 forcedeth: Do not use legacy PCI power management by Rafael J. Wysocki · 14 years ago
  5. c20ec76 forcedeth: Use netdev_dbg for printk(KERN_DEBUG by Joe Perches · 14 years ago
  6. ef46ffb forcedeth: Remove netdev_dbg uses by Joe Perches · 14 years ago
  7. b2ba08e forcedeth: Convert dev_printk(<level> to dev_<level>( by Joe Perches · 14 years ago
  8. cd66328 forcedeth: Separate vendor specific initializations into functions by Joe Perches · 14 years ago
  9. c41d41e forcedeth: Add function init_realtek_8211b by Joe Perches · 14 years ago
  10. 1d397f3 forcedeth: Convert pr_<level> to netdev_<level> by Joe Perches · 14 years ago
  11. 294a554 forcedeth: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  12. f52dafc forcedeth: Convert remaining dprintk to netdev_dbg by Joe Perches · 14 years ago
  13. e649985 forcedeth: Use print_hex_dump by Joe Perches · 14 years ago
  14. 6b80858 forcedeth: convert dprintk(KERN_DEBUG to netdev_dbg by Joe Perches · 14 years ago
  15. 344d0dc forcedeth: Change reg_delay arguments and use by Joe Perches · 14 years ago
  16. de855b9 forcedeth: use usleep_range not msleep for small sleeps by Szymon Janc · 14 years ago
  17. 34cf97e forcedeth: do not use assignment in if conditions by Szymon Janc · 14 years ago
  18. 5504e13 forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> and <asm/uaccess.h> as suggested by checkpatch by Szymon Janc · 14 years ago
  19. 9b03b06 forcedeth: remove unnecessary checks before kfree by Szymon Janc · 14 years ago
  20. 78aea4f forcedeth: fix multiple code style issues by Szymon Janc · 14 years ago
  21. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  22. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  23. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  24. 7b5e078 forcedeth: Fix different hardware statistics versions. by Mike Ditto · 14 years ago
  25. 217d32d forcedeth: correct valid flag by Julia Lawall · 14 years ago
  26. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  27. d951f72 forcedeth: Account for consumed budget in napi poll by Tom Herbert · 14 years ago
  28. 0a12761 forcedeth: Kill NAPI config options. by David S. Miller · 14 years ago
  29. 53f224c forcedeth: GRO support by Tom Herbert · 14 years ago
  30. 81a2e36 forcedeth: Stay in NAPI as long as there's work by stephen hemminger · 14 years ago
  31. e743d31 drivers: net: use skb_headlen() by Eric Dumazet · 14 years ago
  32. dad1e54 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  33. 5c65932 forcedeth: fix tx limit2 flag check by Ayaz Abdulla · 14 years ago
  34. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  35. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  36. 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
  37. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 14 years ago
  38. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  39. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  40. 486bfe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  41. 655a659 forcedeth: mac address fix by Stanislav O. Bezzubtsev · 15 years ago
  42. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  43. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  44. 78c29bd forcedeth: Fix NAPI race. by Eric Dumazet · 15 years ago
  45. 73a3707 forcedeth: fix dma api mismatches by Eric Dumazet · 15 years ago
  46. 3df81c4 forcedeth: addition of new mcp89 device id by Ayaz Abdulla · 15 years ago
  47. 3c2e1c1 forcedeth: remove device id macros by Ayaz Abdulla · 15 years ago
  48. b2f8f75 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  49. 5a9a8e3 forcedeth: add phy_power_down parameter, leave phy powered up by default (v2) by Ed Swierk · 15 years ago
  50. 88d7d8b forcedeth: add clock gating feature <resend> by Ayaz Abdulla · 15 years ago
  51. 8f955d7 forcedeth: tx timeout fix by Ayaz Abdulla · 15 years ago
  52. 6c2da9c forcedeth: Use napi_complete() not __napi_complete(). by David S. Miller · 15 years ago
  53. 6afd142 dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39) by Yang Hongyang · 15 years ago
  54. 35a7433 forcedeth: Fix resume from hibernation regression. by Ed Swierk · 15 years ago
  55. 3e1a3ce forcedeth: version bump to 64 by Ayaz Abdulla · 15 years ago
  56. 1b2bb76 forcedeth: fix irq clearing and napi spin lock changes by Ayaz Abdulla · 15 years ago
  57. 6cef67a forcedeth: performance changes by Ayaz Abdulla · 15 years ago
  58. 4145ade forcedeth: add interrupt moderation logic by Ayaz Abdulla · 15 years ago
  59. b67874a forcedeth: remove isr processing loop by Ayaz Abdulla · 15 years ago
  60. 9e18476 forcedeth: add new optimization mode by Ayaz Abdulla · 15 years ago
  61. f27e6f3 forcedeth: napi - handle all processing by Ayaz Abdulla · 15 years ago
  62. 33912e7 forcedeth: add/modify tx done with limit by Ayaz Abdulla · 15 years ago
  63. 2daac3e forcedeth: remove overhead by Ayaz Abdulla · 15 years ago
  64. 582806b forcedeth: save irq events for napi processing by Ayaz Abdulla · 15 years ago
  65. d41c628 forcedeth: remove msix + napi by Ayaz Abdulla · 15 years ago
  66. 08d9357 forcedeth: fix missing napi enable/disable calls by Ayaz Abdulla · 15 years ago
  67. 8ed1454 forcedeth: fix stats version feature by Ayaz Abdulla · 15 years ago
  68. 6a64cd6 forcedeth: fix non-constant printk warnings by Stephen Hemminger · 15 years ago
  69. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  70. 34edaa8 net: forcedeth: Fix wake-on-lan regression by Tobias Diedrich · 15 years ago
  71. 2813ddd forcedeth: bump version to 63 by Ayaz Abdulla · 15 years ago
  72. daa91a9 forcedeth: recover error support by Ayaz Abdulla · 15 years ago
  73. c1086cd forcedeth: ethtool tx csum fix by Ayaz Abdulla · 15 years ago
  74. b6e4405 forcedeth: msi interrupt fix by Ayaz Abdulla · 15 years ago
  75. cac1c52 forcedeth: mgmt unit interface by Ayaz Abdulla · 15 years ago
  76. 3948279 forcedeth: enable msix to default by Yinghai Lu · 15 years ago
  77. 033e97b forcedeth: ck804 and mcp55 doesn't need timerirq by Yinghai Lu · 15 years ago
  78. 0335ef5 forcedeth: disable irq at first before schedule rx by Yinghai Lu · 15 years ago
  79. 79d30a5 forcedeth: don't clear nic_poll_irq too early by Yinghai Lu · 15 years ago
  80. ddb213f forcedeth: make msi-x different name for rx-tx by Yinghai Lu · 15 years ago
  81. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  82. eb10a78 forcedeth: napi schedule lock fix by Ayaz Abdulla · 16 years ago
  83. a7ee2f7 forcedeth: remove mgmt unit for mcp79 chipset by Ayaz Abdulla · 16 years ago
  84. f1405d32 forcedeth: version bump and copyright by Ayaz Abdulla · 16 years ago
  85. 001eb84 forcedeth: xmit lock fix by Ayaz Abdulla · 16 years ago
  86. 36994a0 forcedeth: don't poll NV event 36 by Johannes Berg · 16 years ago
  87. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  88. b74ca3a netdevice: Kill netdev->priv by Wang Chen · 16 years ago
  89. cb52deb forcedeth: power down phy when interface is down by Ed Swierk · 16 years ago
  90. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  91. b94426b forcedeth: convert to net_device_ops by Stephen Hemminger · 16 years ago
  92. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  93. dccd547 forcdeth: increase max_interrupt_work by Joe Korty · 16 years ago
  94. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  95. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  96. 1545e20 forcedeth fix: take phy out of reset during power up by Ayaz Abdulla · 16 years ago
  97. f55c21f forcedeth: call restore mac addr in nv_shutdown path by Yinghai Lu · 16 years ago
  98. 3cb5599 forcedeth: fix kexec regression by Rafael J. Wysocki · 16 years ago
  99. edcfe5f forcedeth: fix checksum flag by Ayaz Abdulla · 16 years ago
  100. 9a33e88 forcedeth: add tx pause limit by Ayaz Abdulla · 16 years ago