summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e
Commit message (Expand)AuthorAgeFilesLines
* 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
* e1000e: do not write SmartSpeed register bits on parts without supportBruce Allan2009-07-031-4/+15
* e1000e: delay after LCD reset and proper checks for PHY configuration doneBruce Allan2009-07-032-44/+82
* e1000e: PHY loopback broken on 82578Bruce Allan2009-07-032-0/+7
* e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECTMike Mason2009-06-301-0/+3
* e1000e: stop unnecessary polling when using msi-xAndy Gospodarek2009-06-191-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-1/+1
|\
| * trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson2009-06-121-1/+1
* | e1000e: Expose MDI-X status via ethtool changeChaitanya Lala2009-06-091-0/+9
* | e1000e: Call e1000e_config_collision_dist() after TCTL has been setSimon Horman2009-06-091-2/+2
* | e1000e: Fixes possible phy corrupton on 82571 designs.Dave Graham2009-06-093-7/+83
* | net: skb_shared_info optimizationEric Dumazet2009-06-081-2/+2
* | e1000e: bump the version numberBruce Allan2009-06-031-1/+1
* | e1000e: workaround a Tx hang on 82577/82578Bruce Allan2009-06-031-2/+7
* | e1000e: add support for 82577/82578 GbE LOM partsBruce Allan2009-06-0310-68/+1441
* | e1000e: specify max supported frame size in adapter structBruce Allan2009-06-035-20/+31
* | e1000e: correct flow control thresholdsBruce Allan2009-06-032-6/+10
* | e1000e: do not attempt to disable smart powerdown if not supportedBruce Allan2009-06-031-1/+2
* | e1000e: enable CRC stripping by defaultBruce Allan2009-06-031-0/+2
* | net: dont update dev->trans_startEric Dumazet2009-05-291-1/+0
* | igb/e1000e: update PSSR_MDIX value to reflect correct bitAlexander Duyck2009-05-261-1/+1
* | e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg2009-05-071-0/+2
* | e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg2009-04-221-4/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-211-4/+4
|\ \ | |/
| * e1000e: fix bug in restart queue logicJesse Brandeburg2009-04-171-4/+4
* | e1000e: indicate link down at loadJesse Brandeburg2009-04-201-4/+5
|/
* NET/e1000e: Fix powering off during shutdownRafael J. Wysocki2009-04-161-14/+45
* e1000/e1000: fix compile warningJesse Brandeburg2009-04-141-1/+1
OpenPOWER on IntegriCloud