aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-12-02e1000: remove use of skb_dma_map from e1000 driverAlexander Duyck2-16/+41
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-2/+2
2009-10-13e1000: Fix erroneous display of stats by ethtool -SAjit Khaparde1-5/+22
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-22/+7
2009-10-07e1000: Use the instance of net_device_stats from net_device.Ajit Khaparde3-27/+27
2009-09-26e1000: cleanup unused prototypeDon Skidmore1-1/+0
2009-09-26e1000: fix namespacecheck warningsJesse Brandeburg2-15/+1
2009-09-26e1000: drop unused functionality for eeprom write/readJesse Brandeburg2-120/+3
2009-09-26e1000: updated whitespace and commentsJesse Brandeburg3-6229/+6337
2009-09-26e1000: drop redunant line of code, cleanupJesse Brandeburg1-8/+4
2009-09-26e1000: remove races when changing mtuJesse Brandeburg1-2/+14
2009-09-26e1000: two workarounds were incomplete, fix themJesse Brandeburg1-7/+10
2009-09-26e1000: fix tx waking queue after queue stopped during shutdownJesse Brandeburg1-6/+9
2009-09-26e1000: test link state conclusivelyJesse Brandeburg4-77/+157
2009-09-26e1000: stop timers at appropriate timesJesse Brandeburg1-7/+19
2009-09-26e1000: use netif_tx_disableJesse Brandeburg1-2/+1
2009-09-26e1000: remove unused functionsJesse Brandeburg2-174/+2
2009-09-26e1000: drop dead pcie code from e1000Jesse Brandeburg6-4335/+193
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-4/+0
2009-09-01e1000: Fix for e1000 kills IPMI on a tagged vlan.Graham, David1-1/+10
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger1-2/+4
2009-08-26e1000: Remove unused function e1000_mta_set.Graham, David1-46/+0
2009-07-06e1000: fix flow control thresholdsJesse Brandeburg3-30/+33
2009-07-06e1000: implement jumbo receive with partial descriptorsJesse Brandeburg2-38/+391
2009-07-06e1000: allow ethtool coalesece to adjust interrupts per secondJesse Brandeburg2-1/+53
2009-06-30e1000: return PCI_ERS_RESULT_DISCONNECT on permanent errorAndre Detsch1-0/+3
2009-06-30e1000: fix unmap bugJesse Brandeburg1-1/+7
2009-06-18net: group address list and its countJiri Pirko1-2/+2
2009-06-08net: skb_shared_info optimizationEric Dumazet1-2/+2
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2009-06-02e1000: add missing length check to e1000 receive routineNeil Horman1-2/+3
2009-05-29net: convert unicast addr listJiri Pirko1-9/+15
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-05-07e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg1-0/+2
2009-05-04e1000: fix virtualization bugJesse Brandeburg1-1/+1
2009-04-22e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg1-2/+2
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2009-04-20e1000: init link state correctlyJesse Brandeburg1-4/+5
2009-04-17e1000: fix transmit routine exit bugJesse Brandeburg1-3/+3
2009-04-16NET/e1000: Fix powering off during shutdownRafael J. Wysocki1-13/+33
2009-04-14e1000/e1000: fix compile warningJesse Brandeburg1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-04e1000: fix loss of multicast packetsJesse Brandeburg1-8/+26
2009-03-26e1000: fix close race with interruptJesse Brandeburg1-4/+24
2009-03-26e1000: cleanup clean_tx_irq routine so that it completely cleans ringAlexander Duyck1-12/+9
2009-03-26e1000: fix tx hang detect logic and address dma mapping issuesAlexander Duyck1-25/+30