summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_main.c
Commit message (Expand)AuthorAgeFilesLines
* BUG_ON() Conversion in drivers/net/Eric Sesterhenn2006-04-021-2/+1
* [NET]: dev_put/dev_hold cleanupStephen Hemminger2006-03-201-1/+1
* Merge branch 'upstream-fixes'Jeff Garzik2006-03-161-4/+4
|\
| * [PATCH] e1000 endianness bugsDavid S. Miller2006-03-161-4/+4
* | [PATCH] drivers/net/e1000/: proper prototypesAdrian Bunk2006-03-111-14/+0
* | 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-081-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-021-62/+39
* | e1000: Added a performance enhancement - prefetchJeff Kirsher2006-03-021-3/+15
* | e1000: Add copybreak when using packet splitJeff Kirsher2006-03-021-0/+30
* | e1000: Fixed the following issues with ESB2 (requires ESB2 support):Jeff Kirsher2006-03-021-11/+54
* | e1000: Add support for new hardware (ESB2)Jeff Kirsher2006-03-021-0/+5
* | e1000: Add performance enahancement by balancing TX and RXJeff Kirsher2006-03-021-0/+8
* | e1000: Add enabled Jumbo frame support for 82573LJeff Kirsher2006-03-021-1/+15
* | e1000: Add 82573 controller support to TSO fixJeff Kirsher2006-03-021-11/+19
* | e1000: Fix filling skb descriptors while using packet splitJeff Kirsher2006-03-021-5/+2
* | e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced...Jeff Kirsher2006-03-021-10/+57
* | e1000: Fix Quadport Wake on LANJeff Kirsher2006-03-021-0/+10
* | e1000: Fix dhcp issue when the skb structure fields are not filled properlyJeff Kirsher2006-03-021-1/+1
* | e1000: Fix AMT losing connectivity when switching VLAN in passive modeJeff Kirsher2006-03-021-1/+2
* | e1000: Remove Multiqueue code until we have support for MSI-X in our hardwareJeff Kirsher2006-03-021-223/+4
|/
* [PATCH] e1000: revert to single descriptor for legacy receive pathJeff Kirsher2006-02-281-73/+46
* [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-181-247/+249
* [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-171-1/+1
* [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 hardware support for PCI express, 82546GB, and 82571 FiberJeff Kirsher2006-01-171-2/+3
* [PATCH] e1000: Added cleaned_count to RX buffer allocationJeff Kirsher2006-01-171-22/+46
* [PATCH] e1000: Added interrupt auto mask supportJeff Kirsher2006-01-171-6/+25
* [PATCH] e1000: Fix Netpoll issueJeff Kirsher2006-01-171-0/+3
* [PATCH] e1000: Fix VLAN supportJeff Kirsher2006-01-171-1/+5
* [PATCH] e1000: Fix __pskb_pull_tailJeff Kirsher2006-01-171-8/+7
* [PATCH] e1000: Fix collision distanceJeff Kirsher2006-01-171-10/+18
* [PATCH] e1000: Fix TX timeout logicJeff Kirsher2006-01-171-10/+6
* [PATCH] e1000: Fix Desc. Rings and Jumbo FramesJeff Kirsher2006-01-171-47/+61
* [PATCH] e1000: Fix TX queue length based on link speedJeff Kirsher2006-01-171-0/+15
* [PATCH] e1000: Fix flow control water marksJeff Kirsher2006-01-171-14/+7
* [PATCH] e1000: Fix mulitple queuesJeff Kirsher2006-01-171-5/+42
* [PATCH] e1000: Fix adapter structure and prepare for multique fixJeff Kirsher2006-01-171-32/+44
* [PATCH] Fix e1000 statsJeff Kirsher2006-01-171-4/+4
OpenPOWER on IntegriCloud