summaryrefslogtreecommitdiff
path: root/drivers/net/e1000e/ich8lan.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-03e1000e: workaround a Tx hang on 82577/82578Bruce Allan1-2/+7
2009-06-03e1000e: add support for 82577/82578 GbE LOM partsBruce Allan1-23/+408
2009-06-03e1000e: specify max supported frame size in adapter structBruce Allan1-0/+8
2009-02-15e1000e: Remove mutex_trylock and associated WARN on failure.dave graham1-16/+1
2009-01-11e1000e: Add process name to WARN message when detecting Mutex contentionDavid Graham1-6/+13
2008-12-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+7
2008-12-12e1000e: fix double release of mutexJeff Kirsher1-2/+7
2008-11-22e1000e: check return code from NVM accesses and fix bank detectionBruce Allan1-45/+89
2008-11-22e1000e: cosmetic newline in debug messageBruce Allan1-1/+1
2008-11-22e1000e: sync change flow control variables with ixgbeBruce Allan1-4/+9
2008-11-22e1000e: update comments listing supported parts for each MAC familyBruce Allan1-0/+2
2008-10-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+78
2008-10-03e1000e: Fix incorrect debug warningLinus Torvalds1-1/+1
2008-10-03e1000e: debug contention on NVM SWFLAGThomas Gleixner1-0/+17
2008-10-03e1000e: reset swflag after resetting hardwareJesse Brandeburg1-0/+3
2008-10-02e1000e: write protect ICHx NVM to prevent malicious write/eraseBruce Allan1-0/+58
2008-09-25e1000e: remove failed request for sw/fw/hw flagBruce Allan1-0/+2
2008-09-03e1000e: add support for new 82574L partBruce Allan1-1/+17
2008-09-03e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) partsBruce Allan1-10/+144
2008-09-03e1000e: add support for the 82567LM-4 deviceBruce Allan1-0/+1
2008-05-06e1000e: Add support for BM PHYs on ICH9Bruce Allan1-1/+82
2008-04-17e1000e: rename a few functionsJeff Kirsher1-3/+3
2008-04-17e1000e: Make arrays out of these Rx/Tx registersJeff Kirsher1-12/+12
2008-03-29e1000e: reorganize PHY and flow control interfaceJeff Kirsher1-8/+7
2008-03-29e1000e: rename mc_addr_list_updateJeff Kirsher1-1/+1
2008-03-29e1000e: reformat comment blocks, cosmetic changes onlyBruce Allan1-104/+158
2008-02-24e1000e: fix spelling errors in commentsAuke Kok1-12/+12
2007-10-11[E1000E]: New pci-express e1000 driver (currently for ICH9 devices only)Auke Kok1-0/+2225