summaryrefslogtreecommitdiff
path: root/drivers/net/e1000e
AgeCommit message (Expand)Author
2009-12-18e1000e: LED settings in EEPROM ignored on 82571 and 82572Bruce Allan
2009-12-08e1000e: only perform ESB2 MDIC workaround on certain configurationsBruce Allan
2009-12-08e1000e: replace incorrect use of GG82563_REG macroBruce Allan
2009-12-08e1000e: minor correction to name of bit in CTRL_EXT registerBruce Allan
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-12-02e1000e: correct ICH/PCH PHY operations function pointersBruce Allan
2009-12-02e1000e: refactor PHY ID detection workaroundBruce Allan
2009-12-02e1000e: check_polarity function pointers not set for 8257xBruce Allan
2009-12-02e1000e: remove use of skb_dma_map from e1000e driverAlexander Duyck
2009-12-02e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom()Roel Kluin
2009-12-02e1000e: PHY type cleanups in e1000e_check_downshift()Bruce Allan
2009-12-02e1000e: add debug messagesBruce Allan
2009-12-02e1000e: comment correctionsBruce Allan
2009-12-02e1000e: enable new 82567V-3 deviceBruce Allan
2009-12-02e1000e: ensure the link state is correct for serdes linksBruce Allan
2009-12-02e1000e: provide family-specific PHY power up/down operationsBruce Allan
2009-12-02e1000e: guard against buffer overflow in cable length tablesBruce Allan
2009-12-02e1000e: provide family-specific functions to manage VLAN filter arraysBruce Allan
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-21e1000e: update Tx Unit hang detection messageBruce Allan
2009-11-21e1000e: cosmetic - group local variables of the same typeBruce Allan
2009-11-21e1000e: remove redundant might_sleep()Bruce Allan
2009-11-21e1000e: do not error out on identification LED init failureBruce Allan
2009-11-21e1000e: set pm_qos DMA latency requirement per interface when neededBruce Allan
2009-11-21e1000e: cleanup functions that clear hardware statisticsBruce Allan
2009-11-21e1000e: cleanup - shift indentation left by exiting early in e1000_tsoBruce Allan
2009-11-21e1000e: set bools to true/false instead of 1/0Bruce Allan
2009-11-21e1000e: provide comment for 82571 workaroundBruce Allan
2009-11-21e1000e: remove comments regarding a non-existent api moduleBruce Allan
2009-11-21e1000e: update copyright informationBruce Allan
2009-11-21e1000e: cleanup ops function pointersBruce Allan
2009-11-21e1000e: consolidate two dbug macros into one simpler oneBruce Allan
2009-11-21e1000e: cleanup redundant #include'sBruce Allan
2009-11-21e1000e: Incorrect MII Link beat reporting.Bruce Allan
2009-11-21e1000e: disable K1 on PCH LOM when in PHY loopback modeBruce Allan
2009-11-21e1000e: improper return code signageBruce Allan
2009-11-21e1000e: link reporting problemsBruce Allan
2009-11-21e1000e: don't clean Rx ring while resettingBruce Allan
2009-11-21e1000e: function pointers for ethtool set/get offloadsBruce Allan
2009-11-21e1000e: clearing interrupt timers causes descriptors to get flushedBruce Allan
2009-11-21e1000e: add missing tests for 82583 in ethtool functionsBruce Allan
2009-11-21e1000e: check WoL mode is among set of supported modesBruce Allan
2009-11-20e1000e: do not initiate autonegotiation during OEM configurationBruce Allan
2009-11-20e1000e: remove unnecessary 82577 workaround causing link issuesBruce Allan
2009-11-20e1000e: flow control thresholds not correct when changing mtuBruce Allan
2009-11-20e1000e: add Tx timeout factor for 100MbpsBruce Allan
2009-11-20e1000e: set flow control thresholds properly after enabling/disabling pauseBruce Allan
2009-11-20e1000e: read of PHY register may access wrong page on 82578Bruce Allan
2009-11-20e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8Bruce Allan
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches