aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-30e1000: Fix driver to be used on PA RISC C8000 workstationsJeff Kirsher1-0/+6
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg2-0/+9
2011-07-21e1000: always call e1000_check_for_link() on e1000_ce4100 MACs.Nicolas Schichan1-4/+7
2011-07-21e1000: do vlan cleanupJiri Pirko2-62/+108
2011-06-21e1000: convert to ndo_fix_featuresMichał Mirosław2-73/+26
2011-06-17e1000: remove unnecessary codeGreg Dietsche1-6/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-07e1000: convert to set_phys_idJeff Kirsher2-37/+16
2011-04-29net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny3-20/+26
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-02e1000: fix sparse warningStephen Hemminger1-1/+2
2011-02-08e1000: add support for Marvell Alaska M88E1118R PHYFlorian Fainelli2-1/+4
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+9
2011-01-14e1000: Avoid unhandled IRQJesse Brandeburg1-1/+9
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2011-01-09e1000: Add support for the CE4100 reference platformDirk Brandewie4-76/+365
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-4/+8
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław1-1/+1
2010-12-10Intel Wired LAN drivers: Use static constJeff Kirsher2-16/+17
2010-12-10e1000: fix return value not set on errorDean Nelson1-4/+6
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+8
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-11-21e1000: fix screaming IRQAnupam Chanda1-4/+8
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König2-2/+2
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