1. 7f99ae63 e1000e: do not disable receiver on 82574/82583 by Bruce Allan · 13 years ago
  2. a3d72d5 e1000e: Add Jumbo Frame support to 82583 devices by Carolyn Wyborny · 13 years ago
  3. dbf80dc e1000e: implement ethtool set_phys_id by Bruce Allan · 13 years ago
  4. 78cd29d e1000e: If ASPM L0s needs to be disabled, do it prior to enabling device by Bruce Allan · 13 years ago
  5. 1bba438 e1000e: convert short duration msleep() to usleep_range() by Bruce Allan · 13 years ago
  6. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  7. af667a2 e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logs by Bruce Allan · 14 years ago
  8. 0d6057e e1000e: update Copyright for 2011 by Bruce Allan · 14 years ago
  9. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  10. 77996d1 e1000e: add custom set_d[0|3]_lplu_state function pointer for 82574 by Bruce Allan · 14 years ago
  11. dd93f95 e1000e: cleanup variables set but not used by Bruce Allan · 14 years ago
  12. d9c76f9 e1000e: 82571 Serdes can fail to get link by Bruce Allan · 14 years ago
  13. ed5c2b0 e1000e: 82574/82583 performance improvement by Bruce Allan · 14 years ago
  14. a82a14f e1000e: 82571-based mezzanine card can fail ethtool link test by Bruce Allan · 14 years ago
  15. 1b98c2b e1000e: 82574 intermittently fails to initialize with manageability f/w by Bruce Allan · 14 years ago
  16. d478eb4 e1000e: 82571 SerDes link handle null code word from partner by Bruce Allan · 14 years ago
  17. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  18. ff10e13 e1000e: reset PHY after errors detected by Carolyn Wyborny · 14 years ago
  19. 3a3b758 e1000e: use hardware writeback batching by Jesse Brandeburg · 14 years ago
  20. 1aef70e e1000e: don't check for alternate MAC addr on parts that don't support it by Bruce Allan · 14 years ago
  21. 19833b5 e1000e: disable ASPM L1 on 82573 by Bruce Allan · 14 years ago
  22. 451152d e1000e: update copyright information by Bruce Allan · 14 years ago
  23. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  24. a65a4a0 e1000e: fix checks for manageability enabled and management pass-through by Bruce Allan · 14 years ago
  25. edf15c1 e1000e: increase rx fifo size to 36K on 82574 and 82583 by Alexander Duyck · 14 years ago
  26. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  27. 6f461f6 e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errata by Bruce Allan · 14 years ago
  28. 2c73e1f e1000e: typo corrections by Joe Perches · 14 years ago
  29. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  30. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  31. ab8932f e1000e: genericize the update multicast address list by Bruce Allan · 15 years ago
  32. f4d2dd4 e1000e: provide MAC-family-specific function to set LAN ID by Bruce Allan · 15 years ago
  33. 608f8a0 e1000e: use alternate MAC address on ESB2 if available by Bruce Allan · 15 years ago
  34. f464ba8 e1000e: perform 10/100 adaptive IFS only on parts that support it by Bruce Allan · 15 years ago
  35. db94ce9 e1000e: LED settings in EEPROM ignored on 82571 and 82572 by Bruce Allan · 15 years ago
  36. 94e5b65 e1000e: check_polarity function pointers not set for 8257x by Bruce Allan · 15 years ago
  37. 5ff5b66 e1000e: comment corrections by Bruce Allan · 15 years ago
  38. 1a40d5c e1000e: ensure the link state is correct for serdes links by Bruce Allan · 15 years ago
  39. 17f208d e1000e: provide family-specific PHY power up/down operations by Bruce Allan · 15 years ago
  40. caaddaf e1000e: provide family-specific functions to manage VLAN filter arrays by Bruce Allan · 15 years ago
  41. a708dd8 e1000e: cosmetic - group local variables of the same type by Bruce Allan · 15 years ago
  42. de39b75 e1000e: do not error out on identification LED init failure by Bruce Allan · 15 years ago
  43. 99673d9 e1000e: cleanup functions that clear hardware statistics by Bruce Allan · 15 years ago
  44. 564ea9b e1000e: set bools to true/false instead of 1/0 by Bruce Allan · 15 years ago
  45. 84efb7b e1000e: provide comment for 82571 workaround by Bruce Allan · 15 years ago
  46. fe40167 e1000e: remove comments regarding a non-existent api module by Bruce Allan · 15 years ago
  47. c7e54b1 e1000e: update copyright information by Bruce Allan · 15 years ago
  48. 94d8186 e1000e: cleanup ops function pointers by Bruce Allan · 15 years ago
  49. 3bb99fe e1000e: consolidate two dbug macros into one simpler one by Bruce Allan · 15 years ago
  50. d8014db e1000e: cleanup redundant #include's by Bruce Allan · 15 years ago
  51. a825e00 e1000e: swap max hw supported frame size between 82574 and 82583 by Alexander Duyck · 15 years ago
  52. 23a2d1b e1000e: Fixes possible phy corrupton on 82571 designs. by Dave Graham · 15 years ago
  53. a4f58f5 e1000e: add support for 82577/82578 GbE LOM parts by Bruce Allan · 15 years ago
  54. 2adc55c e1000e: specify max supported frame size in adapter struct by Bruce Allan · 15 years ago
  55. 8c81c9c e1000e: add support for 82583 device id by Alexander Duyck · 15 years ago
  56. f637011 drivers/net/e1000e: fix sparse warning: Should it be static? by Hannes Eder · 15 years ago
  57. c952337 e1000e: Serdes - attempt autoneg when link restored. by dave graham · 15 years ago
  58. 5df3f0e e1000e: Disable dynamic clock gating for 82571 per si errata. by dave graham · 15 years ago
  59. 78272bb e1000e: workaround hw errata by Jesse Brandeburg · 15 years ago
  60. e243455 e1000e: check return code from NVM accesses and fix bank detection by Bruce Allan · 16 years ago
  61. 5c48ef3e2 e1000e: sync change flow control variables with ixgbe by Bruce Allan · 16 years ago
  62. 75eb0fa e1000e: ESB2 config after link up by Bruce Allan · 16 years ago
  63. 1605927 e1000e: update comments listing supported parts for each MAC family by Bruce Allan · 16 years ago
  64. 6ea7ae1 e1000e: enable ECC correction on 82571 silicon by Alexander Duyck · 16 years ago
  65. 4662e82 e1000e: add support for new 82574L part by Bruce Allan · 16 years ago
  66. 7c25769 e1000e: cleanup several stats issues by Bruce Allan · 16 years ago
  67. 69e3fd8 e1000e: rename a few functions by Jeff Kirsher · 16 years ago
  68. e9ec2c0 e1000e: Make arrays out of these Rx/Tx registers by Jeff Kirsher · 16 years ago
  69. 8d7c294 e1000e: limit EEPROM size accesses by Jeff Kirsher · 16 years ago
  70. 318a94d e1000e: reorganize PHY and flow control interface by Jeff Kirsher · 16 years ago
  71. e2de3eb e1000e: rename mc_addr_list_update by Jeff Kirsher · 16 years ago
  72. ad68076 e1000e: reformat comment blocks, cosmetic changes only by Bruce Allan · 16 years ago
  73. 489815c e1000e: fix spelling errors in comments by Auke Kok · 16 years ago
  74. 31f8c4f e1000e: 82573 can use eerd method to read eeprom by Auke Kok · 16 years ago
  75. 040babf e1000/e1000e: Move PCI-Express device IDs over to e1000e by Auke Kok · 17 years ago
  76. 1eae4eb e1000e: Disable L1 ASPM power savings for 82573 mobile variants by Auke Kok · 17 years ago
  77. 93ca161 e1000e: alternate MAC address support by Bill Hayes · 17 years ago
  78. 6e4ca80 e1000e: Fix typo ! & by Roel Kluin · 17 years ago
  79. bc7f75f [E1000E]: New pci-express e1000 driver (currently for ICH9 devices only) by Auke Kok · 17 years ago