summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-03-204-366/+354Star
|\
| * [PATCH] ipw2100: Update version ipw2100 stamp to 1.2.2Zhu Yi2006-03-171-1/+1
| * [PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.hZhu Yi2006-03-172-1/+1
| * [PATCH] ipw2100: semaphore to mutexes conversionIngo Molnar2006-03-172-61/+62
| * [PATCH] ipw2100: Fix radiotap code gcc warningZhu Yi2006-03-171-7/+8
| * [PATCH] ipw2100: add radiotap headers to packtes captured in monitor modeStefan Rompf2006-03-172-11/+88
| * [PATCH] ipw2x00: expend Copyright to 2006Zhu Yi2006-03-174-6/+6
| * [PATCH] drivers/net/wireless/ipw2200.c: fix an array overunAdrian Bunk2006-03-171-3/+2Star
| * [PATCH] ipw2200: Update ipw2200 version stamp to 1.1.1Zhu Yi2006-03-171-1/+1
| * [PATCH] ipw2200: switch to the new ipw2200-fw-3.0 image formatJames Ketrenos2006-03-171-101/+64Star
| * [PATCH] ipw2200: wireless extension sensitivity threshold supportOlivier Hochreutiner2006-03-172-1/+51
| * [PATCH] ipw2200: Enables the "slow diversity" algorithmCahill, Ben M2006-03-172-1/+2
| * [PATCH] ipw2200: Set a meaningful silence threshold valueCahill, Ben M2006-03-172-7/+10
| * [PATCH] ipw2200: export `debug' module param only if CONFIG_IPW2200_DEBUGZhu Yi2006-03-171-0/+2
| * [PATCH] ipw2200: Change debug level for firmware error loggingZhu Yi2006-03-171-5/+5
| * [PATCH] ipw2200: Filter unsupported channels out in ad-hoc modeZhu Yi2006-03-171-4/+12
| * [PATCH] ipw2200: Fix ipw_sw_reset() implementation inconsistent with commentZhu Yi2006-03-171-2/+2
| * [PATCH] ipw2200: Fix rf_kill is activated after mode change with 'disable=1'Zhu Yi2006-03-171-5/+12
| * [PATCH] ipw2200: remove the WPA card associates to non-WPA AP checkingZhu Yi2006-03-171-9/+0Star
| * [PATCH] ipw2200: Add signal level to iwlist scan outputBill Moss2006-03-171-3/+4
| * [PATCH] ipw2200: use generic ieee80211_get_hdrlen() to get packet lengthZhu Yi2006-03-172-24/+2Star
| * [PATCH] ipw2200: fix a potential NULL pointer dereferenceZhu Yi2006-03-171-2/+0Star
| * [PATCH] ipw2200: stop netdev queue if h/w doesn't have space for new packetsJames Ketrenos2006-03-171-5/+3Star
| * [PATCH] ipw2200: print geography code upon module loadHenrik Brix Andersen2006-03-171-3/+9
| * [PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() staticAdrian Bunk2006-03-171-1/+1
| * [PATCH] Remove duplicated code from ipw2200.cLarry Finger2006-03-171-112/+16Star
| * Merge branch 'upstream-fixes'John W. Linville2006-03-1514-26/+80
| |\
* | \ Merge branch 'master'Jeff Garzik2006-03-205-24/+68
|\ \ \
| * | | [TG3]: 40-bit DMA workaround part 2Michael Chan2006-03-192-9/+44
| * | | [PATCH] Kconfig: swap VIDEO_CX88_ALSA and VIDEO_CX88_DVBMichael Krufky2006-03-181-14/+14
| * | | [PATCH] Fixed em28xx based system lockupMarkus Rechberger2006-03-181-0/+3
| * | | [PATCH] dm stripe: Fix boundsKevin Corry2006-03-171-1/+7
* | | | Merge branch 'upstream-fixes'Jeff Garzik2006-03-1717-34/+91
|\| | | | |/ / |/| |
| * | [netdrvr] fix array overflows in Chelsio driverScott Bardone2006-03-171-3/+3
| * | [PATCH] e1000 endianness bugsDavid S. Miller2006-03-171-4/+4
| * | e100: fix eeh on pseries during ethtool -tJesse Brandeburg2006-03-151-1/+4
| |/
| * [PATCH] "s390: multiple subchannel sets support" fixGreg Smith2006-03-151-0/+3
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2006-03-146-8/+16
| |\
| | * [SCSI] zfcp: fix device registration issuesAndreas Herrmann2006-03-103-6/+12
| | * [SCSI] scsi_transport_fc: fix FC_HOST_NUM_ATTRSAndreas Herrmann2006-03-091-1/+1
| | * [SCSI] scsi: aha152x pcmcia driver needs spi transportDominik Brodowski2006-03-051-0/+1
| | * [SCSI] zfcp: correctly set this_id for hostsAndreas Herrmann2006-03-031-1/+1
| | * [SCSI] Add Brownie to blacklistMatthew Wilcox2006-03-031-0/+1
| * | [PATCH] EDAC: disable sysfs interfaceDave Peterson2006-03-141-2/+42
| * | [PATCH] macintosh: correct AC Power info in /proc/pmu/infoBenjamin Herrenschmidt2006-03-141-1/+1
| * | [PATCH] Restore tuning capabilities in V4L2 MXB driverMichael Hunold2006-03-141-1/+9
| * | [PATCH] mtd_dataflash, fix block vs page eraseDavid Brownell2006-03-141-1/+1
| * | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-03-131-10/+4Star
| |\ \
| | * \ Merge branch 'master'Jeff Garzik2006-03-127-42/+61
| | |\ \
| | * | | [PATCH] ahci: fix NULL pointer dereference detected by CoverityTejun Heo2006-03-121-10/+4Star