aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-176/+457
2009-10-26e1000e: allow for swflag to be held over consecutive PHY accessesBruce Allan4-141/+346
2009-10-26e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCHBruce Allan1-31/+58
2009-10-26e1000e: 82577/82578 requires a different method to configure LPLUBruce Allan1-0/+40
2009-10-26e1000e: increase swflag acquisition timeout for ICHx/PCHBruce Allan1-1/+3
2009-10-26e1000e: clear PHY wakeup bit after LCD reset on 82577/82578Bruce Allan1-1/+9
2009-10-22e1000e: reset the PHY on 82577/82578 when going to SxBruce Allan1-2/+1
2009-10-13e1000e: Fix erroneous display of stats by ethtool -SAjit Khaparde1-5/+22
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-30/+7
2009-10-07e1000e: Use the instance of net_device_stats from net_device.Ajit Khaparde3-31/+31
2009-10-04e1000e: swap max hw supported frame size between 82574 and 82583Alexander Duyck1-2/+2
2009-10-02e1000e/igb/ixgbe: Don't report an error if devices don't support AERFrans Pop1-11/+2
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-2/+0
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+11
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-15e1000e: fix use of pci_enable_pcie_error_reportingXiaotian Feng1-8/+8
2009-08-15e1000e: WoL does not work on 82577/82578 with manageability enabledBruce Allan1-3/+3
2009-08-09e1000e: fix potential NVM corruption on ICH9 with 8K bank sizeBruce Allan1-38/+12
2009-08-09e1000e: fix acquisition of SW/FW/HW semaphore for ICHx partsBruce Allan1-13/+31
2009-07-03e1000e: disable K1 at 1000Mbps for 82577/82578Bruce Allan3-7/+110
2009-07-03e1000e: delay second read of PHY_STATUS register on failure of first readBruce Allan1-1/+6
2009-07-03e1000e: prevent NVM corruption on sectors larger than 4KBruce Allan1-2/+17
2009-07-03e1000e: do not write SmartSpeed register bits on parts without supportBruce Allan1-4/+15
2009-07-03e1000e: delay after LCD reset and proper checks for PHY configuration doneBruce Allan2-44/+82
2009-07-03e1000e: PHY loopback broken on 82578Bruce Allan2-0/+7
2009-06-30e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECTMike Mason1-0/+3
2009-06-19e1000e: stop unnecessary polling when using msi-xAndy Gospodarek1-1/+1
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson1-1/+1
2009-06-09e1000e: Expose MDI-X status via ethtool changeChaitanya Lala1-0/+9
2009-06-09e1000e: Call e1000e_config_collision_dist() after TCTL has been setSimon Horman1-2/+2
2009-06-09e1000e: Fixes possible phy corrupton on 82571 designs.Dave Graham3-7/+83
2009-06-08net: skb_shared_info optimizationEric Dumazet1-2/+2
2009-06-03e1000e: bump the version numberBruce Allan1-1/+1
2009-06-03e1000e: workaround a Tx hang on 82577/82578Bruce Allan1-2/+7
2009-06-03e1000e: add support for 82577/82578 GbE LOM partsBruce Allan10-68/+1441
2009-06-03e1000e: specify max supported frame size in adapter structBruce Allan5-20/+31
2009-06-03e1000e: correct flow control thresholdsBruce Allan2-6/+10
2009-06-03e1000e: do not attempt to disable smart powerdown if not supportedBruce Allan1-1/+2
2009-06-03e1000e: enable CRC stripping by defaultBruce Allan1-0/+2
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
2009-05-26igb/e1000e: update PSSR_MDIX value to reflect correct bitAlexander Duyck1-1/+1
2009-05-07e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg1-0/+2
2009-04-22e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg1-4/+4
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+4
2009-04-20e1000e: indicate link down at loadJesse Brandeburg1-4/+5
2009-04-17e1000e: fix bug in restart queue logicJesse Brandeburg1-4/+4
2009-04-16NET/e1000e: Fix powering off during shutdownRafael J. Wysocki1-14/+45
2009-04-14e1000/e1000: fix compile warningJesse Brandeburg1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-4/+4