summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-0416-54/+182
|\
| * l2tp: Fix possible oops if transmitting or receiving when tunnel goes downJames Chapman2008-06-041-23/+78
| * lt2p: Fix possible WARN_ON from socket code when UDP socket is closedJames Chapman2008-06-041-0/+10
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-046-15/+40
| |\
| | * USB ID for Philips CPWUA054/00 Wireless USB Adapter 11gFelix Homann2008-06-041-0/+1
| | * ssb: Fix context assertion in ssb_pcicore_dev_irqvecs_enableMichael Buesch2008-06-041-2/+2
| | * libertas: fix command size for CMD_802_11_SUBSCRIBE_EVENTHolger Schurig2008-06-041-2/+2
| | * ipw2200: expire and use oldest BSS on adhoc createDan Williams2008-06-041-2/+25
| | * airo warning fixAndrew Morton2008-06-041-1/+1
| | * b43legacy: Fix controller restart crashMichael Buesch2008-06-041-8/+9
| * | sunhme: Cleanup use of deprecated calls to save_and_cli and restore_flags.Mark Asselstine2008-06-041-2/+2
| * | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller2008-06-048-14/+52
| |\ \ | | |/ | |/|
| | * [netdrvr] tulip: oops in tulip_interrupt when hibernating with swsusp/suspend2Grant Grundler2008-05-301-2/+8
| | * atl1: fix 4G memory corruption bugAlexey Dobriyan2008-05-301-0/+1
| | * ucc_geth_ethtool: Add a missing HW stats counterLi Yang2008-05-301-0/+1
| | * ucc_geth_ethtool: Fix typoJoakim Tjernlund2008-05-301-1/+1
| | * virtio: fix delayed xmit of packet and freeing of old packets.Rusty Russell2008-05-301-0/+22
| | * virtio: fix virtio_net xmit of freed skb bugRusty Russell2008-05-301-5/+9
| | * myri10ge: update driver versionBrice Goglin2008-05-301-1/+1
| | * sc92031: remove bogus unlikely()Cesar Eduardo Barros2008-05-301-1/+1
| | * [netdrvr] CS89X0: Add cleanup for dma after failWang Chen2008-05-301-3/+7
| | * [netdrvr] sfc: Report XAUI link down at default log levelBen Hutchings2008-05-301-1/+1
* | | Fix uart_set_ldisc() function typeLinus Torvalds2008-06-041-1/+1
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-06-047-80/+237
|\ \ \
| * | | libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctlAlan Cox2008-06-044-19/+107
| * | | sata_mv: PHY_MODE4 cleanupsMark Lord2008-06-041-10/+14
| * | | [libata] ata_piix: more acer short cable quirksColin Ian King2008-06-041-0/+2
| * | | [libata] ACPI: Properly handle bay devices in dock stationsHolger Macht2008-06-041-51/+114
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-06-0415-99/+73
|\ \ \
| * | | [SCSI] qla2xxx: Update version number to 8.02.01-k4.Andrew Vasquez2008-05-301-1/+1
| * | | [SCSI] qla2xxx: Correct handling of AENs postings for vports.Seokmann Ju2008-05-302-6/+9
| * | | [SCSI] qla2xxx: Revert "qla2xxx: Use proper HA during asynchronous event hand...Seokmann Ju2008-05-301-26/+10
| * | | [SCSI] ibmvscsi: Non SCSI error status fixupBrian King2008-05-272-2/+3
| * | | [SCSI] fusion mpt: fix target missing after resetting external raidMichael Reed2008-05-273-12/+0
| * | | [SCSI] fix intermittent oops in scsi_bus_ueventJames Bottomley2008-05-231-1/+6
| * | | [SCSI] qla2xxx: Update version number to 8.02.01-k3.Andrew Vasquez2008-05-151-1/+1
| * | | [SCSI] qla2xxx: Revert "qla2xxx: Validate mid-layer 'underflow' during check-...Andrew Vasquez2008-05-151-19/+0
| * | | [SCSI] qla2xxx: Disable local-interrupts while polling for RISC status.Andrew Vasquez2008-05-151-0/+4
| * | | [SCSI] qla2xxx: Extend the 'fw_dump' SYSFS node the ability to initiate a fir...Andrew Vasquez2008-05-153-5/+7
| * | | [SCSI] qla2xxx: Don't depend on mailbox return values while enabling FCE trac...Andrew Vasquez2008-05-151-1/+1
| * | | [SCSI] qla2xxx: Convert vport_sem to a mutexmatthias@kaehlcke.net2008-05-155-15/+15
| * | | [SCSI] qla2xxx: firmware semaphore to mutexDaniel Walker2008-05-151-5/+6
| * | | [SCSI] qla2xxx: Correct locking within MSI-X interrupt handlers.Andrew Vasquez2008-05-151-4/+4
| * | | [SCSI] qla2xxx: Display driver version at module init-time.Andrew Vasquez2008-05-151-1/+2
| * | | [SCSI] qla2xxx: Return correct port_type to FC-transport for Vports.Shyam Sundar2008-05-151-1/+5
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-06-041-7/+26
|\ \ \ \
| * | | | kgdbts: Use HW breakpoints with CONFIG_DEBUG_RODATAJason Wessel2008-05-281-4/+24
| * | | | kgdb: use common ascii helpers and put_unaligned_be32 helperHarvey Harrison2008-05-281-3/+2
* | | | | s2io iomem annotationsAl Viro2008-06-041-4/+6
* | | | | isp1760-if iomem annotationsAl Viro2008-06-041-2/+2
OpenPOWER on IntegriCloud