summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_main.c
Commit message (Expand)AuthorAgeFilesLines
* e1000: Fix DMA mapping error handling on RXAnton Blanchard2010-02-231-1/+18
* e1000/e1000e: don't use small hardware rx buffersJesse Brandeburg2010-01-231-19/+1Star
* e1000: enhance frame fragment detectionJesse Brandeburg2010-01-211-2/+11
* e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin2010-01-211-5/+5
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* e1000: remove use of skb_dma_map from e1000 driverAlexander Duyck2009-12-031-16/+40
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-22/+7Star
* e1000: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-081-21/+20Star
* e1000: fix namespacecheck warningsJesse Brandeburg2009-09-271-14/+0Star
* e1000: updated whitespace and commentsJesse Brandeburg2009-09-271-7/+5Star
* e1000: drop redunant line of code, cleanupJesse Brandeburg2009-09-271-8/+4Star
* e1000: remove races when changing mtuJesse Brandeburg2009-09-271-2/+14
* e1000: two workarounds were incomplete, fix themJesse Brandeburg2009-09-271-7/+10
* e1000: fix tx waking queue after queue stopped during shutdownJesse Brandeburg2009-09-271-6/+9
* e1000: test link state conclusivelyJesse Brandeburg2009-09-271-8/+41
* e1000: stop timers at appropriate timesJesse Brandeburg2009-09-271-7/+19
* e1000: use netif_tx_disableJesse Brandeburg2009-09-271-2/+1Star
* e1000: drop dead pcie code from e1000Jesse Brandeburg2009-09-271-623/+60Star
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-041-4/+0Star
* 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: fix flow control thresholdsJesse Brandeburg2009-07-071-26/+32
* e1000: implement jumbo receive with partial descriptorsJesse Brandeburg2009-07-071-37/+388
* 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