summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e
Commit message (Expand)AuthorAgeFilesLines
* e1000e: only perform ESB2 MDIC workaround on certain configurationsBruce Allan2009-12-082-33/+69
* e1000e: replace incorrect use of GG82563_REG macroBruce Allan2009-12-082-3/+7
* e1000e: minor correction to name of bit in CTRL_EXT registerBruce Allan2009-12-082-2/+2
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-4/+4
* e1000e: correct ICH/PCH PHY operations function pointersBruce Allan2009-12-023-209/+204
* e1000e: refactor PHY ID detection workaroundBruce Allan2009-12-022-11/+17
* e1000e: check_polarity function pointers not set for 8257xBruce Allan2009-12-022-0/+4
* e1000e: remove use of skb_dma_map from e1000e driverAlexander Duyck2009-12-022-21/+47
* e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom()Roel Kluin2009-12-021-1/+2
* e1000e: PHY type cleanups in e1000e_check_downshift()Bruce Allan2009-12-021-1/+1
* e1000e: add debug messagesBruce Allan2009-12-022-7/+23
* e1000e: comment correctionsBruce Allan2009-12-024-15/+11
* e1000e: enable new 82567V-3 deviceBruce Allan2009-12-023-0/+3
* e1000e: ensure the link state is correct for serdes linksBruce Allan2009-12-021-28/+48
* e1000e: provide family-specific PHY power up/down operationsBruce Allan2009-12-027-39/+122
* e1000e: guard against buffer overflow in cable length tablesBruce Allan2009-12-022-7/+24
* e1000e: provide family-specific functions to manage VLAN filter arraysBruce Allan2009-12-026-16/+45
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-294-52/+60
|\
| * e1000e: do not initiate autonegotiation during OEM configurationBruce Allan2009-11-201-1/+2
| * e1000e: remove unnecessary 82577 workaround causing link issuesBruce Allan2009-11-201-10/+0
| * e1000e: flow control thresholds not correct when changing mtuBruce Allan2009-11-201-4/+3
| * e1000e: add Tx timeout factor for 100MbpsBruce Allan2009-11-201-1/+1
| * e1000e: set flow control thresholds properly after enabling/disabling pauseBruce Allan2009-11-201-2/+10
| * e1000e: read of PHY register may access wrong page on 82578Bruce Allan2009-11-201-24/+22
| * e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8Bruce Allan2009-11-203-12/+32
* | e1000e: update Tx Unit hang detection messageBruce Allan2009-11-212-8/+39
* | e1000e: cosmetic - group local variables of the same typeBruce Allan2009-11-213-16/+9
* | e1000e: remove redundant might_sleep()Bruce Allan2009-11-211-2/+0
* | e1000e: do not error out on identification LED init failureBruce Allan2009-11-213-9/+6
* | e1000e: set pm_qos DMA latency requirement per interface when neededBruce Allan2009-11-211-19/+28
* | e1000e: cleanup functions that clear hardware statisticsBruce Allan2009-11-214-123/+116
* | e1000e: cleanup - shift indentation left by exiting early in e1000_tsoBruce Allan2009-11-211-54/+50
* | e1000e: set bools to true/false instead of 1/0Bruce Allan2009-11-215-28/+30
* | e1000e: provide comment for 82571 workaroundBruce Allan2009-11-211-0/+7
* | e1000e: remove comments regarding a non-existent api moduleBruce Allan2009-11-212-31/+8
* | e1000e: update copyright informationBruce Allan2009-11-2111-12/+12
* | e1000e: cleanup ops function pointersBruce Allan2009-11-218-203/+201
* | e1000e: consolidate two dbug macros into one simpler oneBruce Allan2009-11-218-206/+183
* | e1000e: cleanup redundant #include'sBruce Allan2009-11-215-19/+1
* | e1000e: Incorrect MII Link beat reporting.Bruce Allan2009-11-211-0/+2
* | e1000e: disable K1 on PCH LOM when in PHY loopback modeBruce Allan2009-11-213-2/+6
* | e1000e: improper return code signageBruce Allan2009-11-211-1/+1
* | e1000e: link reporting problemsBruce Allan2009-11-211-0/+11
* | e1000e: don't clean Rx ring while resettingBruce Allan2009-11-211-1/+1
* | e1000e: function pointers for ethtool set/get offloadsBruce Allan2009-11-211-0/+2
* | e1000e: clearing interrupt timers causes descriptors to get flushedBruce Allan2009-11-211-2/+0
* | e1000e: add missing tests for 82583 in ethtool functionsBruce Allan2009-11-211-1/+4
* | e1000e: check WoL mode is among set of supported modesBruce Allan2009-11-211-5/+4
* | drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-182-8/+8
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-065-106/+408
|\|