summaryrefslogtreecommitdiff
path: root/drivers/net/e1000/e1000_main.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-03e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced...Jeff Kirsher1-10/+57
2006-03-03e1000: Fix Quadport Wake on LANJeff Kirsher1-0/+10
2006-03-03e1000: Fix dhcp issue when the skb structure fields are not filled properlyJeff Kirsher1-1/+1
2006-03-03e1000: Fix AMT losing connectivity when switching VLAN in passive modeJeff Kirsher1-1/+2
2006-03-03e1000: Remove Multiqueue code until we have support for MSI-X in our hardwareJeff Kirsher1-223/+4
2006-03-01[PATCH] e1000: revert to single descriptor for legacy receive pathJeff Kirsher1-73/+46
2006-01-19[PATCH] e1000: fix compile warningJesse Brandeburg1-1/+1
2006-01-19[PATCH] e1000: fix receive breakageJesse Brandeburg1-11/+26
2006-01-19[PATCH] e1000: Added driver commentsJesse Brandeburg1-5/+67
2006-01-19[PATCH] e1000: Fix whitespaceJesse Brandeburg1-247/+249
2006-01-19[PATCH] e1000: Added functions to save and restore configJesse Brandeburg1-2/+58
2006-01-19[PATCH] e1000: Added RX buffer enhancementsJesse Brandeburg1-59/+78
2006-01-19[PATCH] e1000: Added disable packet split capabilityJesse Brandeburg1-2/+2
2006-01-17[PATCH] e1000: Removed unused variables and initialized variablesJeff Kirsher1-1/+1
2006-01-17[PATCH] e1000: Cleaned up code and removed hard coded numbersJeff Kirsher1-13/+21
2006-01-17[PATCH] e1000: Added copy break codeJeff Kirsher1-12/+47
2006-01-17[PATCH] e1000: Added variable to handle return values for pci_enable_* functionsJeff Kirsher1-11/+33
2006-01-17[PATCH] e1000: Added PCIe bus informationJeff Kirsher1-0/+20
2006-01-17[PATCH] e1000: Added hardware support for PCI express, 82546GB, and 82571 FiberJeff Kirsher1-2/+3
2006-01-17[PATCH] e1000: Added cleaned_count to RX buffer allocationJeff Kirsher1-22/+46
2006-01-17[PATCH] e1000: Added interrupt auto mask supportJeff Kirsher1-6/+25
2006-01-17[PATCH] e1000: Fix Netpoll issueJeff Kirsher1-0/+3
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 Kirsher1-10/+18
2006-01-17[PATCH] e1000: Fix TX timeout logicJeff Kirsher1-10/+6
2006-01-17[PATCH] e1000: Fix Desc. Rings and Jumbo FramesJeff Kirsher1-47/+61
2006-01-17[PATCH] e1000: Fix TX queue length based on link speedJeff Kirsher1-0/+15
2006-01-17[PATCH] e1000: Fix flow control water marksJeff Kirsher1-14/+7
2006-01-17[PATCH] e1000: Fix mulitple queuesJeff Kirsher1-5/+42
2006-01-17[PATCH] e1000: Fix adapter structure and prepare for multique fixJeff Kirsher1-32/+44
2006-01-17[PATCH] Fix e1000 statsJeff Kirsher1-4/+4
2006-01-17[PATCH] e1000: Fix ASF/AMT for 8257{1|2|3} controllersJeff Kirsher1-70/+105
2006-01-17[PATCH] e1000: Fix SoL/IDER link and loopbackJeff Kirsher1-5/+11
2006-01-17[PATCH] e1000: General FixesJeff Kirsher1-5/+9
2006-01-17[PATCH] e1000: Fix TSOJeff Kirsher1-19/+18
2006-01-17[PATCH] e1000: Fix jumbo frame performanceJeff Kirsher1-2/+2
2005-12-13e1000: Fixes for 8357xJeff Kirsher1-40/+24
2005-12-01[PATCH] e1000: fix for dhcp issueJesse Brandeburg1-13/+1
2005-11-06[PATCH] drivers/net/e1000/: possible cleanupsAdrian Bunk1-15/+16
2005-10-29[PATCH] e1000: Fixes e1000_suspend warning when CONFIG_PM is not enabledAshutosh Naik1-1/+1
2005-10-29[PATCH] e1000: use vmalloc_node()Ravikiran G Thirumalai1-2/+3
2005-10-29[PATCH] e1000: remove warning about e1000_suspendMartin J. Bligh1-1/+1
2005-10-20[PATCH] e1000: Driver version, white space, comments, device id & otherMallikarjuna R Chilakala1-4/+9
2005-10-19[PATCH] e1000 build fixAndrew Morton1-1/+1
2005-10-19[PATCH] e1000_intr build fixAndrew Morton1-1/+1
2005-10-04e1000: fix warningsJeff Garzik1-6/+9
2005-10-04e1000: Fixes for packet split related issuesMallikarjuna R Chilakala1-34/+54
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