aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24e1000: make e1000_reinit_safe localstephen hemminger1-1/+1
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-23e1000: use GRO for receiveJesse Brandeburg1-11/+8
2010-09-23e1000: fix occasional panic on unloadJesse Brandeburg1-1/+19
2010-09-23e1000: use work queuesJesse Brandeburg2-1/+27
2010-09-22e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou1-1/+3
2010-09-08e1000: fix Tx hangs by disabling 64-bit DMAJesse Brandeburg1-70/+92
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+2
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches1-3/+3
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher1-0/+3
2010-07-26e1000: use netif_<level> instead of netdev_<level>Emil Tantilov3-61/+70
2010-07-19e1000: allow option to limit number of descriptors down to 48 per ringAlexander Duyck1-2/+2
2010-06-13e1000: Fix message logging defectJoe Perches1-9/+8
2010-05-14ixgb and e1000: Use new function for copybreak testsJoe Perches1-20/+27
2010-05-14e1000: cleanup unused parametersJesse Brandeburg1-8/+0
2010-05-14e1000: fix WARN_ON with mac-vlanJesse Brandeburg1-2/+0
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches2-6/+0
2010-05-05e1000/e1000e: implement a simple interrupt moderationJesse Brandeburg3-6/+30
2010-04-27e1000: Use netdev_<level>, pr_<level> and dev_<level>Emil Tantilov7-405/+367
2010-04-27e1000: use DMA API instead of PCI DMA functionsNick Nunley2-68/+88
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. Miller2-9/+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 Tantilov2-9/+1
2010-03-24net/intel: remove trailing space in messagesFrans Pop1-2/+2
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 Nunley3-2/+20
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. Miller2-7/+18
2010-01-20e1000: enhance frame fragment detectionJesse Brandeburg2-2/+13
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 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