1. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  2. f4ec7f9 e1000: Add device IDs of blade version of the 82571 quad port by Auke Kok · 17 years ago
  3. ce57a02 e1000: Add device IDs of new 82571 board variants by Auke Kok · 17 years ago
  4. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  5. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  6. 416b5d1 e1000: disable polling before registering netdevice by Auke Kok · 17 years ago
  7. 4731305 e1000: restore netif_poll_enable call but make sure IRQs are off by Herbert Xu · 17 years ago
  8. 3e1657c e1000: Don't enable polling in open() (was: e1000: assertion hit in e1000_clean(), kernel 2.6.21.1) by Auke Kok · 17 years ago
  9. e94bd23 e1000: Fix msi enable leak on error, don't print error message, cleanup by Auke Kok · 17 years ago
  10. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 17 years ago
  11. d9ef8b9 e1000: use flush_work_keventd() by Andrew Morton · 17 years ago
  12. 9099cfb e1000: ROUND_UP macro cleanup in drivers/net/e1000 by Milind Arun Choudhary · 17 years ago
  13. 1c7e5b1 e1000: Use kcalloc() by Yan Burman · 17 years ago
  14. c38db30 e1000: Use ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 17 years ago
  15. 56e1393 user of the jiffies rounding code: e1000 by Arjan van de Ven · 17 years ago
  16. c58b8e4 Merge branch 'e1000-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  17. f50393f e1000: FIX: Stop raw interrupts disabled nag from RT by Mark Huth · 17 years ago
  18. 31d7644 e1000: FIX: firmware handover bits by Bruce Allan · 17 years ago
  19. e0aac5a e1000: FIX: be ready for incoming irq at pci_request_irq by Auke Kok · 17 years ago
  20. 628592c [NETDRV]: Perform missing csum_offset conversions by Herbert Xu · 17 years ago
  21. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  22. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  23. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  24. ab6a5bb [TCP]: Introduce tcp_hdrlen() and tcp_optlen() by Arnaldo Carvalho de Melo · 17 years ago
  25. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  26. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  27. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  28. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  29. 46fcc86 Revert "e1000: fix NAPI performance on 4-port adapters" by Linus Torvalds · 17 years ago
  30. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 17 years ago
  31. b5bf28c Revert "e1000: fix shared interrupt warning message" by Linus Torvalds · 17 years ago
  32. 874ff01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  33. ca6efb7 e1000: allow ethtool to see link status when down by Kok, Auke · 17 years ago
  34. 1d33e9c e1000: remove obsolete custom pci_save_state code by Kok, Auke · 17 years ago
  35. d2ed163 e1000: fix shared interrupt warning message by Kok, Auke · 17 years ago
  36. d08df60 Various typo fixes. by Robert P. J. Day · 17 years ago
  37. 78149df Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  38. 81b1955 PCI: Use newly defined PCI channel offline routine by Linas Vepstas · 18 years ago
  39. 1d39ed5 remove NETIF_F_TSO ifdefery by Arjan van de Ven · 18 years ago
  40. 7e72157 e1000: update version to 7.3.20-k2 by Auke Kok · 18 years ago
  41. 7753b17 e1000: tune our dynamic itr transmit packet accounting by Jesse Brandeburg · 18 years ago
  42. f6c57ba e1000: clear ip csum info from context descriptor by Bruce Allan · 18 years ago
  43. 9669f53 e1000: display flow control of link status at link up by Auke Kok · 18 years ago
  44. 60cba20 e1000: fix NAPI performance on 4-port adapters by Jesse Brandeburg · 18 years ago
  45. b5fc8f0 e1000: Fix MSI only interrupt handler routine by Jesse Brandeburg · 18 years ago
  46. bf3cea4 e1000: clean up debug output defines by Auke Kok · 18 years ago
  47. 9990fa3 e1000: simplify case handling gigabit at half duplex by Jesse Brandeburg · 18 years ago
  48. e633117 Revert "[PATCH] e1000: disable TSO on the 82544 with slab debugging" by Jeff Garzik · 18 years ago
  49. 683a2aa e1000: Do not truncate TSO TCP header with 82544 workaround by Herbert Xu · 18 years ago
  50. 79f3d39 [PATCH] e1000: No-delay link detection at interface up by Jesse Brandeburg · 18 years ago
  51. 15e376b e1000: 3 new driver stats for managability testing by Jeff Garzik · 18 years ago
  52. 1f75386 [PATCH] e1000: Make the copybreak value a module parameter by Jesse Brandeburg · 18 years ago
  53. 018ea44 [PATCH] e1000: Fix PBA allocation calculations by Bruce Allan · 18 years ago
  54. d89b6c6 [PATCH] e1000: narrow down the scope of the tipg timer tweak by Jesse Brandeburg · 18 years ago
  55. c3813ae [PATCH] e1000: fix ethtool reported bus type for older adapters by Jeff Kirsher · 18 years ago
  56. 83cd827 [PATCH] e1000: fix to set the new max frame size before resetting the adapter by Bruce Allan · 18 years ago
  57. bb8e331 e1000: workaround for the ESB2 NIC RX unit issue by Jeff Garzik · 18 years ago
  58. 72f3ab7 [PATCH] e1000: disable TSO on the 82544 with slab debugging by Jesse Brandeburg · 18 years ago
  59. 3d5460a [PATCH] e1000: Fix Wake-on-Lan with forced gigabit speed by Jesse Brandeburg · 18 years ago
  60. 0fccd0e e1000: consolidate managability enabling/disabling by Jeff Garzik · 18 years ago
  61. 167fb28 e1000: omit stats for broken counter in 82543 by Jeff Garzik · 18 years ago
  62. bd2371e e1000: For sanity, reformat e1000_set_mac_type(), struct e1000_hw[_stats] by Jeff Garzik · 18 years ago
  63. 2b65326 [PATCH] e1000: dynamic itr: take TSO and jumbo into account by Jesse Brandeburg · 18 years ago
  64. 7d16e65 [PATCH] e1000: The user-supplied itr setting needs the lower 2 bits masked off by Jesse Brandeburg · 18 years ago
  65. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  66. ff1dcad [NET]: Split skb->csum by Al Viro · 18 years ago
  67. d0bb53e e1000 linkage fix by Andrew Morton · 18 years ago
  68. 25006ac e1000: increment version to 7.3.15-k2 by Auke Kok · 18 years ago
  69. 835bb12 e1000: add dynamic itr modes by Jesse Brandeburg · 18 years ago
  70. 9ac9828 e1000: add dynamic generic MSI interrupt routine by Jesse Brandeburg · 18 years ago
  71. 04fedbf e1000: reorder e1000_param.c by Auke Kok · 18 years ago
  72. 6a042da e1000: Only set IDE for tx when we are using TIDV/TADV by Jesse Brandeburg · 18 years ago
  73. 2df7d59 e1000: rename ICH8 flash macros by Jeff Kirsher · 18 years ago
  74. fcfb122 e1000: add queue restart counter by Jesse Brandeburg · 18 years ago
  75. fc2307d e1000: New hardware support by Auke Kok · 18 years ago
  76. a9ebadd e1000: Remove unneeded and unwanted memsets by Jesse Brandeburg · 18 years ago
  77. 996695d e1000: simplify skb_put call. by Auke Kok · 18 years ago
  78. 2bc35c1 e1000: reorder pci-e infor struct by Jeff Kirsher · 18 years ago
  79. 070f6ff e1000: fix VR powerdown code by Jeff Kirsher · 18 years ago
  80. 2ce9047 e1000: add mmiowb() for IA64 to sync tail writes by Jesse Brandeburg · 18 years ago
  81. 21c4d5e e1000: Enble early receive (ERT) on 82573 by Auke Kok · 18 years ago
  82. 87ca4e5 e1000: FIX: enable hw TSO for IPV6 by Auke Kok · 18 years ago
  83. b00dae7 e1000: Remove DISABLE_MULR debug code by Auke Kok · 18 years ago
  84. 90fb513 e1000: whitespace changes, comments, typos by Auke Kok · 18 years ago
  85. 0779bf2 Fix misc .c/.h comment typos by Matt LaPlante · 18 years ago
  86. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  87. edd106f [PATCH] e1000: Fix regression: garbled stats and irq allocation during swsusp by Auke Kok · 18 years ago
  88. ff1e55b07 e1000: Increment version to 7.2.9-k4 by Auke Kok · 18 years ago
  89. d2a1e21 e1000: FIX: move length adjustment due to crc stripping disabled. by Jesse Brandeburg · 18 years ago
  90. 032fe6e e1000: FIX: Don't limit descriptor size to 4kb for PCI-E adapters by Jesse Brandeburg · 18 years ago
  91. e64d7d0 e1000: FIX: Disable Packet Split for non jumbo frames by Jesse Brandeburg · 18 years ago
  92. 225a5db e1000: FIX: fix wrong txdctl threshold bitmasks by Bruce Allan · 18 years ago
  93. dc1f71f e1000: FIX: 82542 doesn't support WoL by Auke Kok · 18 years ago
  94. 4ccc12a e1000: FIX: don't poke at manageability registers for incompatible adapters by Jesse Brandeburg · 18 years ago
  95. 7347b03 [PATCH] e1000: Reset all functions after a PCI error by Linas Vepstas · 18 years ago
  96. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  97. 76ddb3f e100, e1000, ixgb: increment version numbers by Auke Kok · 18 years ago
  98. 793fab72 e1000: possible memory leak in e1000_set_ringparam by Vasily Averin · 18 years ago
  99. dbf38c9 e1000: Janitor: Use #defined values for literals by Linas Vepstas · 18 years ago
  100. 4666560 e1000: don't strip vlan ID if 8021q claims it by Bruce Allan · 18 years ago