aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-12-02e1000e: correct ICH/PCH PHY operations function pointersBruce Allan3-209/+204
2009-12-02e1000e: refactor PHY ID detection workaroundBruce Allan2-11/+17
2009-12-02e1000e: check_polarity function pointers not set for 8257xBruce Allan2-0/+4
2009-12-02e1000e: remove use of skb_dma_map from e1000e driverAlexander Duyck2-21/+47
2009-12-02e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom()Roel Kluin1-1/+2
2009-12-02e1000e: PHY type cleanups in e1000e_check_downshift()Bruce Allan1-1/+1
2009-12-02e1000e: add debug messagesBruce Allan2-7/+23
2009-12-02e1000e: comment correctionsBruce Allan4-15/+11
2009-12-02e1000e: enable new 82567V-3 deviceBruce Allan3-0/+3
2009-12-02e1000e: ensure the link state is correct for serdes linksBruce Allan1-28/+48
2009-12-02e1000e: provide family-specific PHY power up/down operationsBruce Allan7-39/+122
2009-12-02e1000e: guard against buffer overflow in cable length tablesBruce Allan2-7/+24
2009-12-02e1000e: provide family-specific functions to manage VLAN filter arraysBruce Allan6-16/+45
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-52/+60
2009-11-21e1000e: update Tx Unit hang detection messageBruce Allan2-8/+39
2009-11-21e1000e: cosmetic - group local variables of the same typeBruce Allan3-16/+9
2009-11-21e1000e: remove redundant might_sleep()Bruce Allan1-2/+0
2009-11-21e1000e: do not error out on identification LED init failureBruce Allan3-9/+6
2009-11-21e1000e: set pm_qos DMA latency requirement per interface when neededBruce Allan1-19/+28
2009-11-21e1000e: cleanup functions that clear hardware statisticsBruce Allan4-123/+116
2009-11-21e1000e: cleanup - shift indentation left by exiting early in e1000_tsoBruce Allan1-54/+50
2009-11-21e1000e: set bools to true/false instead of 1/0Bruce Allan5-28/+30
2009-11-21e1000e: provide comment for 82571 workaroundBruce Allan1-0/+7
2009-11-21e1000e: remove comments regarding a non-existent api moduleBruce Allan2-31/+8
2009-11-21e1000e: update copyright informationBruce Allan11-12/+12
2009-11-21e1000e: cleanup ops function pointersBruce Allan8-203/+201
2009-11-21e1000e: consolidate two dbug macros into one simpler oneBruce Allan8-206/+183
2009-11-21e1000e: cleanup redundant #include'sBruce Allan5-19/+1
2009-11-21e1000e: Incorrect MII Link beat reporting.Bruce Allan1-0/+2
2009-11-21e1000e: disable K1 on PCH LOM when in PHY loopback modeBruce Allan3-2/+6
2009-11-21e1000e: improper return code signageBruce Allan1-1/+1
2009-11-21e1000e: link reporting problemsBruce Allan1-0/+11
2009-11-21e1000e: don't clean Rx ring while resettingBruce Allan1-1/+1
2009-11-21e1000e: function pointers for ethtool set/get offloadsBruce Allan1-0/+2
2009-11-21e1000e: clearing interrupt timers causes descriptors to get flushedBruce Allan1-2/+0
2009-11-21e1000e: add missing tests for 82583 in ethtool functionsBruce Allan1-1/+4
2009-11-21e1000e: check WoL mode is among set of supported modesBruce Allan1-5/+4
2009-11-20e1000e: do not initiate autonegotiation during OEM configurationBruce Allan1-1/+2
2009-11-20e1000e: remove unnecessary 82577 workaround causing link issuesBruce Allan1-10/+0
2009-11-20e1000e: flow control thresholds not correct when changing mtuBruce Allan1-4/+3
2009-11-20e1000e: add Tx timeout factor for 100MbpsBruce Allan1-1/+1
2009-11-20e1000e: set flow control thresholds properly after enabling/disabling pauseBruce Allan1-2/+10
2009-11-20e1000e: read of PHY register may access wrong page on 82578Bruce Allan1-24/+22
2009-11-20e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8Bruce Allan3-12/+32
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2-8/+8
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-106/+408
2009-10-29e1000e: rework disable K1 at 1000Mbps for 82577/82578Bruce Allan5-28/+190
2009-10-29e1000e: config PHY via software after resetsBruce Allan2-78/+218
2009-10-29e1000e: flow control doesn't re-enableBruce Allan1-2/+10