aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-11-22[SCSI] qla2xxx: add asynchronous scsi scanning support.Andrew Vasquez1-4/+29
2006-11-22[SCSI] qla2xxx: defer topology discovery to DPC thread during initialization.Andrew Vasquez1-22/+7
2006-11-22Merge ../scsi-rc-fixes-2.6James Bottomley1-9/+26
2006-11-15[SCSI] qla2xxx: make some functions staticAdrian Bunk1-6/+6
2006-10-25[SCSI] qla2xxx: Correct QUEUE_FULL handling.Andrew Vasquez1-2/+19
2006-10-25[SCSI] qla2xxx: Workaround D3 power-management issues.Andrew Vasquez1-3/+3
2006-10-25[SCSI] Maintain module-parameter name consistency with qla2xxx/qla4xxx.Andrew Vasquez1-4/+4
2006-10-05[PATCH] fix qla{2,4} build errorFrederik Deweerdt1-4/+4
2006-10-03[SCSI] qla2xxx: Stall mid-layer error handlers while rport is blocked.Andrew Vasquez1-0/+25
2006-10-03[SCSI] qla2xxx: Add MODULE_FIRMWARE tags.Andrew Vasquez1-5/+16
2006-10-03[SCSI] qla2xxx: Add iIDMA support.Andrew Vasquez1-1/+1
2006-08-26[SCSI] qla2xxx: Correct PLOGI retry logic.Andrew Vasquez1-3/+0
2006-08-06[SCSI] qla2xxx: Fix to allow to reset devices using sg interface (sg_reset).Vladislav Bolkhovitin1-9/+3
2006-07-03Merge ../scsi-misc-2.6James Bottomley1-60/+65
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30[SCSI] small whitespace cleanup for qlogic driverJesper Juhl1-2/+2
2006-06-26[SCSI] qla2xxx: Convert from pci_module_init() to pci_register_driver().Andrew Vasquez1-30/+8
2006-06-26[SCSI] qla2xxx: Add support for extended error logging.Andrew Vasquez1-3/+9
2006-06-26[SCSI] qla2xxx: Cleanup DEBUG macro usage.Andrew Vasquez1-4/+4
2006-06-26[SCSI] qla2xxx: Remove no-op IOCTL codes and macros.Andrew Vasquez1-14/+0
2006-06-26[SCSI] qla2xxx: Add DMI (Diagnostics Monitoring Interface) support.Andrew Vasquez1-0/+23
2006-06-26[SCSI] qla2xxx: Rework firmware-trace facilities.Andrew Vasquez1-7/+19
2006-06-10Merge ../linux-2.6James Bottomley1-8/+11
2006-05-20[SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs.Andrew Vasquez1-6/+1
2006-05-20[SCSI] qla2xxx: Consolidate "qla2xxx" string usage to a #define.Andrew Vasquez1-7/+8
2006-05-20[SCSI] qla2xxx: Use PCI_DEVICE() for pci_device_id definition.Andrew Vasquez1-22/+11
2006-05-20[SCSI] qla2xxx: Remove obsolete firmware-loader-module support.Andrew Vasquez1-37/+17
2006-05-20[SCSI] qla2xxx: Remove unused port-type RSCN handling code.Andrew Vasquez1-31/+0
2006-05-20[SCSI] qla2xxx: Drop unused driver cruft.Andrew Vasquez1-27/+3
2006-05-20[SCSI] qla2xxx: Don't wait for loop transition to complete if LOOP_DEAD state is attained.Ravi Anand1-0/+4
2006-04-27[SCSI] qla2xxx: Correct eh_abort recovery logic.Michael Reed1-6/+9
2006-04-19[SCSI] qla2xxx: only free_irq() after request_irq() succeedsZach Brown1-2/+2
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson1-2/+1
2006-03-12[SCSI] qla2xxx: Correct FCAL login retry logic for ISP24xx.andrew.vasquez@qlogic.com1-1/+1
2006-03-12[SCSI] qla2xxx: Further restrict ZIO mode support.andrew.vasquez@qlogic.com1-0/+5
2006-03-12[SCSI] qla2xxx: Consolidate ISP63xx handling.andrew.vasquez@qlogic.com1-8/+4
2006-03-12[SCSI] qla2xxx: Add ISP54xx support.andrew.vasquez@qlogic.com1-7/+11
2006-03-12[SCSI] qla2xxx: Convert IS_QLA*() defines to bit-operations.andrew.vasquez@qlogic.com1-0/+49
2006-03-02[SCSI] qla2xxx: use kthread_ APIChristoph Hellwig1-59/+30
2006-02-07[PATCH] qla2xxx: Remove bogus debug-code.andrew.vasquez@qlogic.com1-3/+0
2006-02-07[PATCH] qla2xxx: Close window on race between rport removal and fcport transition.andrew.vasquez@qlogic.com1-0/+14
2006-02-04[SCSI] qla2xxx: Add support to retrieve/update HBA option-rom.andrew.vasquez@qlogic.com1-1/+14
2006-02-04[SCSI] qla2xxx: Add beacon support via class-device attribute.andrew.vasquez@qlogic.com1-0/+16
2006-02-04[SCSI] qla2xxx: Add port-speed FC transport attribute.andrew.vasquez@qlogic.com1-0/+1
2006-01-26[SCSI] qla2xxx: Correct issue where the rport's upcall was not being made after relogin.andrew.vasquez@qlogic.com1-7/+2
2006-01-26[SCSI] qla2xxx: Correct synchronization issues during rport addition/deletion.andrew.vasquez@qlogic.com1-7/+39
2006-01-14[SCSI] qla2xxx: Disable port-type RSCN handling via driver state-machine.andrew.vasquez@qlogic.com1-0/+6
2005-12-13[SCSI] qla2xxx: fix compile error caused by pci_dev.owner moveJames Bottomley1-1/+3
2005-12-13[SCSI] qla2xxx: Add support for embedded ISP24xx firmware.Andrew Vasquez1-54/+28