summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-0567-2390/+11404
|\
| * Merge branch 'master'Jeff Garzik2006-01-03147-894/+1194
| |\
| * | [PATCH] sky2: version 0.11Stephen Hemminger2005-12-241-1/+1
| * | [PATCH] sky2: handle hardware packet overrunStephen Hemminger2005-12-241-0/+9
| * | [PATCH] sky2: don't lose multicast addressesStephen Hemminger2005-12-241-2/+2
| * | [PATCH] sky2: handle out of memory on admin changesStephen Hemminger2005-12-241-32/+52
| * | [PATCH] skge: error handling on resumeStephen Hemminger2005-12-241-2/+2
| * | [PATCH] spidernet: fix Kconfig after BPA->CELL renameJens Osterkamp2005-12-241-1/+1
| * | [PATCH] git-netdev-all: s2io warning fixAndrew Morton2005-12-241-5/+11
| * | [PATCH] skge: version number (1.3)Stephen Hemminger2005-12-241-1/+1
| * | [PATCH] skge: handle out of memory on ring parameter changeStephen Hemminger2005-12-241-1/+4
| * | [PATCH] skge: get rid of Yukon2 definesStephen Hemminger2005-12-241-72/+1
| * | [PATCH] skge: handle out of memory on MTU size changesStephen Hemminger2005-12-241-6/+16
| * | [PATCH] skge: avoid up/down on pause param changesStephen Hemminger2005-12-241-4/+2
| * | [PATCH] skge: avoid up/down on speed changesStephen Hemminger2005-12-241-17/+24
| * | [PATCH] chelsio: transmit routine return valuesStephen Hemminger2005-12-242-11/+10
| * | Merge branch 'master'Jeff Garzik2005-12-248-33/+107
| |\ \
| * \ \ Merge branch 'master'Jeff Garzik2005-12-19112-1476/+1065
| |\ \ \
| * \ \ \ Merge branch 'master'Jeff Garzik2005-12-147-13/+20
| |\ \ \ \
| * \ \ \ \ Merge branch 'upstream-fixes'Jeff Garzik2005-12-1321-97/+303
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'upstream-fixes'Jeff Garzik2005-12-1339-160/+386
| |\ \ \ \ \ \
| * | | | | | | e1000: Fixes for 8357xJeff Kirsher2005-12-135-84/+150
| * | | | | | | Merge branch 'e1000'Jeff Garzik2005-12-131-3/+13
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master'Jeff Garzik2005-12-065-13/+19
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master'Jeff Garzik2005-12-04178-4984/+4543
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master'Jeff Garzik2005-12-01112-645/+1134
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master'Jeff Garzik2005-11-29280-2869/+3370
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master'Jeff Garzik2005-11-20127-1895/+2145
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linville-e1000' of git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-181-3/+13
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | [PATCH] e1000: zero-out pointers in e1000_free_desc_ringsJohn W. Linville2005-11-181-2/+10
| | | * | | | | | | | | | | | [PATCH] e1000: avoid leak when e1000_setup_loopback_test failsJohn W. Linville2005-11-181-1/+3
| * | | | | | | | | | | | | | [PATCH] sky2: version 0.10Stephen Hemminger2005-12-121-1/+1
| * | | | | | | | | | | | | | [PATCH] sky2: disable rx checksum on Yukon XLStephen Hemminger2005-12-121-1/+7
| * | | | | | | | | | | | | | [PATCH] sky2: turn on tx flow controlStephen Hemminger2005-12-121-1/+1
| * | | | | | | | | | | | | | [PATCH] sky2: prefetch tuningStephen Hemminger2005-12-121-0/+3
| * | | | | | | | | | | | | | [PATCH] sky2: quiet ring full message in case of raceStephen Hemminger2005-12-121-3/+8
| * | | | | | | | | | | | | | [PATCH] sky2: handle tx timeoutStephen Hemminger2005-12-121-3/+14
| * | | | | | | | | | | | | | [PATCH] sky2: interrupt coalescing tuningStephen Hemminger2005-12-121-15/+11
| * | | | | | | | | | | | | | [PATCH] sky2: interrupt/poll optimizationStephen Hemminger2005-12-121-4/+2
| * | | | | | | | | | | | | | [PATCH] sky2: transmit complete routine optimizationStephen Hemminger2005-12-121-19/+16
| * | | | | | | | | | | | | | [PATCH] sky2: transmit complete index optimizationStephen Hemminger2005-12-121-16/+19
| * | | | | | | | | | | | | | [PATCH] sky2: transmit logic fixesStephen Hemminger2005-12-121-4/+3
| * | | | | | | | | | | | | | [PATCH] sky2: tx/rx ring data structure splitStephen Hemminger2005-12-122-13/+20
| * | | | | | | | | | | | | | [PATCH] sky2: map length optimizationStephen Hemminger2005-12-122-30/+29
| * | | | | | | | | | | | | | [PATCH] sky2: ring distance optimizationStephen Hemminger2005-12-121-1/+1
| * | | | | | | | | | | | | | [PATCH] sky2: no irq disable needed during txStephen Hemminger2005-12-121-13/+9
| * | | | | | | | | | | | | | [PATCH] sky2: phy processing in workqueue rather than taskletStephen Hemminger2005-12-122-31/+33
| * | | | | | | | | | | | | | [PATCH] sky2: ethtool get/set interrupt coalescingStephen Hemminger2005-12-121-12/+103
| * | | | | | | | | | | | | | [PATCH] sky2: copy threshold as module parameterStephen Hemminger2005-12-121-2/+5
| * | | | | | | | | | | | | | [PATCH] sky2: device structure alignmentStephen Hemminger2005-12-121-4/+4