summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] scsi_transport_fc: fixup netlink argumentsJames Bottomley2006-09-231-2/+4
* Merge mulgrave-w:git/linux-2.6James Bottomley2006-09-2343-226/+195
|\
| * Merge git://git.infradead.org/mtd-2.6Linus Torvalds2006-09-232-28/+34
| |\
| | * [MTD] Whitespace cleanup in SSFDC driver.David Woodhouse2006-09-231-11/+11
| | * [MTD] SSFDC translation layer minor cleanupDavid Woodhouse2006-09-231-15/+21
| | * [MTD] Fix dependencies with CONFIG_MTD=mDavid Woodhouse2006-09-231-2/+2
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-09-2335-188/+144
| |\ \
| | * | [TG3]: Convert the pci_device_id table to PCI_DEVICE()Henrik Kretzschmar2006-09-221-111/+56
| | * | [ARCNET]: SoHard PCI supportStphane Witzmann2006-09-221-0/+1
| | * | [IRDA]: Replace hard-coded dev_self[] array sizes with ARRAY_SIZE()Bjorn Helgaas2006-09-224-6/+15
| | * | [TG3]: Constify firmware structsAndreas Mohr2006-09-221-13/+13
| | * | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-2230-58/+59
| * | | [PATCH] more get_property() falloutAl Viro2006-09-231-1/+1
| * | | [PATCH] briq_panel: read() and write() get __user pointers, damnitAl Viro2006-09-231-7/+10
| * | | [PATCH] more fallout from get_property returning pointer to constAl Viro2006-09-232-2/+2
| * | | [PATCH] missing includes from infiniband mergeAl Viro2006-09-234-0/+4
* | | | [SCSI] SPI transport class: misc DV fixesJames Bottomley2006-09-231-7/+23
* | | | [SCSI] Switch some more scsi drivers to pci_get_device and refcounted pci str...Alan Cox2006-09-233-10/+20
* | | | [SCSI] eata_pio cleanup and PCI fixAlan Cox2006-09-232-59/+69
* | | | [SCSI] aacraid: remove scsi_remove_deviceMark Haverkamp2006-09-231-6/+0
* | | | [SCSI] aacraid: merge rx and rkt codeMark Haverkamp2006-09-236-497/+112
* | | | [SCSI] aacraid: expose physical devicesMark Haverkamp2006-09-232-2/+9
* | | | [SCSI] aacraid: misc cleanupMark Haverkamp2006-09-233-6/+5
* | | | [SCSI] zfcp: fix: avoid removal of fsf reqs before qdio queues are downAndreas Herrmann2006-09-233-19/+4
* | | | [SCSI] zfcp: introduce struct timer_list in struct zfcp_fsf_reqAndreas Herrmann2006-09-236-344/+191
* | | | [SCSI] zfcp: fix: use correct req_id in eh_abort_handlerAndreas Herrmann2006-09-235-49/+42
* | | | [SCSI] zfcp: create private slab caches to guarantee proper data alignmentHeiko Carstens2006-09-235-39/+92
* | | | [SCSI] zfcp: remove zfcp_ccw_unregister functionHeiko Carstens2006-09-232-14/+0
* | | | [SCSI] aic7xxx: pause sequencer before touching SBLKCTLDoug Ledford2006-09-231-0/+5
* | | | [SCSI] aic7xxx: avoid checking SBLKCTL register for certain cardsJames Bottomley2006-09-231-4/+12
* | | | [SCSI] scsi_debug version 1.80Douglas Gilbert2006-09-231-41/+189
* | | | Merge mulgrave-w:git/scsi-misc-2.6James Bottomley2006-09-23106-1125/+23139
|\ \ \ \ | |/ / / |/| | |
| * | | [SCSI] megaraid: Make megaraid_ioctl() check copy_to_user() return valueJesper Juhl2006-09-231-2/+3
| * | | [SCSI] aha152x: remove static host arrayJames Bottomley2006-09-231-29/+24
| * | | [SCSI] aic94xx: Fix for a typo in aic94xx_init()malahal@us.ibm.com2006-09-231-1/+1
| * | | [SCSI] aic94xx: Removes Reliance on FLASH Manufacture IDsAlexis Bruemmer2006-09-231-49/+2
| * | | [SCSI] wd33c93: Scsi_Cmnd convertionHenrik Kretzschmar2006-09-129-34/+18
| * | | [SCSI] fix compile error on module_refcountDaniel Walker2006-09-121-0/+2
| * | | [SCSI] fix up SCSI netlink buildJames Bottomley2006-09-071-1/+1
| * | | [SCSI] aci94xx: implement link rate settingJames Bottomley2006-09-076-20/+93
| * | | [SCSI] scsi_transport_sas: make minimum and maximum linkrate settable quantitiesJames Bottomley2006-09-071-6/+67
| * | | [SCSI] SAS: consolidate linkspeed definitionsJames Bottomley2006-09-075-39/+30
| * | | [SCSI] scsi-driver ultrastore replace Scsi_Cmnd with struct scsi_cmndHenrik Kretzschmar2006-09-072-16/+19
| * | | [SCSI] fix up non-modular SCSIJames Bottomley2006-09-071-2/+4
| * | | [SCSI] Fix refcount breakage with 'echo "1" > scan' when target already presentJames Bottomley2006-09-071-4/+16
| * | | [SCSI] lpfc 8.1.10 : Change version number to 8.1.10James Smart2006-09-041-1/+1
| * | | [SCSI] lpfc 8.1.10 : Add support for new lpfc soft_wwpn attributeJames Smart2006-09-044-0/+124
| * | | [SCSI] lpfc 8.1.10 : Add support for dev_loss_tmo_callbk and fast_io_fail_tmo...James Smart2006-09-048-173/+209
| * | | [SCSI] FC transport: Add dev_loss_tmo callbacks, and new fast_io_fail_tmo w/ ...James Smart2006-09-041-11/+123
| * | | [SCSI] lpfc 8.1.10 : Add support to return adapter symbolic nameJames Smart2006-09-021-1/+12
OpenPOWER on IntegriCloud