summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
Commit message (Expand)AuthorAgeFilesLines
* [NET]: dev_put/dev_hold cleanupStephen Hemminger2006-03-211-1/+1
* Merge branch 'upstream-fixes'Jeff Garzik2006-03-171-4/+4
|\
| * [PATCH] e1000 endianness bugsDavid S. Miller2006-03-171-4/+4
* | [PATCH] drivers/net/e1000/: proper prototypesAdrian Bunk2006-03-123-27/+22Star
* | Merge branch 'e1000-upstream' of git://198.78.49.142/linux-2.6Jeff Garzik2006-03-111-3/+3
|\ \
| * | e1000: Fix mii-tool access to setting speed and duplexJeff Kirsher2006-03-091-3/+3
* | | Merge branch 'upstream-fixes'Jeff Garzik2006-03-111-1/+1
|\ \ \ | |/ / |/| / | |/
| * [PATCH] Wrong return value corrupts free object in e1000 driverDavid S. Miller2006-03-111-1/+1
* | e1000: Added driver comments and whitespace changes. Modified long lines of ...Jeff Kirsher2006-03-034-82/+60Star
* | e1000: Added a performance enhancement - prefetchJeff Kirsher2006-03-031-3/+15
* | e1000: Add copybreak when using packet splitJeff Kirsher2006-03-031-0/+30
* | e1000: Fixed the following issues with ESB2 (requires ESB2 support):Jeff Kirsher2006-03-033-14/+65
* | e1000: Add support for new hardware (ESB2)Jeff Kirsher2006-03-034-16/+964
* | e1000: Add performance enahancement by balancing TX and RXJeff Kirsher2006-03-031-0/+8
* | e1000: Add enabled Jumbo frame support for 82573LJeff Kirsher2006-03-032-1/+20
* | e1000: Add 82573 controller support to TSO fixJeff Kirsher2006-03-031-11/+19
* | e1000: Fix filling skb descriptors while using packet splitJeff Kirsher2006-03-031-5/+2Star
* | e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced...Jeff Kirsher2006-03-034-11/+66
* | e1000: Fix Quadport Wake on LANJeff Kirsher2006-03-033-1/+41
* | e1000: Fix RSS if enabled in mid-connectionJeff Kirsher2006-03-032-1/+30
* | e1000: Fix 82543 issue when reading eepromJeff Kirsher2006-03-031-1/+7
* | e1000: Fix dhcp issue when the skb structure fields are not filled properlyJeff Kirsher2006-03-031-1/+1
* | e1000: Fix AMT losing connectivity when switching VLAN in passive modeJeff Kirsher2006-03-031-1/+2
* | e1000: Fix unecessary delay for 82573 controllersJeff Kirsher2006-03-031-6/+0Star
* | e1000: Fix lock up while setting ring parametersJeff Kirsher2006-03-031-3/+3
* | e1000: Fix dead countersJeff Kirsher2006-03-031-1/+0Star
* | e1000: Remove Multiqueue code until we have support for MSI-X in our hardwareJeff Kirsher2006-03-033-292/+4Star
|/
* [PATCH] e1000: revert to single descriptor for legacy receive pathJeff Kirsher2006-03-012-76/+46Star
* [PATCH] e1000: fix compile warningJesse Brandeburg2006-01-181-1/+1
* [PATCH] e1000: fix receive breakageJesse Brandeburg2006-01-181-11/+26
* [PATCH] e1000: Added driver commentsJesse Brandeburg2006-01-181-5/+67
* [PATCH] e1000: Fix whitespaceJesse Brandeburg2006-01-186-441/+443
* [PATCH] e1000: Added functions declarationsJesse Brandeburg2006-01-181-0/+3
* [PATCH] e1000: Added functions to save and restore configJesse Brandeburg2006-01-181-2/+58
* [PATCH] e1000: Added RX buffer enhancementsJesse Brandeburg2006-01-181-59/+78
* [PATCH] e1000: Added disable packet split capabilityJesse Brandeburg2006-01-181-2/+2
* [PATCH] e1000: Removed unused variables and initialized variablesJeff Kirsher2006-01-172-2/+2
* [PATCH] e1000: Cleaned up code and removed hard coded numbersJeff Kirsher2006-01-171-13/+21
* [PATCH] e1000: Added copy break codeJeff Kirsher2006-01-171-12/+47
* [PATCH] e1000: Added variable to handle return values for pci_enable_* functionsJeff Kirsher2006-01-171-11/+33
* [PATCH] e1000: Added PCIe bus informationJeff Kirsher2006-01-171-0/+20
* [PATCH] e1000: Added firmware version reporting for 8257{1|2|3} controllersJeff Kirsher2006-01-171-1/+20
* [PATCH] e1000: Added hardware support for PCI express, 82546GB, and 82571 FiberJeff Kirsher2006-01-174-2/+36
* [PATCH] e1000: Added cleaned_count to RX buffer allocationJeff Kirsher2006-01-172-26/+51
* [PATCH] e1000: Added interrupt auto mask supportJeff Kirsher2006-01-171-6/+25
* [PATCH] e1000: Fix Netpoll issueJeff Kirsher2006-01-171-0/+3
* [PATCH] e1000: Fixed frame size logicJeff Kirsher2006-01-171-2/+2
* [PATCH] e1000: Fix VLAN supportJeff Kirsher2006-01-171-1/+5
* [PATCH] e1000: Fix __pskb_pull_tailJeff Kirsher2006-01-171-8/+7Star
* [PATCH] e1000: Fix collision distanceJeff Kirsher2006-01-173-13/+29