summaryrefslogtreecommitdiff
path: root/drivers/net/e1000
AgeCommit message (Expand)Author
2009-06-02e1000: add missing length check to e1000 receive routineNeil Horman
2009-05-04e1000: fix virtualization bugJesse 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
2008-07-22e1000: make ioport freeTaku Izumi
2008-07-22e1000: delete non NAPI code from the driverFrancois Romieu
2008-07-22e1000: remove email referenceJeff Kirsher
2008-07-22e1000: Move assignments in tests before testJoe Perches
2008-07-22e1000: checkpatch cleanJoe Perches
2008-07-22e1000: Remove spaces after casts and function namesJoe Perches
2008-07-22e1000: Move extern function definitions to e1000.hJoe Perches
2008-07-22e1000: Use hw, er32, and ew32Joe Perches
2008-07-22e1000: neaten function declarationsJoe Perches
2008-07-18e1000: resolve tx multiqueue bugBen Hutchings
2008-07-16netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy
2008-07-16netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy