summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_isr.c
Commit message (Expand)AuthorAgeFilesLines
* qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran2017-03-181-1/+13
* qla2xxx: Use IOCB interface to submit non-critical MBX.Quinn Tran2017-03-181-1/+1
* qla2xxx: Allow relogin to proceed if remote login did not finishQuinn Tran2017-03-181-6/+19
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-031-2/+5
|\
| * scsi: qla2xxx: Fix Regression introduced by pci_alloc_irq_vectors_affinity call.Michael Hernandez2017-02-221-2/+5
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-92/+225
|\ \ | |/ |/|
| * qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio2017-02-091-18/+18
| * qla2xxx: Improve RSCN handling in driverQuinn Tran2017-02-091-4/+2
| * qla2xxx: Add Dual mode support in the driverQuinn Tran2017-02-091-1/+18
| * qla2xxx: Add framework for async fabric discoveryQuinn Tran2017-02-091-71/+189
| * qla2xxx: Fix wrong argument in sp done callbackQuinn Tran2017-02-081-4/+4
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-5/+5
|\ \
| * | scsi: qla2xxx: make msix_entries constNicolas Iooss2017-01-091-3/+3
| * | scsi: qla2xxx: silence -Wformat-security warningNicolas Iooss2017-01-091-2/+2
* | | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-2/+4
|\ \ \
| * | | block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-2/+4
| | |/ | |/|
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-02-111-1/+2
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-02-031-1/+2
| |\ \
| | * | scsi: qla2xxx: Fix a recently introduced memory leakBart Van Assche2017-01-241-1/+2
* | | | Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-201-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | qla2xxx: Fix erroneous invalid handle messageQuinn Tran2017-01-171-0/+4
| | |/ | |/|
* | | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-01-131-77/+11
|\ \ \ | |/ / |/| / | |/
| * scsi: qla2xxx: remove irq_affinity_notifierChristoph Hellwig2017-01-111-73/+0
| * scsi: qla2xxx: fix MSI-X vector affinityChristoph Hellwig2017-01-111-4/+11
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-12-231-117/+106
|\ \ | |/
| * scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran2016-12-141-12/+8
| * 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/+34
* | 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-171-3/+3
* | scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-171-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/+3
* 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-231-4/+0
* qla2xxx: Fix stale pointer access.Quinn Tran2016-02-061-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-261-7/+1
* qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis2015-08-261-8/+12
* qla2xxx: Handle AEN8014 incoming port logout.Joe Carnuccio2015-08-261-3/+32
* qla2xxx: Remove __constant_ prefixBart Van Assche2015-08-261-1/+1
OpenPOWER on IntegriCloud