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