summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
Commit message (Expand)AuthorAgeFilesLines
* e1000: Fix for e1000 kills IPMI on a tagged vlan.Graham, David2009-09-021-1/+10
* intel: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+4
* e1000: Remove unused function e1000_mta_set.Graham, David2009-08-271-46/+0Star
* e1000: fix flow control thresholdsJesse Brandeburg2009-07-073-30/+33
* e1000: implement jumbo receive with partial descriptorsJesse Brandeburg2009-07-072-38/+391
* e1000: allow ethtool coalesece to adjust interrupts per secondJesse Brandeburg2009-07-072-1/+53
* e1000: return PCI_ERS_RESULT_DISCONNECT on permanent errorAndre Detsch2009-07-011-0/+3
* e1000: fix unmap bugJesse Brandeburg2009-07-011-1/+7
* net: group address list and its countJiri Pirko2009-06-181-2/+2
* net: skb_shared_info optimizationEric Dumazet2009-06-081-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-031-2/+3
|\
| * e1000: add missing length check to e1000 receive routineNeil Horman2009-06-021-2/+3
* | net: convert unicast addr listJiri Pirko2009-05-301-9/+15
* | net: dont update dev->trans_startEric Dumazet2009-05-291-1/+0Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-081-1/+1
|\|
| * e1000: fix virtualization bugJesse Brandeburg2009-05-051-1/+1
* | e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg2009-05-071-0/+2
* | e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg2009-04-221-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-211-3/+3
|\|
| * e1000: fix transmit routine exit bugJesse Brandeburg2009-04-171-3/+3
* | e1000: init link state correctlyJesse Brandeburg2009-04-201-4/+5
|/
* 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
|/