summaryrefslogtreecommitdiff
path: root/drivers/net/e1000
AgeCommit message (Expand)Author
2009-06-30e1000: return PCI_ERS_RESULT_DISCONNECT on permanent errorAndre Detsch
2009-06-30e1000: fix unmap bugJesse Brandeburg
2009-06-18net: group address list and its countJiri Pirko
2009-06-08net: skb_shared_info optimizationEric Dumazet
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-06-02e1000: add missing length check to e1000 receive routineNeil Horman
2009-05-29net: convert unicast addr listJiri Pirko
2009-05-29net: dont update dev->trans_startEric Dumazet
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-07e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg
2009-05-04e1000: fix virtualization bugJesse Brandeburg
2009-04-22e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-20e1000: init link state correctlyJesse Brandeburg
2009-04-17e1000: fix transmit routine exit bugJesse Brandeburg
2009-04-16NET/e1000: Fix powering off during shutdownRafael J. Wysocki
2009-04-14e1000/e1000: fix compile warningJesse Brandeburg
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-04-04e1000: fix loss of multicast packetsJesse Brandeburg
2009-03-26e1000: fix close race with interruptJesse Brandeburg
2009-03-26e1000: cleanup clean_tx_irq routine so that it completely cleans ringAlexander Duyck
2009-03-26e1000: fix tx hang detect logic and address dma mapping issuesAlexander Duyck
2009-03-02e1000: fix unmap bugJesse Brandeburg
2009-02-19e1000: Removing the unused macro PAGE_USE_COUNT()Breno Leitao
2009-02-04Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-03e1000: Fix PCI enable to honor the need_ioport flagKarsten Keil
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-27e1000: fix bug with shared interrupt during resetJesse Brandeburg
2009-01-21e1000: drop lltx, remove unnecessary lockAlexander Duyck
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-12-03e1000: e1000_adapter->polling_netdev is uselessWang Chen
2008-11-27e1000: cleanup link up/down messagesJeff Kirsher
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19e1000: convert to net_device_opsStephen Hemminger
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-16e1000: Use device_set_wakeup_enable\"Rafael J. Wysocki\
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-10-11e1000: allow VLAN devices to use TSO and CSUM offloadPatrick McHardy
2008-10-09e1000: don't generate bad checksums for tcp packets with 0 csumDave Graham
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-09-24e1000: remove unused Kconfig option for disabling packet splitBrandeburg, Jesse
2008-09-18e1000: prevent corruption of EEPROM/NVMChristopher Li
2008-08-27e1000: fix stack sizeLinus Torvalds