aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_isr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-18qla2xxx: Allow relogin to proceed if remote login did not finishQuinn Tran1-6/+19
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+5
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-92/+225
2017-02-22scsi: qla2xxx: Fix Regression introduced by pci_alloc_irq_vectors_affinity call.Michael Hernandez1-2/+5
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+5
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-2/+4
2017-02-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2017-02-09qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio1-18/+18
2017-02-09qla2xxx: Improve RSCN handling in driverQuinn Tran1-4/+2
2017-02-09qla2xxx: Add Dual mode support in the driverQuinn Tran1-1/+18
2017-02-09qla2xxx: Add framework for async fabric discoveryQuinn Tran1-71/+189
2017-02-08qla2xxx: Fix wrong argument in sp done callbackQuinn Tran1-4/+4
2017-02-03Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley1-1/+2
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-2/+4
2017-01-24scsi: qla2xxx: Fix a recently introduced memory leakBart Van Assche1-1/+2
2017-01-20Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds1-0/+4
2017-01-17qla2xxx: Fix erroneous invalid handle messageQuinn Tran1-0/+4
2017-01-13Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley1-77/+11
2017-01-11scsi: qla2xxx: remove irq_affinity_notifierChristoph Hellwig1-73/+0
2017-01-11scsi: qla2xxx: fix MSI-X vector affinityChristoph Hellwig1-4/+11
2017-01-09scsi: qla2xxx: make msix_entries constNicolas Iooss1-3/+3
2017-01-09scsi: qla2xxx: silence -Wformat-security warningNicolas Iooss1-2/+2
2016-12-23Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-117/+106
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds1-0/+1
2016-12-14scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran1-12/+8
2016-12-14scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez1-55/+69
2016-12-14scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls.Michael Hernandez1-55/+34
2016-12-09qla2xxx: Add an #include directiveBart Van Assche1-0/+1
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-3/+3
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-19/+27
2016-09-15scsi: qla2xxx: Use struct t10_pi_tupleChristoph Hellwig1-1/+1
2016-07-15qla2xxx: Fix duplicate message id.Sawan Chandak1-1/+1
2016-07-15qla2xxx: Correction to function qla26xx_dport_diagnostics().Joe Carnuccio1-5/+3
2016-07-15qla2xxx: Add support to handle Loop Init error Asynchronus event.Joe Carnuccio1-2/+9
2016-07-15qla2xxx: Add bsg interface to support D_Port Diagnostics.Joe Carnuccio1-2/+5
2016-07-15qla2xxx: Shutdown board on thermal shutdown aen.Joe Carnuccio1-0/+7
2016-07-15qla2xxx: setup data needed in ISR before setting up the ISRJohannes Thumshirn1-4/+4
2016-07-05qla2xxx: Fix NULL pointer deref in QLA interruptBruno Prémont1-1/+1
2016-02-23qla2xxx: Remove unneeded link offline message.Chad Dupuis1-4/+0
2016-02-06qla2xxx: Fix stale pointer access.Quinn Tran1-2/+2
2016-01-07qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran1-10/+34
2016-01-07qla2xxx: Add selective command queuingQuinn Tran1-1/+1
2016-01-07qla2xxx: Add irq affinity notificationQuinn Tran1-1/+75
2016-01-07qla2xxx: Added interface to send explicit LOGO.Himanshu Madhani1-0/+6
2015-08-26qla2xxx: Do not reset ISP for error entry with an out of range handle.Chad Dupuis1-7/+1
2015-08-26qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis1-8/+12
2015-08-26qla2xxx: Handle AEN8014 incoming port logout.Joe Carnuccio1-3/+32
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche1-1/+1
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-2/+1
2015-08-12qla2xxx: prevent board_disable from running during EEHThadeu Lima de Souza Cascardo1-1/+1