summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
Commit message (Expand)AuthorAgeFilesLines
* e1000: fix mismerge skb_put.Auke Kok2006-04-181-2/+1Star
* e1000: fix mispatch for media type detect.Auke Kok2006-04-181-1/+1
* e1000: Version bump, contact fix, year string changeAuke Kok2006-04-158-9/+17
* e1000: implement more efficient tx queue lockingAuke Kok2006-04-151-6/+8
* e1000: Buffer optimizations for small MTUAuke Kok2006-04-152-37/+52
* e1000: Dead variable cleanupAuke Kok2006-04-151-2/+1Star
* e1000: Update truesize with the length of the packet for packet splitAuke Kok2006-04-151-0/+1
* e1000: Made an adapter struct variable into a local (txb2b)Auke Kok2006-04-152-6/+5Star
* e1000: De-inline functions to benefit from compiler smartnessAuke Kok2006-04-151-15/+15
* e1000: Esb2 wol link cycle bug and uninitialized registersAuke Kok2006-04-151-1/+3
* e1000: Remove PM warning DPRINTKs breaking 2.4.x kernelsAuke Kok2006-04-151-32/+10Star
* BUG_ON() Conversion in drivers/net/Eric Sesterhenn2006-04-021-2/+1Star
* [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