summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart1-1/+0
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds23-1467/+2796
2020-03-26scsi: qla2xxx: Remove non functional codeDaniel Wagner1-23/+0
2020-03-17scsi: qla2xxx: Fix I/Os being passed down when FC device is being deletedArun Easi1-2/+2
2020-03-11scsi: qla2xxx: add ring buffer for tracing debug logsRajan Shanmugavelu1-3/+20
2020-02-28scsi: qla2xxx: Update driver version to 10.01.00.25-kHimanshu Madhani1-1/+1
2020-02-28scsi: qla2xxx: Set Nport ID for N2NQuinn Tran1-19/+23
2020-02-28scsi: qla2xxx: Handle NVME status iocb correctlyArun Easi1-8/+39
2020-02-28scsi: qla2xxx: Remove restriction of FC T10-PI and FC-NVMeQuinn Tran1-4/+0
2020-02-28scsi: qla2xxx: Serialize fc_port alloc in N2NQuinn Tran2-3/+3
2020-02-28scsi: qla2xxx: Fix NPIV instantiation after FW dumpQuinn Tran1-1/+1
2020-02-28scsi: qla2xxx: Fix RDP respond data formatQuinn Tran1-55/+47
2020-02-28scsi: qla2xxx: Force semaphore on flash validation failureQuinn Tran1-0/+16
2020-02-28scsi: qla2xxx: add more FW debug informationQuinn Tran1-6/+18
2020-02-28scsi: qla2xxx: Update BPM enablement semantics.Andrew Vasquez7-96/+98
2020-02-28scsi: qla2xxx: fix FW resource count valuesQuinn Tran1-6/+5
2020-02-28scsi: qla2xxx: Use a dedicated interrupt handler for 'handshake-required' ISPsAndrew Vasquez4-8/+29
2020-02-28scsi: qla2xxx: Return appropriate failure through BSG InterfaceMichael Hernandez2-7/+15
2020-02-28scsi: qla2xxx: Improved secure flash support messagesMichael Hernandez2-7/+9
2020-02-28scsi: qla2xxx: Fix FCP-SCSI FC4 flag passing errorQuinn Tran3-6/+6
2020-02-28scsi: qla2xxx: Use FC generic update firmware options routine for ISP27xxGiridhar Malavali3-70/+2
2020-02-28scsi: qla2xxx: Avoid setting firmware options twice in 24xx_update_fw_options.Giridhar Malavali1-7/+4
2020-02-28scsi: qla2xxx: Add 16.0GT for PCI StringHimanshu Madhani1-0/+3
2020-02-28scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an inline functionBart Van Assche6-25/+28
2020-02-28scsi: qla2xxx: Fix sparse warnings triggered by the PCI state checking codeBart Van Assche2-6/+4
2020-02-28scsi: qla2xxx: Suppress endianness complaints in qla2x00_configure_local_loop()Bart Van Assche2-7/+6
2020-02-28scsi: qla2xxx: Simplify the code for aborting SCSI commandsBart Van Assche3-21/+14
2020-02-28scsi: qla2xxx: Fix sparse warning reported by kbuild botHimanshu Madhani1-2/+2
2020-02-24scsi: qla2xxx: Update driver version to 10.01.00.24-kHimanshu Madhani1-1/+1
2020-02-24scsi: qla2xxx: Use QLA_FW_STOPPED macro to propagate flagHimanshu Madhani1-1/+1
2020-02-24scsi: qla2xxx: Add fixes for mailbox commandHimanshu Madhani1-1/+4
2020-02-24scsi: qla2xxx: Fix control flags for login/logout IOCBHimanshu Madhani1-3/+5
2020-02-24scsi: qla2xxx: Save rscn_gen for new fcportHimanshu Madhani1-0/+1
2020-02-24scsi: qla2xxx: Use correct ISP28xx active FW regionQuinn Tran1-1/+1
2020-02-24scsi: qla2xxx: Print portname for logging in qla24xx_logio_entry()Joe Carnuccio1-10/+6
2020-02-24scsi: qla2xxx: Fix qla2x00_echo_test() based on ISP typeJoe Carnuccio1-3/+4
2020-02-24scsi: qla2xxx: Correction to selection of loopback/echo testJoe Carnuccio1-5/+6
2020-02-24scsi: qla2xxx: Use endian macros to assign static fields in fwdump headerJoe Carnuccio1-8/+9
2020-02-24scsi: qla2xxx: Fix RDP response sizeHimanshu Madhani1-34/+19
2020-02-24scsi: qla2xxx: Handle cases for limiting RDP response payload lengthJoe Carnuccio1-2/+40
2020-02-24scsi: qla2xxx: Add deferred queue for processing ABTS and RDPJoe Carnuccio6-27/+304
2020-02-24scsi: qla2xxx: Cleanup ELS/PUREX iocb fieldsJoe Carnuccio3-31/+48
2020-02-24scsi: qla2xxx: Show correct port speed capabilities for RDP commandHimanshu Madhani1-6/+35
2020-02-24scsi: qla2xxx: Display message for FCE enabledHimanshu Madhani2-0/+15
2020-02-24scsi: qla2xxx: Add vendor extended FDMI commandsJoe Carnuccio2-987/+826
2020-02-24scsi: qla2xxx: Add ql2xrdpenable module parameter for RDPJoe Carnuccio3-4/+19
2020-02-24scsi: qla2xxx: Add vendor extended RDP additions and amendmentsJoe Carnuccio7-4/+807
2020-02-24scsi: qla2xxx: Add changes in preparation for vendor extended FDMI/RDPJoe Carnuccio8-35/+155
2020-02-24scsi: qla2xxx: Add endianizer macro calls to fc host statsJoe Carnuccio2-51/+54