aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/e1000
AgeCommit message (Expand)Author
2010-06-13e1000: Fix message logging defectJoe Perches
2010-05-14ixgb and e1000: Use new function for copybreak testsJoe Perches
2010-05-14e1000: cleanup unused parametersJesse Brandeburg
2010-05-14e1000: fix WARN_ON with mac-vlanJesse Brandeburg
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-05e1000/e1000e: implement a simple interrupt moderationJesse Brandeburg
2010-04-27e1000: Use netdev_<level>, pr_<level> and dev_<level>Emil Tantilov
2010-04-27e1000: use DMA API instead of PCI DMA functionsNick Nunley
2010-04-14drivers: net: use skb_headlen()Eric Dumazet
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-27e1000: do not modify tx_queue_len on link speed changeEmil Tantilov
2010-03-24net/intel: remove trailing space in messagesFrans Pop
2010-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-23e1000: Fix DMA mapping error handling on RXAnton Blanchard
2010-02-23e1000: correct wrong coding style for "else"Jiri Pirko
2010-02-22e1000: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-03e1000: call pci_save_state after pci_restore_stateNick Nunley
2010-02-03e1000: Report link status in ethtool when interface is downNick Nunley
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-25net: use helpers to access uc list V2Jiri Pirko
2010-01-23e1000/e1000e: don't use small hardware rx buffersJesse Brandeburg
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-20e1000: enhance frame fragment detectionJesse Brandeburg
2010-01-20e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-12-02e1000: remove use of skb_dma_map from e1000 driverAlexander Duyck
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-10-13e1000: Fix erroneous display of stats by ethtool -SAjit Khaparde
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-10-07e1000: Use the instance of net_device_stats from net_device.Ajit Khaparde
2009-09-26e1000: cleanup unused prototypeDon Skidmore
2009-09-26e1000: fix namespacecheck warningsJesse Brandeburg
2009-09-26e1000: drop unused functionality for eeprom write/readJesse Brandeburg
2009-09-26e1000: updated whitespace and commentsJesse Brandeburg
2009-09-26e1000: drop redunant line of code, cleanupJesse Brandeburg
2009-09-26e1000: remove races when changing mtuJesse Brandeburg
2009-09-26e1000: two workarounds were incomplete, fix themJesse Brandeburg
2009-09-26e1000: fix tx waking queue after queue stopped during shutdownJesse Brandeburg
2009-09-26e1000: test link state conclusivelyJesse Brandeburg
2009-09-26e1000: stop timers at appropriate timesJesse Brandeburg
2009-09-26e1000: use netif_tx_disableJesse Brandeburg
2009-09-26e1000: remove unused functionsJesse Brandeburg
2009-09-26e1000: drop dead pcie code from e1000Jesse Brandeburg
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings
2009-09-01e1000: Fix for e1000 kills IPMI on a tagged vlan.Graham, David
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger
2009-08-26e1000: Remove unused function e1000_mta_set.Graham, David