aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
AgeCommit message (Expand)AuthorFilesLines
2006-01-17[PATCH] e1000: Fix VLAN supportJeff Kirsher1-1/+5
2006-01-17[PATCH] e1000: Fix __pskb_pull_tailJeff Kirsher1-8/+7
2006-01-17[PATCH] e1000: Fix collision distanceJeff Kirsher3-13/+29
2006-01-17[PATCH] e1000: Fix bit 22 (TXDCTL) for 82571 & 82572 controllersJeff Kirsher1-1/+0
2006-01-17[PATCH] e1000: Fix desc. clean upJeff Kirsher1-2/+3
2006-01-17[PATCH] e1000: Fix TX timeout logicJeff Kirsher1-10/+6
2006-01-17[PATCH] e1000: Fix Desc. Rings and Jumbo FramesJeff Kirsher1-46/+60
2006-01-17[PATCH] e1000: Fix TX queue length based on link speedJeff Kirsher2-0/+16
2006-01-17[PATCH] e1000: Fix flow control water marksJeff Kirsher2-15/+8
2006-01-17[PATCH] e1000: Fix EEPROM read logicJeff Kirsher1-8/+10
2006-01-17[PATCH] e1000: Fix PHY reset when blockedJeff Kirsher1-0/+5
2006-01-17[PATCH] e1000: Fix loopback logicJeff Kirsher1-24/+46
2006-01-17[PATCH] e1000: Fix mulitple queuesJeff Kirsher3-18/+120
2006-01-17[PATCH] e1000: Fix adapter structure and prepare for multique fixJeff Kirsher5-39/+55
2006-01-17[PATCH] e1000: Fix LED functionality for 82573Jeff Kirsher1-7/+15
2006-01-17[PATCH] Fix e1000 statsJeff Kirsher3-4/+8
2006-01-17[PATCH] e1000: Fix PHY config for 82573 controllerJeff Kirsher1-0/+6
2006-01-17[PATCH] e1000: Fix ASF/AMT for 8257{1|2|3} controllersJeff Kirsher2-70/+107
2006-01-17[PATCH] e1000: Fix SoL/IDER link and loopbackJeff Kirsher3-85/+65
2006-01-17[PATCH] e1000: General FixesJeff Kirsher2-7/+15
2006-01-17[PATCH] e1000: Fix TSOJeff Kirsher1-19/+18
2006-01-17[PATCH] e1000: Fix jumbo frame performanceJeff Kirsher1-2/+2
2006-01-09[PATCH] e1000: Fix invalid memory referenceKenji Kaneshige1-3/+7
2005-12-13e1000: Fixes for 8357xJeff Kirsher5-84/+150
2005-12-03Merge branch 'master'Jeff Garzik1-13/+1
2005-12-01[PATCH] e1000: fix for dhcp issueJesse Brandeburg1-13/+1
2005-11-18[PATCH] e1000: zero-out pointers in e1000_free_desc_ringsJohn W. Linville1-2/+10
2005-11-18[PATCH] e1000: avoid leak when e1000_setup_loopback_test failsJohn W. Linville1-1/+3
2005-11-05[PATCH] drivers/net/e1000/: possible cleanupsAdrian Bunk4-89/+87
2005-10-28[PATCH] e1000: Fixes e1000_suspend warning when CONFIG_PM is not enabledAshutosh Naik1-1/+1
2005-10-28[PATCH] e1000: use vmalloc_node()Ravikiran G Thirumalai1-2/+3
2005-10-28[PATCH] e1000: remove warning about e1000_suspendMartin J. Bligh1-1/+1
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl1-5/+2
2005-10-20[PATCH] e1000: Driver version, white space, comments, device id & otherMallikarjuna R Chilakala1-4/+9
2005-10-18[PATCH] e1000 build fixAndrew Morton1-1/+1
2005-10-18[PATCH] e1000_intr build fixAndrew Morton1-1/+1
2005-10-04e1000: fix warningsJeff Garzik1-6/+9
2005-10-04e1000: Flush shadow RAMMallikarjuna R Chilakala2-2/+5
2005-10-04e1000: Added msleep_interruptible delayMallikarjuna R Chilakala1-0/+1
2005-10-04e1000: Fixes for packet split related issuesMallikarjuna R Chilakala3-38/+60
2005-10-04e1000: Enable custom configuration bits for 82571/2 controllersMallikarjuna R Chilakala1-0/+23
2005-10-04e1000: implementation of the multi-queue featureMallikarjuna R Chilakala1-3/+188
2005-10-04e1000: multi-queue defines/modification to data structuresMallikarjuna R Chilakala4-243/+564
2005-10-04e1000: Support for 82571 and 82572 controllersMallikarjuna R Chilakala4-54/+372
2005-09-21Merge /spare/repo/linux-2.6/Jeff Garzik1-1/+0
2005-09-14[PATCH] e1000: support ETHTOOL_GPERMADDRJohn W. Linville2-1/+3
2005-09-14[PATCH] e1000: correct rx_dropped countingJohn W. Linville1-1/+0
2005-09-05[PATCH] (2/7) iomem annotations (e1000)viro@ftp.linux.org.uk1-1/+1
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek1-8/+6
2005-08-19[PATCH] e1000 printk warning fix 2Andrew Morton1-2/+2