summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_isr.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: make msix_entries constNicolas Iooss2017-01-101-3/+3
* scsi: qla2xxx: silence -Wformat-security warningNicolas Iooss2017-01-101-2/+2
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-12-231-117/+106Star
|\
| * scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran2016-12-141-12/+8Star
| * scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez2016-12-141-55/+69
| * scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls.Michael Hernandez2016-12-141-55/+34Star
* | Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-211-0/+1
|\ \ | |/ |/|
| * qla2xxx: Add an #include directiveBart Van Assche2016-12-091-0/+1
* | scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-181-3/+3
* | scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-181-19/+27
|/
* scsi: qla2xxx: Use struct t10_pi_tupleChristoph Hellwig2016-09-151-1/+1
* qla2xxx: Fix duplicate message id.Sawan Chandak2016-07-151-1/+1
* qla2xxx: Correction to function qla26xx_dport_diagnostics().Joe Carnuccio2016-07-151-5/+3Star
* qla2xxx: Add support to handle Loop Init error Asynchronus event.Joe Carnuccio2016-07-151-2/+9
* qla2xxx: Add bsg interface to support D_Port Diagnostics.Joe Carnuccio2016-07-151-2/+5
* qla2xxx: Shutdown board on thermal shutdown aen.Joe Carnuccio2016-07-151-0/+7
* qla2xxx: setup data needed in ISR before setting up the ISRJohannes Thumshirn2016-07-151-4/+4
* qla2xxx: Fix NULL pointer deref in QLA interruptBruno Prémont2016-07-051-1/+1
* qla2xxx: Remove unneeded link offline message.Chad Dupuis2016-02-241-4/+0Star
* qla2xxx: Fix stale pointer access.Quinn Tran2016-02-071-2/+2
* qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran2016-01-071-10/+34
* qla2xxx: Add selective command queuingQuinn Tran2016-01-071-1/+1
* qla2xxx: Add irq affinity notificationQuinn Tran2016-01-071-1/+75
* qla2xxx: Added interface to send explicit LOGO.Himanshu Madhani2016-01-071-0/+6
* qla2xxx: Do not reset ISP for error entry with an out of range handle.Chad Dupuis2015-08-271-7/+1Star
* qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis2015-08-271-8/+12
* qla2xxx: Handle AEN8014 incoming port logout.Joe Carnuccio2015-08-271-3/+32
* qla2xxx: Remove __constant_ prefixBart Van Assche2015-08-261-1/+1
* qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-08-261-2/+1Star
* qla2xxx: prevent board_disable from running during EEHThadeu Lima de Souza Cascardo2015-08-121-1/+1
* qla2xxx: Fix indentationBart Van Assche2015-06-131-2/+2
* qla2xxx: Restore physical port WWPN only, when port down detected for FA-WWPN...Sawan Chandak2015-04-101-4/+13
* qla2xxx: Fix virtual port configuration, when switch port is disabled/enabled.Sawan Chandak2015-04-101-0/+2
* qla2xxx: Mark port lost when we receive an RSCN for it.Chad Dupuis2014-09-251-1/+16
* qla2xxx: Restore WWPN in case of Loop Dead.Himanshu Madhani2014-09-251-0/+10
* qla2xxx: Honor FCP_RSP retry delay timer field.Chad Dupuis2014-09-251-0/+12
* qla2xxx: Add diagnostic port functionality.Joe Carnuccio2014-09-251-0/+8
* qla2xxx: ISPFX00 avoid writing semaphore register in request_irqs().Joe Carnuccio2014-09-251-2/+3
* qla2xxx: Prevent probe and board_disable raceJoe Lawrence2014-09-161-1/+2
* qla2xxx: Prevent removal and board_disable raceJoe Lawrence2014-09-161-1/+2
* qla2xxx: Schedule board_disable only onceJoe Lawrence2014-09-161-6/+8
* qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence2014-09-161-15/+13Star
* qla2xxx: Remove restriction on starting remote device discovery on port update.Chad Dupuis2014-09-161-6/+4Star
* qla2xxx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-09-161-16/+11Star
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-2/+2
* qla2xxx: T10-Dif: add T10-PI supportQuinn Tran2014-05-191-3/+6
* qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan2014-05-191-1/+1
* qla2xxx: Do not schedule reset when one is already active when receiving an i...Chad Dupuis2014-05-191-5/+7
* [SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.Armen Baloyan2014-03-151-0/+21
* [SCSI] qla2xxx: Fix Task Management command asynchronous handlingArmen Baloyan2014-03-151-24/+22Star