aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14ixgb and e1000: Use new function for copybreak testsJoe Perches1-20/+27
2010-05-14e1000: fix WARN_ON with mac-vlanJesse Brandeburg1-2/+0
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-05e1000/e1000e: implement a simple interrupt moderationJesse Brandeburg1-1/+17
2010-04-27e1000: Use netdev_<level>, pr_<level> and dev_<level>Emil Tantilov1-125/+114
2010-04-27e1000: use DMA API instead of PCI DMA functionsNick Nunley1-48/+62
2010-04-14drivers: net: use skb_headlen()Eric Dumazet1-2/+2
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-4/+3
2010-03-27e1000: do not modify tx_queue_len on link speed changeEmil Tantilov1-8/+1
2010-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+18
2010-02-23e1000: Fix DMA mapping error handling on RXAnton Blanchard1-1/+18
2010-02-23e1000: correct wrong coding style for "else"Jiri Pirko1-2/+1
2010-02-22e1000: convert to use netdev_for_each_mc_addrJiri Pirko1-20/+17
2010-02-03e1000: call pci_save_state after pci_restore_stateNick Nunley1-0/+4
2010-02-03e1000: Report link status in ethtool when interface is downNick Nunley1-1/+1
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-19/+1
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-2/+2
2010-01-23e1000/e1000e: don't use small hardware rx buffersJesse Brandeburg1-19/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+16
2010-01-20e1000: enhance frame fragment detectionJesse Brandeburg1-2/+11
2010-01-20e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin1-5/+5
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
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 Duyck1-16/+40
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 Khaparde1-21/+20
2009-09-26e1000: fix namespacecheck warningsJesse Brandeburg1-14/+0
2009-09-26e1000: updated whitespace and commentsJesse Brandeburg1-7/+5
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 Brandeburg1-8/+41
2009-09-26e1000: stop timers at appropriate timesJesse Brandeburg1-7/+19
2009-09-26e1000: use netif_tx_disableJesse Brandeburg1-2/+1
2009-09-26e1000: drop dead pcie code from e1000Jesse Brandeburg1-623/+60
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-07-06e1000: fix flow control thresholdsJesse Brandeburg1-26/+32
2009-07-06e1000: implement jumbo receive with partial descriptorsJesse Brandeburg1-37/+388
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