summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
Commit message (Expand)AuthorAgeFilesLines
* NET/e1000: Fix powering off during shutdownRafael J. Wysocki2009-04-161-13/+33
* e1000/e1000: fix compile warningJesse Brandeburg2009-04-151-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* e1000: fix loss of multicast packetsJesse Brandeburg2009-04-051-8/+26
* e1000: fix close race with interruptJesse Brandeburg2009-03-261-4/+24
* e1000: cleanup clean_tx_irq routine so that it completely cleans ringAlexander Duyck2009-03-261-12/+9Star
* e1000: fix tx hang detect logic and address dma mapping issuesAlexander Duyck2009-03-261-25/+30
* e1000: fix unmap bugJesse Brandeburg2009-03-031-24/+27
* e1000: Removing the unused macro PAGE_USE_COUNT()Breno Leitao2009-02-191-2/+0Star
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-051-1/+1
|\
| * e1000: Fix PCI enable to honor the need_ioport flagKarsten Keil2009-02-041-1/+1
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-301-2/+2
|\|
| * e1000: fix bug with shared interrupt during resetJesse Brandeburg2009-01-281-2/+2
* | e1000: drop lltx, remove unnecessary lockAlexander Duyck2009-01-212-28/+3Star
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-211-5/+5
|/
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-2/+2
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-5/+5
* e1000: e1000_adapter->polling_netdev is uselessWang Chen2008-12-042-27/+1Star
* e1000: cleanup link up/down messagesJeff Kirsher2008-11-271-5/+7
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-1/+1
* e1000: convert to net_device_opsStephen Hemminger2008-11-201-14/+21
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-192-2/+7
|\
| * e1000: Use device_set_wakeup_enable\"Rafael J. Wysocki\2008-11-162-2/+7
* | netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-131-5/+4Star
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-2/+0Star
* | pci: use pci_ioremap_bar() in drivers/netArjan van de Ven2008-10-311-5/+2Star
* | net: convert print_mac to %pMJohannes Berg2008-10-281-2/+1Star
|/
* e1000: allow VLAN devices to use TSO and CSUM offloadPatrick McHardy2008-10-111-0/+5
* e1000: don't generate bad checksums for tcp packets with 0 csumDave Graham2008-10-091-19/+36
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-011-0/+23
|\
| * e1000: prevent corruption of EEPROM/NVMChristopher Li2008-09-191-0/+23
* | e1000: remove unused Kconfig option for disabling packet splitBrandeburg, Jesse2008-09-252-424/+9Star
|/
* e1000: fix stack sizeLinus Torvalds2008-08-271-36/+45
* e1000: make ioport freeTaku Izumi2008-07-232-13/+74
* e1000: delete non NAPI code from the driverFrancois Romieu2008-07-232-147/+14Star
* e1000: remove email referenceJeff Kirsher2008-07-231-1/+1
* e1000: Move assignments in tests before testJoe Perches2008-07-232-34/+56
* e1000: checkpatch cleanJoe Perches2008-07-231-14/+20
* e1000: Remove spaces after casts and function namesJoe Perches2008-07-235-51/+50Star
* e1000: Move extern function definitions to e1000.hJoe Perches2008-07-232-14/+10Star
* e1000: Use hw, er32, and ew32Joe Perches2008-07-234-970/+1029
* e1000: neaten function declarationsJoe Perches2008-07-234-671/+385Star
* e1000: resolve tx multiqueue bugBen Hutchings2008-07-191-0/+2
* netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy2008-07-171-7/+1Star
* netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy2008-07-171-4/+10
* netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy2008-07-071-8/+4Star
* Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-06-291-34/+0Star
|\
| * e1000: remove e1000_clean_tx_irq call from e1000_netpollAndy Gospodarek2008-06-281-1/+0Star