summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
AgeCommit message (Expand)AuthorLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher-17024/+0
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg-0/+9
2011-07-21e1000: always call e1000_check_for_link() on e1000_ce4100 MACs.Nicolas Schichan-4/+7
2011-07-21e1000: do vlan cleanupJiri Pirko-62/+108
2011-06-21e1000: convert to ndo_fix_featuresMichał Mirosław-73/+26
2011-06-17e1000: remove unnecessary codeGreg Dietsche-6/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker-0/+1
2011-05-07e1000: convert to set_phys_idJeff Kirsher-37/+16
2011-04-29net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny-20/+26
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny-2/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny-2/+4
2011-03-31Fix common misspellingsLucas De Marchi-3/+3
2011-03-02e1000: fix sparse warningStephen Hemminger-1/+2
2011-02-08e1000: add support for Marvell Alaska M88E1118R PHYFlorian Fainelli-1/+4
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-1/+9
2011-01-14e1000: Avoid unhandled IRQJesse Brandeburg-1/+9
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-2/+2
2011-01-09e1000: Add support for the CE4100 reference platformDirk Brandewie-76/+365
2010-12-22Merge branch 'master' into for-nextJiri Kosina-4/+8
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław-1/+1
2010-12-10Intel Wired LAN drivers: Use static constJeff Kirsher-16/+17
2010-12-10e1000: fix return value not set on errorDean Nelson-4/+6
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-4/+8
2010-11-27drivers/net: use vzalloc()Eric Dumazet-4/+2
2010-11-21e1000: fix screaming IRQAnupam Chanda-4/+8
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-2/+2
2010-10-24e1000: make e1000_reinit_safe localstephen hemminger-1/+1
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross-1/+1
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet-1/+1
2010-09-23e1000: use GRO for receiveJesse Brandeburg-11/+8
2010-09-23e1000: fix occasional panic on unloadJesse Brandeburg-1/+19
2010-09-23e1000: use work queuesJesse Brandeburg-1/+27
2010-09-22e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou-1/+3
2010-09-08e1000: fix Tx hangs by disabling 64-bit DMAJesse Brandeburg-70/+92
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet-1/+2
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches-3/+3
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher-0/+3
2010-07-26e1000: use netif_<level> instead of netdev_<level>Emil Tantilov-61/+70
2010-07-19e1000: allow option to limit number of descriptors down to 48 per ringAlexander Duyck-2/+2
2010-06-13e1000: Fix message logging defectJoe Perches-9/+8
2010-05-14ixgb and e1000: Use new function for copybreak testsJoe Perches-20/+27
2010-05-14e1000: cleanup unused parametersJesse Brandeburg-8/+0
2010-05-14e1000: fix WARN_ON with mac-vlanJesse Brandeburg-2/+0
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches-6/+0
2010-05-05e1000/e1000e: implement a simple interrupt moderationJesse Brandeburg-6/+30
2010-04-27e1000: Use netdev_<level>, pr_<level> and dev_<level>Emil Tantilov-405/+367
2010-04-27e1000: use DMA API instead of PCI DMA functionsNick Nunley-68/+88
2010-04-14drivers: net: use skb_headlen()Eric Dumazet-2/+2
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-9/+1