summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* chelsio: useless test in cxgb2::remove_oneFrancois Romieu2007-02-051-16/+16
* chelsio: useless curly bracesFrancois Romieu2007-02-054-8/+5Star
* chelsio: spaces, tabs and friendsFrancois Romieu2007-02-0515-288/+288
* chelsio: the return statement is not a functionFrancois Romieu2007-02-052-14/+14
* chelsio: move return, break and continue statements on their own lineFrancois Romieu2007-02-056-10/+20
* [PATCH] ipw2200: add iwconfig rts/frag auto supportZhu Yi2007-02-051-2/+2
* [PATCH] zd1211rw: Add ID for ZyXEL ZyAIR G-220 v2Daniel Drake2007-02-051-0/+1
* [PATCH] softmac: avoid assert in ieee80211softmac_wx_get_rateJohn W. Linville2007-02-051-0/+6
* [PATCH] prism54: add ethtool -i interfaceKai Engert2007-02-053-3/+17
* [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDsLarry Finger2007-02-055-14/+58
* [PATCH] zd1211rw: Add ID for Linksys WUSBF54GDaniel Drake2007-02-051-0/+1
* [PATCH] Update Prism54 MAINTAINERS entryMichael Buesch2007-02-051-1/+1
* [PATCH] zd1211rw: Remove addressing abstractionDaniel Drake2007-02-058-238/+104Star
* [PATCH] zd1211rw: Consistency for address space constantsDaniel Drake2007-02-053-64/+75
* [PATCH] zd1211rw: 2 new ZD1211B device ID'sDaniel Drake2007-02-051-0/+2
* [PATCH] zd1211rw: Generic HMAC initializationDaniel Drake2007-02-051-49/+18Star
* e1000: update version to 7.3.20-k2Auke Kok2007-02-051-1/+1
* e1000: tune our dynamic itr transmit packet accountingJesse Brandeburg2007-02-051-3/+6
* e1000: clear ip csum info from context descriptorBruce Allan2007-02-051-1/+2
* e1000: display flow control of link status at link upAuke Kok2007-02-051-4/+11
* e1000: fix NAPI performance on 4-port adaptersJesse Brandeburg2007-02-051-5/+8
* e1000: Fix MSI only interrupt handler routineJesse Brandeburg2007-02-052-42/+19Star
* e1000: clean up debug output definesAuke Kok2007-02-051-3/+1Star
* e1000: simplify case handling gigabit at half duplexJesse Brandeburg2007-02-051-12/+3Star
* Linux 2.6.20Linus Torvalds2007-02-041-1/+1
* [PATCH] EFI x86: pass firmware call parameters on the stackFrédéric Riss2007-02-041-16/+73
* [PATCH] fix rtl8150Al Viro2007-02-041-1/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-02-0310-70/+100
|\
| * [SCSI] sd: udev accessing an uninitialized scsi_disk field results in a crashNagendra Singh Tomar2007-02-031-10/+10
| * [SCSI] st: A MTIOCTOP/MTWEOF within the early warning will cause the file num...Kai Makisara2007-01-271-8/+11
| * [SCSI] qla4xxx: bug fixesDavid C Somayajulu2007-01-277-52/+73
| * [SCSI] Fix scsi_add_device() for async scanningMatthew Wilcox2007-01-271-0/+6
* | [PATCH] x86-64: define dma noncoherent API functionsJeff Garzik2007-02-031-0/+3
* | [PATCH] Altix: more ACPI PRT supportJohn Keller2007-02-031-0/+3
* | [PATCH] revert blockdev direct io back to 2.6.19 versionAndrew Morton2007-02-031-0/+41
* | [PATCH] alpha: fix epoll syscall enumerationsMike Frysinger2007-02-031-3/+8
* | [PATCH] net/smc911x: match up spin lock/unlockPeter Korsgaard2007-02-031-2/+3
* | [PATCH] kexec: Avoid migration of already disabled irqs (ia64)Magnus Damm2007-02-031-0/+3
* | [PATCH] aio: fix buggy put_ioctx call in aio_complete - v2Ken Chen2007-02-031-11/+9Star
* | [NETFILTER]: nf_conntrack_h323: fix compile error with CONFIG_IPV6=m, CONFIG_...Adrian Bunk2007-02-031-1/+1
* | [NETFILTER]: ctnetlink: fix compile failure with NF_CONNTRACK_MARK=nPatrick McHardy2007-02-032-0/+4
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-02-026-18/+21
|\ \
| * | libata: Initialize nbytes for internal sg commandsBrian King2007-02-021-0/+1
| * | libata: Fix ata_busy_wait() kernel docsAlan2007-02-021-0/+2
| * | pata_via: Correct missing commentsAlan2007-02-021-1/+2
| * | pata_atiixp: propogate cable detection hack from drivers/ide to the new driverAlan2007-02-021-2/+9
| * | ahci/pata_jmicron: fix JMicron quirkTejun Heo2007-02-022-15/+7Star
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-02-0210-218/+199Star
|\ \ \
| * | | spidernet : fix memory leak in spider_net_stopJens Osterkamp2007-02-021-0/+2
| * | | e100: fix napi ifdefs removing needed codeAuke Kok2007-02-021-6/+1Star