aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: add support for Motorola ROKR Z6 cellphone in mass storage modeConstantin Baranov2008-03-242-1/+13
* USB: isd200: fix memory leak in isd200_get_inquiry_dataBoaz Harrosh2008-03-241-0/+1
* USB: pl2303: another product IDMax Arnold2008-03-242-0/+2
* USB: new quirk flag to avoid Set-InterfaceAlan Stern2008-03-242-1/+7
* USB: fix gadgetfs class request delegationRoy Hashimoto2008-03-241-2/+2
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-245-44/+133
|\
| * [libata] ahci: SB600 workaround is suspect... play it safe for nowJeff Garzik2008-03-241-1/+5
| * sata_promise: fix hardreset hotplug events, take 2Mikael Pettersson2008-03-241-21/+88
| * libata: improve HPA error handlingTejun Heo2008-03-241-4/+4
| * libata: assume no device is attached if both IDENTIFYs are abortedTejun Heo2008-03-241-14/+24
| * pata_it821x: use raw nbytes in check_atapi_dmaTejun Heo2008-03-241-1/+1
| * libata: implement ata_qc_raw_nbytes()Tejun Heo2008-03-241-3/+11
* | hw_random doc updatesDavid Brownell2008-03-241-1/+8
* | mtd: memory corruption in block2mtd.cIngo van Lil2008-03-241-1/+0
|/
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-03-241-1/+2
|\
| * [POWERPC] mpc5200-fec: Fix possible NULL dereference in mdio driverGrant Likely2008-03-241-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-243-36/+4
|\ \ | |/ |/|
| * connector: convert to single-threaded workqueueEvgeniy Polyakov2008-03-231-1/+1
| * [SUNGEM]: Fix NAPI assertion failure.David S. Miller2008-03-231-1/+1
| * BNX2X: prevent ethtool from setting port typeEliezer Tamir2008-03-231-34/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-03-221-1/+2
|\ \
| * | RDMA/nes: Fix MSS calculation on RDMA pathChien Tung2008-03-211-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-03-223-25/+10
|\ \ \
| * | | Revert "ide-tape: schedule driver for removal after 6 months"Bartlomiej Zolnierkiewicz2008-03-221-5/+0
| * | | ide: mark "hdx=remap" and "hdx=remap63" kernel parameters as obsoletedBartlomiej Zolnierkiewicz2008-03-221-2/+2
| * | | ide: mark "hdx=[driver_name]" and "hdx=scsi" kernel parameters as obsoletedBartlomiej Zolnierkiewicz2008-03-221-2/+2
| * | | ide: mark special "ide0=" kernel parameters as obsoletedBartlomiej Zolnierkiewicz2008-03-221-6/+6
| * | | ide: remove commented out entries from ide_pio_blacklist[]Bartlomiej Zolnierkiewicz2008-03-221-10/+0
* | | | mmc: use sysfs groups to handle conditional attributesPierre Ossman2008-03-229-198/+96
* | | | ISAPNP: fix limits of logical device register setBjorn Helgaas2008-03-221-8/+17
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-2129-288/+486
|\ \ \ | | |/ | |/|
| * | [NET] ifb: set separate lockdep classes for queue locksJarek Poplawski2008-03-201-0/+15
| * | [TG3]: Fix build warning on sparc32.David S. Miller2008-03-201-3/+3
| * | [RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remove dead code, fix warningAndrew Morton2008-03-181-3/+0
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-17264-2835/+7579
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-03-178-81/+127
| |\ \ \
| | * | | rt2x00: Add suspend/resume handlers to rt2x00rfkillIvo van Doorn2008-03-134-68/+106
| | * | | ath5k: disable irq handling in ath5k_hw_detach()Pavel Roskin2008-03-131-0/+2
| | * | | b43: phy.c fix typo in register writeHarvey Harrison2008-03-131-1/+1
| | * | | PS3: gelic: change the prefix of the net interface for wirelessMasakazu Mokuno2008-03-131-0/+2
| | * | | PS3: gelic: ignore scan info from zero SSID beaconsMasakazu Mokuno2008-03-131-12/+15
| | * | | prism54: support for 124a:4025 - another version of IOGear GWU513 802.11gJan Slupski2008-03-131-0/+1
| * | | | ioc3.c: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-171-11/+11
| * | | | ucc_geth: use correct thread number for 10/100Mbps linkJoakim Tjernlund2008-03-171-2/+4
| * | | | igb: Correctly get protocol informationMitch Williams2008-03-171-4/+17
| * | | | [IOC3] Fix section missmatchRalf Baechle2008-03-171-1/+2
| * | | | 2.6.25-rc4 de_stop_rxtx polling wrongGrant Grundler2008-03-171-3/+7
| * | | | forcedeth: limit tx to 16Ayaz Abdulla2008-03-171-18/+100
| * | | | 3c501: Further coding style fixesAlan Cox2008-03-171-7/+9
| * | | | cxgb3: Fix transmit queue stop mechanismDivy Le Ray2008-03-171-3/+9