1. 1aa65f4 e1000: Use time_after() for time comparison by Manuel Schölling · 11 years ago
  2. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  3. ede23fa8 drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent by Joe Perches · 12 years ago
  4. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  5. d6b057b5 e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_rings by Christoph Paasch · 12 years ago
  6. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 12 years ago
  7. 6cfbd97 e1000: fix whitespace issues and multi-line comments by Jeff Kirsher · 13 years ago
  8. d755814 treewide: fix typo of "suppport" in various comments by Masanari Iida · 13 years ago
  9. c819bbd5 e1000: configure and read MDI settings by Jesse Brandeburg · 13 years ago
  10. e10df2c e1000: advertise transmit time stamping by Richard Cochran · 13 years ago
  11. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 14 years ago
  12. 612a94d Sweep the last of the active .get_drvinfo floors under ethernet/ by Rick Jones · 14 years ago
  13. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 14 years ago
  14. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/e1000/e1000_ethtool.c]
  15. 945a515 intel drivers: repair missing flush operations by Jesse Brandeburg · 14 years ago
  16. e97d320 e1000: convert to ndo_fix_features by Michał Mirosław · 14 years ago
  17. 6435909 e1000: convert to set_phys_id by Jeff Kirsher · 14 years ago
  18. 14ad251 net/igb/e1000/e1000e: more robust ethtool duplex/speed configuration by David Decotigny · 14 years ago
  19. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
  20. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 14 years ago
  21. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  22. feb8f47 e1000: use netif_<level> instead of netdev_<level> by Emil Tantilov · 15 years ago
  23. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  24. eab2abf e1000/e1000e: implement a simple interrupt moderation by Jesse Brandeburg · 15 years ago
  25. 675ad47 e1000: Use netdev_<level>, pr_<level> and dev_<level> by Emil Tantilov · 15 years ago
  26. b16f53b e1000: use DMA API instead of PCI DMA functions by Nick Nunley · 15 years ago
  27. b548192 e1000: Report link status in ethtool when interface is down by Nick Nunley · 16 years ago
  28. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 16 years ago
  29. 8328c38 e1000: Fix erroneous display of stats by ethtool -S by Ajit Khaparde · 16 years ago
  30. 5fe31de e1000: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 16 years ago
  31. be0f071 e1000: test link state conclusively by Jesse Brandeburg · 16 years ago
  32. 1532ece e1000: drop dead pcie code from e1000 by Jesse Brandeburg · 16 years ago
  33. 94c9e5a e1000: allow ethtool coalesece to adjust interrupts per second by Jesse Brandeburg · 16 years ago
  34. de12648 e1000: Use device_set_wakeup_enable by \"Rafael J. Wysocki\ · 17 years ago
  35. c7be73b e1000: Move assignments in tests before test by Joe Perches · 17 years ago
  36. e982f17 e1000: Remove spaces after casts and function names by Joe Perches · 17 years ago
  37. c03e83b e1000: Move extern function definitions to e1000.h by Joe Perches · 17 years ago
  38. 1dc3291 e1000: Use hw, er32, and ew32 by Joe Perches · 17 years ago
  39. 6479884 e1000: neaten function declarations by Joe Perches · 17 years ago
  40. 581abbc e1000: only enable TSO6 via ethtool when using correct hardware by Andy Gospodarek · 17 years ago
  41. 406874a e1000: convert uint16_t style integers to u16 by Joe Perches · 17 years ago
  42. c3033b0 e1000: Convert boolean_t to bool by Joe Perches · 17 years ago
  43. 030ed68 replace code with FIELD_SIZEOF by Julia Lawall · 18 years ago
  44. cba0516 [netdrvr] checkpatch cleanups by Jeff Garzik · 18 years ago
  45. 7e64300 [E1000]: Convert regtest macro's to functions by Joe Perches · 18 years ago
  46. 4c3616c netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN by Alejandro Martinez Ruiz · 18 years ago
  47. c32bc6e e1000: fix memcpy in e1000_get_strings by Roel Kluin · 18 years ago
  48. abec42a e1000: sparse warnings fixes by Stephen Hemminger · 18 years ago
  49. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 18 years ago
  50. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 18 years ago
  51. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 18 years ago
  52. f4ec7f9 e1000: Add device IDs of blade version of the 82571 quad port by Auke Kok · 18 years ago
  53. ce57a02 e1000: Add device IDs of new 82571 board variants by Auke Kok · 18 years ago
  54. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 18 years ago
  55. 9099cfb e1000: ROUND_UP macro cleanup in drivers/net/e1000 by Milind Arun Choudhary · 18 years ago
  56. 1c7e5b1 e1000: Use kcalloc() by Yan Burman · 18 years ago
  57. c38db30 e1000: Use ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 18 years ago
  58. ca6efb7 e1000: allow ethtool to see link status when down by Kok, Auke · 18 years ago
  59. 1d39ed5 remove NETIF_F_TSO ifdefery by Arjan van de Ven · 19 years ago
  60. 15e376b e1000: 3 new driver stats for managability testing by Jeff Garzik · 19 years ago
  61. fcfb122 e1000: add queue restart counter by Jesse Brandeburg · 19 years ago
  62. fc2307d e1000: New hardware support by Auke Kok · 19 years ago
  63. 87ca4e5 e1000: FIX: enable hw TSO for IPV6 by Auke Kok · 19 years ago
  64. 90fb513 e1000: whitespace changes, comments, typos by Auke Kok · 19 years ago
  65. dc1f71f e1000: FIX: 82542 doesn't support WoL by Auke Kok · 19 years ago
  66. 4ccc12a e1000: FIX: don't poke at manageability registers for incompatible adapters by Jesse Brandeburg · 19 years ago
  67. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 19 years ago
  68. 793fab72 e1000: possible memory leak in e1000_set_ringparam by Vasily Averin · 19 years ago
  69. 1314bbf e1000: driver state fixes (race fix) by Auke Kok · 19 years ago
  70. 2f2ca26 e1000: allow ethtool to pass arbitrary speed advertisment by Jeff Kirsher · 19 years ago
  71. 4955985 e1000: add multicast stats counters by Mitch Williams · 19 years ago
  72. 3557476 e1000: remove unused code and make symbols static by Nicholas Nunley · 19 years ago
  73. 11241b1 e1000: rename flow control symbols by Jeff Kirsher · 19 years ago
  74. 0abb6eb e100, e1000, ixgb: update copyright header and remove LICENSE by Auke Kok · 19 years ago
  75. f8ec473 e1000, ixgb: Remove pointless wrappers by Jeff Garzik · 19 years ago
  76. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 19 years ago
  77. 5881cde e1000: Add PCI ID 0x10a4 for our new 4-port PCI-Express device by Jesse Brandeburg · 19 years ago
  78. 120cd57 e1000: unify WoL capability detection code by Jesse Brandeburg · 19 years ago
  79. 8fc897b e1000: Whitespace cleanup, cosmetic changes by Auke Kok · 19 years ago
  80. 1a821ca e1000: explicit locking for two ethtool path functions by Jesse Brandeburg · 19 years ago
  81. d658266 e1000: Explicitly power up the PHY during loopback testing. by Jesse Brandeburg · 19 years ago
  82. c0bc872 Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 into upstream by Jeff Garzik · 19 years ago
  83. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  84. cd94dd0 e1000: integrate ich8 support into driver by Auke Kok · 19 years ago
  85. f1b3a85 e1000: fix adapter led blinking inconsistency by Auke Kok · 19 years ago
  86. 2db10a0 e1000: rework driver hardware reset locking by Auke Kok · 19 years ago
  87. acfbc9f e1000: fix loopback ethtool test by Auke Kok · 19 years ago
  88. bcd618e Merge branch 'upstream-fixes' into upstream by Jeff Garzik · 19 years ago
  89. b9b6e78 e1000: fix ethtool test irq alloc as "probe" by Auke Kok · 19 years ago
  90. 76c224b e1000: remove leading and trailing whitespace. by Auke Kok · 19 years ago
  91. 3d41e30 e1000: Version bump, contact fix, year string change by Auke Kok · 19 years ago
  92. 30dcbf2 [PATCH] drivers/net/e1000/: proper prototypes by Adrian Bunk · 19 years ago
  93. 8704163 e1000: Fixed the following issues with ESB2 (requires ESB2 support): by Jeff Kirsher · 19 years ago
  94. 6418ecc e1000: Add support for new hardware (ESB2) by Jeff Kirsher · 19 years ago
  95. 7e6c986 e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced at 100Mb/s by Jeff Kirsher · 19 years ago
  96. 8491682 e1000: Fix Quadport Wake on LAN by Jeff Kirsher · 19 years ago
  97. 0989aa4 e1000: Fix lock up while setting ring parameters by Jeff Kirsher · 19 years ago
  98. 9f644d5 e1000: Fix dead counters by Jeff Kirsher · 19 years ago
  99. c1605eb e1000: Remove Multiqueue code until we have support for MSI-X in our hardware by Jeff Kirsher · 19 years ago
  100. 96838a4 [PATCH] e1000: Fix whitespace by Jesse Brandeburg · 20 years ago