aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-26e1000e: update version numberJesse Brandeburg1-1/+1
2009-03-26e1000e: fix close interrupt raceJesse Brandeburg1-6/+10
2009-03-26e1000e: fix loss of multicast packetsJesse Brandeburg1-44/+18
2009-03-26e1000e: commonize tx cleanup routine to match e1000 & igbAlexander Duyck1-11/+8
2009-03-24e1000e: add support for 82574 device ID 0x10F6Bruce Allan2-0/+2
2009-03-20e1000e: fixup merge errorArthur Jones1-1/+1
2009-03-20e1000e: allow tx of pre-formatted vlan tagged packetsArthur Jones1-1/+8
2009-03-20e1000e: fix dma error handling issuesAlexander Duyck1-44/+32
2009-03-20e1000e: add support for 82583 device idAlexander Duyck5-22/+116
2009-03-02e1000e: fix unmap bugJesse Brandeburg1-34/+28
2009-02-18e1000e: remove workaround for e1000 hardwareJesse Brandeburg1-9/+0
2009-02-17drivers/net/e1000e: fix sparse warning: Should it be static?Hannes Eder1-1/+1
2009-02-14e1000e: Remove mutex_trylock and associated WARN on failure.dave graham1-16/+1
2009-02-10e1000e: Serdes - attempt autoneg when link restored.dave graham2-1/+139
2009-02-10e1000e: remove RXSEQ link monitoring for serdesdave graham1-2/+2
2009-02-10e1000e: Disable dynamic clock gating for 82571 per si errata.dave graham2-0/+13
2009-02-10e1000e: add aer supportJesse Brandeburg1-9/+30
2009-02-05e1000e: normalize usage of serdes_has_linkAlex Chiang2-3/+3