aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_isr.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla2xxx: Fix request queue null dereference.Chad Dupuis2013-10-231-0/+9
* [SCSI] qla2xxx: Add loopback IDC-TIME-EXTEND aen handling support.Santosh Vernekar2013-09-031-17/+30
* [SCSI] qla2xxx: Add missing FCP statistics to sysfs interface.Joe Carnuccio2013-09-031-0/+3
* [SCSI] qla2xxx: Make log message that prints when a completion status require...Chad Dupuis2013-09-031-2/+4
* [SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh2013-09-031-12/+14
* [SCSI] qla2xxx: Print some variables to hexadecimal string via %*phN formatOleksandr Khoshaba2013-09-031-6/+3
* [SCSI] qla2xxx: Fix qla2xxx_check_risc_status().Bart Van Assche2013-07-081-0/+1
* [SCSI] qla2xxx: Fix for locking issue between driver ISR and mailbox routinesgurinder.shergill@hp.com2013-05-121-23/+4
* [SCSI] qla2xxx: Remove duplicated include form qla_isr.cWei Yongjun2013-04-111-2/+0
* [SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali2013-04-111-9/+9
* [SCSI] qla2xxx: Wait for IDC complete event to finish loopback operation.Chad Dupuis2013-02-221-0/+3
* [SCSI] qla2xxx: Don't process state change aen for reset owner.Saurav Kashyap2013-02-221-0/+2
* [SCSI] qla2xxx: Don't process RSCNs for a vport on the same physical adapter.Chad Dupuis2013-02-221-0/+29
* [SCSI] qla2xxx: Update the copyright information.Saurav Kashyap2013-02-221-1/+1
* [SCSI] qla2xxx: Extra loopback error handling for ISP83xx.Chad Dupuis2013-02-221-4/+12
* [SCSI] qla2xxx: Enable target mode support for ISP83xx.Arun Easi2013-02-221-2/+14
* [SCSI] qla2xxx: Ramp down queue depth for attached SCSI devices when driver r...Chad Dupuis2013-02-221-0/+4
* [SCSI] qla2xxx: Determine the number of outstanding commands based on availab...Chad Dupuis2013-02-221-5/+5
* [SCSI] qla2xxx: Display that driver is operating in legacy interrupt mode.Saurav Kashyap2012-11-301-1/+3
* [SCSI] qla2xxx: Fix typo in qla2xxx driver.Masanari Iida2012-11-301-2/+2
* [SCSI] qla2xxx: Parameterize the link speed of hba rather than fcport.Joe Carnuccio2012-11-301-18/+14
* [SCSI] qla2xxx: Fix for warnings reported by sparse.Saurav Kashyap2012-11-301-1/+1
* [SCSI] qla2xxx: Allow MSI interrupt registration for ISP82xx.Giridhar Malavali2012-09-241-1/+1
* [SCSI] qla2xxx: Don't toggle RISC interrupt bits after IRQ lines are attached.Giridhar Malavali2012-09-241-13/+1
* [SCSI] qla2xxx: Fix incorrect status reporting on DIF errors.Arun Easi2012-09-241-0/+1
* [SCSI] qla2xxx: T10 DIF - ISP83xx changes.Arun Easi2012-09-241-0/+13
* [SCSI] qla2xxx: Fix for legacy interrupts for ISP83xx.Giridhar Malavali2012-09-241-0/+2
* [SCSI] qla2xxx: Fix for handling some error conditions in loopback.Chad Dupuis2012-09-241-12/+13
* [SCSI] qla2xxx: Use #defines instead of hardcoded values for intr status.Arun Easi2012-09-241-18/+18
* [SCSI] qla2xxx: Only enable link up on the correct interrupt event.Chad Dupuis2012-09-241-2/+1
* [SCSI] qla2xxx: Update the driver copyright.Chad Dupuis2012-09-241-1/+1
* [SCSI] qla2xxx: Don't register to legacy interrupt for ISP82xx.Giridhar Malavali2012-09-241-0/+5
* [SCSI] qla2xxx: Changes for ISP83xx loopback support.Chad Dupuis2012-09-241-8/+19
* [SCSI] qla2xxx: IDC implementation for ISP83xx.Santosh Vernekar2012-09-241-3/+173
* [SCSI] qla2xxx: Implementation of bidirectional.Saurav Kashyap2012-09-241-8/+159
* [SCSI] qla2xxx: Fix typo in qla2xxx filesMasanari Iida2012-09-141-1/+1
* [SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx seriesNicholas Bellinger2012-05-221-1/+39
* [SCSI] qla2xxx: Log link up and link down messages to track link flops.Chad Dupuis2012-05-221-13/+31
* [SCSI] qla2xxx: Handle interrupt registration failures more gracefully.Chad Dupuis2012-05-221-1/+9
* [SCSI] qla2xxx: Proper completion to scsi-ml for scsi status task_set_full an...Giridhar Malavali2012-05-101-2/+13
* [SCSI] qla2xxx: Avoid invalid request queue dereference for bad response pack...Arun Easi2012-02-191-11/+17
* [SCSI] qla2xxx: Log messages to use correct vha.Arun Easi2012-02-191-17/+17
* [SCSI] qla2xxx: Convert remaining printk's to ql_log format.Chad Dupuis2012-02-191-12/+12
* [SCSI] qla2xxx: Handle change notifications based on switch scan results.Arun Easi2012-02-191-12/+0
* [SCSI] qla2xxx: Use consistent DL mask for ELS/CT passthru requests.Andrew Vasquez2012-02-191-4/+4
* [SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali2012-02-191-195/+104
* [SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali2012-02-191-15/+29
* [SCSI] qla2xxx: Remove errant clearing of MBX_INTERRUPT flag during CT-IOCB p...Andrew Vasquez2012-02-181-1/+0
* [SCSI] qla2xxx: Only read requested mailbox registers.Andrew Vasquez2011-12-151-9/+25
* [SCSI] qla2xxx: Proper cleanup of pass through commands when firmware returns...Giridhar Malavali2011-12-151-21/+52