aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-02e1000e: remove use of skb_dma_map from e1000e driverAlexander Duyck1-18/+41
2009-12-02e1000e: enable new 82567V-3 deviceBruce Allan1-0/+1
2009-12-02e1000e: provide family-specific PHY power up/down operationsBruce Allan1-39/+11
2009-12-02e1000e: provide family-specific functions to manage VLAN filter arraysBruce Allan1-8/+13
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-17/+33
2009-11-21e1000e: update Tx Unit hang detection messageBruce Allan1-8/+38
2009-11-21e1000e: set pm_qos DMA latency requirement per interface when neededBruce Allan1-19/+28
2009-11-21e1000e: cleanup - shift indentation left by exiting early in e1000_tsoBruce Allan1-54/+50
2009-11-21e1000e: update copyright informationBruce Allan1-2/+2
2009-11-21e1000e: cleanup ops function pointersBruce Allan1-2/+2
2009-11-21e1000e: consolidate two dbug macros into one simpler oneBruce Allan1-19/+9
2009-11-21e1000e: Incorrect MII Link beat reporting.Bruce Allan1-0/+2
2009-11-21e1000e: don't clean Rx ring while resettingBruce Allan1-1/+1
2009-11-21e1000e: clearing interrupt timers causes descriptors to get flushedBruce Allan1-2/+0
2009-11-20e1000e: flow control thresholds not correct when changing mtuBruce Allan1-4/+3
2009-11-20e1000e: add Tx timeout factor for 100MbpsBruce Allan1-1/+1
2009-11-20e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8Bruce Allan1-12/+29
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-6/+6
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 Khaparde1-22/+21
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-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-09e1000e: Call e1000e_config_collision_dist() after TCTL has been setSimon Horman1-2/+2
2009-06-08net: skb_shared_info optimizationEric Dumazet1-2/+2
2009-06-03e1000e: bump the version numberBruce Allan1-1/+1
2009-06-03e1000e: add support for 82577/82578 GbE LOM partsBruce Allan1-13/+193
2009-06-03e1000e: specify max supported frame size in adapter structBruce Allan1-18/+9
2009-06-03e1000e: correct flow control thresholdsBruce Allan1-6/+8
2009-06-03e1000e: do not attempt to disable smart powerdown if not supportedBruce Allan1-1/+2
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
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: commonize tx cleanup routine to match e1000 & igbAlexander Duyck1-11/+8
2009-03-24e1000e: add support for 82574 device ID 0x10F6Bruce Allan1-0/+1
2009-03-20e1000e: fixup merge errorArthur Jones1-1/+1