1. 5ff5b66 e1000e: comment corrections by Bruce Allan · 15 years ago
  2. 9e135a2 e1000e: enable new 82567V-3 device by Bruce Allan · 15 years ago
  3. 17f208d e1000e: provide family-specific PHY power up/down operations by Bruce Allan · 15 years ago
  4. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  5. a708dd8 e1000e: cosmetic - group local variables of the same type by Bruce Allan · 15 years ago
  6. 9b72461 e1000e: remove redundant might_sleep() by Bruce Allan · 15 years ago
  7. de39b75 e1000e: do not error out on identification LED init failure by Bruce Allan · 15 years ago
  8. 99673d9 e1000e: cleanup functions that clear hardware statistics by Bruce Allan · 15 years ago
  9. 564ea9b e1000e: set bools to true/false instead of 1/0 by Bruce Allan · 15 years ago
  10. c7e54b1 e1000e: update copyright information by Bruce Allan · 15 years ago
  11. 94d8186 e1000e: cleanup ops function pointers by Bruce Allan · 15 years ago
  12. 3bb99fe e1000e: consolidate two dbug macros into one simpler one by Bruce Allan · 15 years ago
  13. d8014db e1000e: cleanup redundant #include's by Bruce Allan · 15 years ago
  14. bb436b2 e1000e: disable K1 on PCH LOM when in PHY loopback mode by Bruce Allan · 15 years ago
  15. 818f333 e1000e: do not initiate autonegotiation during OEM configuration by Bruce Allan · 15 years ago
  16. 38eb394 e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8 by Bruce Allan · 15 years ago
  17. 1d5846b e1000e: rework disable K1 at 1000Mbps for 82577/82578 by Bruce Allan · 15 years ago
  18. f523d21 e1000e: config PHY via software after resets by Bruce Allan · 15 years ago
  19. 5ccdcec e1000e: allow for swflag to be held over consecutive PHY accesses by Bruce Allan · 15 years ago
  20. ca15df5 e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCH by Bruce Allan · 15 years ago
  21. fa2ce13 e1000e: 82577/82578 requires a different method to configure LPLU by Bruce Allan · 15 years ago
  22. 53ac5a8 e1000e: increase swflag acquisition timeout for ICHx/PCH by Bruce Allan · 15 years ago
  23. db2932e e1000e: clear PHY wakeup bit after LCD reset on 82577/82578 by Bruce Allan · 15 years ago
  24. 74eee2e e1000e: reset the PHY on 82577/82578 when going to Sx by Bruce Allan · 15 years ago
  25. 148675a e1000e: fix potential NVM corruption on ICH9 with 8K bank size by Bruce Allan · 15 years ago
  26. 373a88d e1000e: fix acquisition of SW/FW/HW semaphore for ICHx parts by Bruce Allan · 15 years ago
  27. 7d3cabb e1000e: disable K1 at 1000Mbps for 82577/82578 by Bruce Allan · 15 years ago
  28. 28c9195 e1000e: prevent NVM corruption on sectors larger than 4K by Bruce Allan · 15 years ago
  29. 60f1292 e1000e: do not write SmartSpeed register bits on parts without support by Bruce Allan · 15 years ago
  30. fc0c776 e1000e: delay after LCD reset and proper checks for PHY configuration done by Bruce Allan · 15 years ago
  31. 37289d9 e1000e: workaround a Tx hang on 82577/82578 by Bruce Allan · 15 years ago
  32. a4f58f5 e1000e: add support for 82577/82578 GbE LOM parts by Bruce Allan · 15 years ago
  33. 2adc55c e1000e: specify max supported frame size in adapter struct by Bruce Allan · 15 years ago
  34. 0a834a3 e1000e: Remove mutex_trylock and associated WARN on failure. by dave graham · 16 years ago
  35. eefacf3 e1000e: Add process name to WARN message when detecting Mutex contention by David Graham · 16 years ago
  36. eb14f01 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  37. 30bb0e0 e1000e: fix double release of mutex by Jeff Kirsher · 16 years ago
  38. e243455 e1000e: check return code from NVM accesses and fix bank detection by Bruce Allan · 16 years ago
  39. 0285c8d e1000e: cosmetic newline in debug message by Bruce Allan · 16 years ago
  40. 5c48ef3e2 e1000e: sync change flow control variables with ixgbe by Bruce Allan · 16 years ago
  41. 1605927 e1000e: update comments listing supported parts for each MAC family by Bruce Allan · 16 years ago
  42. 4dd5651 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  43. 95b866d e1000e: Fix incorrect debug warning by Linus Torvalds · 16 years ago
  44. 717d438 e1000e: debug contention on NVM SWFLAG by Thomas Gleixner · 16 years ago
  45. 37f4023 e1000e: reset swflag after resetting hardware by Jesse Brandeburg · 16 years ago
  46. 4a77035 e1000e: write protect ICHx NVM to prevent malicious write/erase by Bruce Allan · 16 years ago
  47. 2e2e8d5 e1000e: remove failed request for sw/fw/hw flag by Bruce Allan · 16 years ago
  48. 4662e82 e1000e: add support for new 82574L part by Bruce Allan · 16 years ago
  49. f4187b5 e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) parts by Bruce Allan · 16 years ago
  50. 2f15f9d e1000e: add support for the 82567LM-4 device by Bruce Allan · 16 years ago
  51. 97ac8ca e1000e: Add support for BM PHYs on ICH9 by Bruce Allan · 16 years ago
  52. 69e3fd8 e1000e: rename a few functions by Jeff Kirsher · 16 years ago
  53. e9ec2c0 e1000e: Make arrays out of these Rx/Tx registers by Jeff Kirsher · 16 years ago
  54. 318a94d e1000e: reorganize PHY and flow control interface by Jeff Kirsher · 16 years ago
  55. e2de3eb e1000e: rename mc_addr_list_update by Jeff Kirsher · 16 years ago
  56. ad68076 e1000e: reformat comment blocks, cosmetic changes only by Bruce Allan · 16 years ago
  57. 489815c e1000e: fix spelling errors in comments by Auke Kok · 16 years ago
  58. bc7f75f [E1000E]: New pci-express e1000 driver (currently for ICH9 devices only) by Auke Kok · 17 years ago