summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * e1000e: rework disable K1 at 1000Mbps for 82577/82578Bruce Allan2009-10-295-28/+190
| * e1000e: config PHY via software after resetsBruce Allan2009-10-292-78/+218
* | e1000e: flow control doesn't re-enableBruce Allan2009-10-291-2/+10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-274-176/+457
|\ \ | |/
| * e1000e: allow for swflag to be held over consecutive PHY accessesBruce Allan2009-10-264-141/+346
| * e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCHBruce Allan2009-10-261-31/+58
| * e1000e: 82577/82578 requires a different method to configure LPLUBruce Allan2009-10-261-0/+40
| * e1000e: increase swflag acquisition timeout for ICHx/PCHBruce Allan2009-10-261-1/+3
| * e1000e: clear PHY wakeup bit after LCD reset on 82577/82578Bruce Allan2009-10-261-1/+9
| * e1000e: reset the PHY on 82577/82578 when going to SxBruce Allan2009-10-221-2/+1
* | e1000e: Fix erroneous display of stats by ethtool -SAjit Khaparde2009-10-131-5/+22
* | net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-30/+7
* | e1000e: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-073-31/+31
|/
* e1000e: swap max hw supported frame size between 82574 and 82583Alexander Duyck2009-10-041-2/+2
* e1000e/igb/ixgbe: Don't report an error if devices don't support AERFrans Pop2009-10-021-11/+2
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-031-2/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-021-11/+11
|\
| * e1000e: fix use of pci_enable_pcie_error_reportingXiaotian Feng2009-08-151-8/+8
| * e1000e: WoL does not work on 82577/82578 with manageability enabledBruce Allan2009-08-151-3/+3
* | intel: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
|/
* e1000e: fix potential NVM corruption on ICH9 with 8K bank sizeBruce Allan2009-08-091-38/+12
* e1000e: fix acquisition of SW/FW/HW semaphore for ICHx partsBruce Allan2009-08-091-13/+31
* e1000e: disable K1 at 1000Mbps for 82577/82578Bruce Allan2009-07-033-7/+110
* e1000e: delay second read of PHY_STATUS register on failure of first readBruce Allan2009-07-031-1/+6
* e1000e: prevent NVM corruption on sectors larger than 4KBruce Allan2009-07-031-2/+17
OpenPOWER on IntegriCloud