summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-0719-325/+942
|\
| * Merge branch 'fixes' into miscJames Bottomley2017-09-072-16/+4
| |\
| | * scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter2017-08-301-4/+4
| * | scsi: qla2xxx: Reset the logo flag, after target re-login.Quinn Tran2017-08-302-0/+3
| * | scsi: qla2xxx: Fix slow mem alloc behind lockQuinn Tran2017-08-303-2/+34
| * | scsi: qla2xxx: Clear fc4f_nvme flagDarren Trap2017-08-301-0/+1
| * | scsi: qla2xxx: add missing includes for qla_isrJohannes Thumshirn2017-08-301-0/+2
| * | scsi: qla2xxx: Update driver version to 10.00.00.01-khimanshu.madhani@cavium.com2017-08-241-1/+1
| * | scsi: qla2xxx: Do not call abort handler function during chip resetSawan Chandak2017-08-241-0/+2
| * | scsi: qla2xxx: Ability to process multiple SGEs in Command SGL for CT passthr...Giridhar Malavali2017-08-241-20/+35
| * | scsi: qla2xxx: Skip zero queue count entry during FW dump captureJoe Carnuccio2017-08-241-7/+12
| * | scsi: qla2xxx: Recheck session state after RSCNQuinn Tran2017-08-243-9/+13
| * | scsi: qla2xxx: Increase ql2xmaxqdepth to 64Michael Hernandez2017-08-241-2/+2
| * | scsi: qla2xxx: Enable Async TMF processinghimanshu.madhani@cavium.com2017-08-241-1/+1
| * | scsi: qla2xxx: Cleanup NPIV host in target mode during config teardownQuinn Tran2017-08-242-4/+8
| * | scsi: qla2xxx: Add LR distance support from nvram bitJoe Carnuccio2017-08-243-28/+61
| * | scsi: qla2xxx: Add support for minimum link speedSawan Chandak2017-08-245-4/+91
| * | scsi: qla2xxx: Remove potential macro parameter side-effect in ql_dump_regs()Joe Carnuccio2017-08-241-2/+2
| * | scsi: qla2xxx: Print correct mailbox registers in failed summaryJoe Carnuccio2017-08-241-12/+14
| * | scsi: qla2xxx: Fix task mgmt handling for NPIVQuinn Tran2017-08-242-1/+7
| * | scsi: qla2xxx: Allow SNS fabric login to be retriedJoe Carnuccio2017-08-241-13/+5
| * | scsi: qla2xxx: Add timeout ability to wait_for_sess_deletion().Joe Carnuccio2017-08-242-3/+3
| * | scsi: qla2xxx: Move logging default mask to execute once only.Joe Carnuccio2017-08-242-2/+2
| * | scsi: qla2xxx: Use sp->free instead of hard coded call.Joe Carnuccio2017-08-241-4/+4
| * | scsi: qla2xxx: Prevent sp->free null/uninitialized pointer dereference.Joe Carnuccio2017-08-242-9/+10
| * | scsi: qla2xxx: Add ability to autodetect SFP typeQuinn Tran2017-08-247-43/+361
| * | scsi: qla2xxx: Use fabric name for Get Port Speed commandQuinn Tran2017-08-241-1/+1
| * | scsi: qla2xxx: Change ha->wq max_active value to defaultQuinn Tran2017-08-241-1/+1
| * | scsi: qla2xxx: Remove extra register readQuinn Tran2017-08-242-10/+0
| * | scsi: qla2xxx: Fix NPIV host enable after chip resetQuinn Tran2017-08-244-2/+9
| * | scsi: qla2xxx: Use BIT_6 to acquire FAWWPN from switchSawan Chandak2017-08-241-1/+1
| * | scsi: qla2xxx: Fix system panic due to pointer access problemDuane Grigsby2017-08-241-2/+2
| * | scsi: qla2xxx: Handle PCIe error for driverSawan Chandak2017-08-241-4/+28
| * | scsi: qla2xxx: Fix WWPN/WWNN in debug messageDarren Trap2017-08-241-4/+4
| * | scsi: qla2xxx: Add command completion for error pathDuane Grigsby2017-08-246-1/+25
| * | scsi: qla2xxx: Update fw_started flags at qpair creation.himanshu.madhani@cavium.com2017-08-241-0/+1
| * | scsi: qla2xxx: Fix target multiqueue configurationMichael Hernandez2017-08-243-2/+3
| * | scsi: qla2xxx: Correction to vha->vref_count timeoutJoe Carnuccio2017-08-241-1/+1
| * | scsi: qla2xxx: fix spelling mistake of variable sfp_additonal_infoColin Ian King2017-08-241-4/+4
| * | scsi: qla2xxx: use dma_mapping_error to check map errorsPan Bian2017-08-101-1/+1
| * | scsi: qla2xxx: Fix remoteport disconnect for FC-NVMehimanshu.madhani@cavium.com2017-08-072-8/+38
| * | scsi: qla2xxx: Simpify unregistration of FC-NVMe local/remote portshimanshu.madhani@cavium.com2017-08-072-53/+12
| * | scsi: qla2xxx: Added change to enable ZIO for FC-NVMe devicesDuane Grigsby2017-08-077-23/+99
| * | scsi: qla2xxx: Move function prototype to correct headerhimanshu.madhani@cavium.com2017-08-074-18/+23
| * | scsi: qla2xxx: Cleanup FC-NVMe codehimanshu.madhani@cavium.com2017-08-073-40/+33
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-08-161-12/+0
|\ \ \ | | |/ | |/|
| * | scsi: qla2xxx: Fix system crash while triggering FW dumpMichael Hernandez2017-08-081-12/+0
* | | qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORT (v2)Nicholas Bellinger2017-07-301-30/+0
| |/ |/|
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-07-171-1/+1
|\ \ | |/
| * scsi: qla2xxx: Off by one in qlt_ctio_to_cmd()Dan Carpenter2017-07-121-1/+1
OpenPOWER on IntegriCloud