aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-06e1000: fix flow control thresholdsJesse Brandeburg3-30/+33
2009-07-06e1000: implement jumbo receive with partial descriptorsJesse Brandeburg2-38/+391
2009-07-06e1000: allow ethtool coalesece to adjust interrupts per secondJesse Brandeburg2-1/+53
2009-06-30e1000: return PCI_ERS_RESULT_DISCONNECT on permanent errorAndre Detsch1-0/+3
2009-06-30e1000: fix unmap bugJesse Brandeburg1-1/+7
2009-06-18net: group address list and its countJiri Pirko1-2/+2
2009-06-08net: skb_shared_info optimizationEric Dumazet1-2/+2
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2009-06-02e1000: add missing length check to e1000 receive routineNeil Horman1-2/+3
2009-05-29net: convert unicast addr listJiri Pirko1-9/+15
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-05-07e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg1-0/+2
2009-05-04e1000: fix virtualization bugJesse Brandeburg1-1/+1
2009-04-22e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg1-2/+2
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2009-04-20e1000: init link state correctlyJesse Brandeburg1-4/+5
2009-04-17e1000: fix transmit routine exit bugJesse Brandeburg1-3/+3
2009-04-16NET/e1000: Fix powering off during shutdownRafael J. Wysocki1-13/+33
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-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-04e1000: fix loss of multicast packetsJesse Brandeburg1-8/+26
2009-03-26e1000: fix close race with interruptJesse Brandeburg1-4/+24
2009-03-26e1000: cleanup clean_tx_irq routine so that it completely cleans ringAlexander Duyck1-12/+9
2009-03-26e1000: fix tx hang detect logic and address dma mapping issuesAlexander Duyck1-25/+30
2009-03-02e1000: fix unmap bugJesse Brandeburg1-24/+27
2009-02-19e1000: Removing the unused macro PAGE_USE_COUNT()Breno Leitao1-2/+0
2009-02-04Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-02-03e1000: Fix PCI enable to honor the need_ioport flagKarsten Keil1-1/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-01-27e1000: fix bug with shared interrupt during resetJesse Brandeburg1-2/+2
2009-01-21e1000: drop lltx, remove unnecessary lockAlexander Duyck2-28/+3
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-5/+5
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-2/+2
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-5/+5
2008-12-03e1000: e1000_adapter->polling_netdev is uselessWang Chen2-27/+1
2008-11-27e1000: cleanup link up/down messagesJeff Kirsher1-5/+7
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-19e1000: convert to net_device_opsStephen Hemminger1-14/+21
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+7
2008-11-16e1000: Use device_set_wakeup_enable\"Rafael J. Wysocki\2-2/+7
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-5/+4
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven1-5/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-2/+1
2008-10-11e1000: allow VLAN devices to use TSO and CSUM offloadPatrick McHardy1-0/+5
2008-10-09e1000: don't generate bad checksums for tcp packets with 0 csumDave Graham1-19/+36
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+23