aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_isr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-19[SCSI] qla2xxx: Avoid invalid request queue dereference for bad response packets.Arun Easi1-11/+17
2012-02-19[SCSI] qla2xxx: Log messages to use correct vha.Arun Easi1-17/+17
2012-02-19[SCSI] qla2xxx: Convert remaining printk's to ql_log format.Chad Dupuis1-12/+12
2012-02-19[SCSI] qla2xxx: Handle change notifications based on switch scan results.Arun Easi1-12/+0
2012-02-19[SCSI] qla2xxx: Use consistent DL mask for ELS/CT passthru requests.Andrew Vasquez1-4/+4
2012-02-19[SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali1-195/+104
2012-02-19[SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali1-15/+29
2012-02-18[SCSI] qla2xxx: Remove errant clearing of MBX_INTERRUPT flag during CT-IOCB processing.Andrew Vasquez1-1/+0
2011-12-15[SCSI] qla2xxx: Only read requested mailbox registers.Andrew Vasquez1-9/+25
2011-12-15[SCSI] qla2xxx: Proper cleanup of pass through commands when firmware returns error.Giridhar Malavali1-21/+52
2011-12-15[SCSI] qla2xxx: Update to dynamic logging.Chad Dupuis1-82/+70
2011-12-15[SCSI] qla2xxx: Make the logging functions verify their arguments and fixed the current broken uses as appropriate.Joe Perches1-1/+1
2011-12-12[SCSI] qla2xxx: Check for SCSI status on underruns.Arun Easi1-1/+1
2011-10-30[SCSI] qla2xxx: Correct inadvertent clearing of RISC_INTR status.Andrew Vasquez1-1/+1
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+5
2011-09-23scsi: fix qla2xxx printk format warningRandy Dunlap1-2/+2
2011-08-29[SCSI] qla2xxx: check for marker IOCB during response queue processing.Saurav Kashyap1-0/+5
2011-08-27[SCSI] qla2xxx: Correct inadvertent loop state transitions during port-update handling.Andrew Vasquez1-1/+0
2011-08-27[SCSI] qla2xxx: Fix qla24xx revision check while enabling interrupts.Chad Dupuis1-3/+2
2011-08-27[SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.Arun Easi1-6/+7
2011-08-27[SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors.Arun Easi1-15/+75
2011-07-27[SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap1-335/+328
2011-06-27scsi: qla_isr.c: fix comment typo 'hammmer'Justin P. Mattock1-2/+2
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-05-01[SCSI] qla2xxx: Perform FCoE context reset before trying adapter reset for ISP82xx.Giridhar Malavali1-8/+24
2011-05-01[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez1-1/+1
2011-05-01[SCSI] qla2xxx: Display PortID information during FCP command-status handling.Andrew Vasquez1-4/+5
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-1/+1
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-23[SCSI] qla2xxx: Display mailbox register 4 during 8012 AEN for ISP82XX parts.Andrew Vasquez1-0/+2
2010-12-09[SCSI] qla2xxx: Change MSI initialization from using incorrect request_irq parameter.Mike Hernandez1-2/+3
2010-10-25[SCSI] qla2xxx: Correct PRLI failure response code handling.Andrew Vasquez1-6/+0
2010-10-25[SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug tracesMadhuranath Iyengar1-5/+4
2010-10-25[SCSI] qla2xxx: Group CS_RESET return status with other link level event statuses.Chad Dupuis1-4/+2
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+7
2010-09-05[SCSI] qla2xxx: Handle MPI timeout indicated by AE8002Madhuranath Iyengar1-1/+7
2010-09-05[SCSI] qla2xxx: Cover UNDERRUN case where SCSI status is set.Lalit Chandivade1-3/+4
2010-07-28[SCSI] qla2xxx: Update copyright banner.Giridhar Malavali1-1/+1
2010-07-28[SCSI] qla2xxx: Add CT passthru support for ISP23xx adaptersHarish Zunjarrao1-0/+83
2010-07-28[SCSI] qla2xxx: Propogate transport disrupted status for cable pull conditions for faster failover.Duane Grigsby1-0/+3
2010-07-28[SCSI] qla2xxx: Correct extended sense-data handling.Andrew Vasquez1-9/+18
2010-07-28[SCSI] qla2xxx: Removed dependency for SRB structure for Marker processingGiridhar Malavali1-37/+0
2010-07-27[SCSI] qla2xxx: Make the FC port capability mutual exclusive.Andrew Vasquez1-2/+2
2010-07-27[SCSI] qla2xxx: Add internal loopback support for ISP81xx.Sarang Radke1-2/+5
2010-07-27[SCSI] qla2xxx: Correct async-srb issues.Andrew Vasquez1-1/+1
2010-07-27[SCSI] qla2xxx: Add portid to async-request messages.Andrew Vasquez1-14/+27
2010-05-16[SCSI] qla2xxx: T10 DIF support added.Arun Easi1-0/+77
2010-05-16[SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs.Madhuranath Iyengar1-0/+102
2010-05-16[SCSI] qla2xxx: Provide common framework for BSG and IOCB commands.Madhuranath Iyengar1-24/+26