summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-33/+100
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche1-13/+14
2020-05-19scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche1-5/+5
2020-05-19scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche1-13/+13
2020-05-19scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche1-1/+1
2020-05-19scsi: qla2xxx: Increase the size of struct qla_fcp_prio_cfg to FCP_PRIO_CFG_SIZEBart Van Assche1-0/+1
2020-05-19scsi: qla2xxx: Add more BUILD_BUG_ON() statementsBart Van Assche1-0/+58
2020-05-19scsi: qla2xxx: Sort BUILD_BUG_ON() statements alphabeticallyBart Van Assche1-2/+2
2020-05-19scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche1-1/+1
2020-05-07scsi: qla2xxx: Use true, false for ha->fw_dumpedJason Yan1-1/+1
2020-05-07scsi: qla2xxx: Fix warning after FC target resetViacheslav Dubeyko1-0/+1
2020-04-24scsi: qla2xxx: Fix MPI failure AEN (8200) handlingArun Easi1-0/+6
2020-04-21scsi: qla2xxx: check UNLOADING before posting async workMartin Wilck1-0/+3
2020-04-21scsi: qla2xxx: set UNLOADING before waiting for session deletionMartin Wilck1-18/+14
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-63/+659
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-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 Tran1-3/+2
2020-02-28scsi: qla2xxx: Fix RDP respond data formatQuinn Tran1-55/+47
2020-02-28scsi: qla2xxx: Update BPM enablement semantics.Andrew Vasquez1-14/+8
2020-02-28scsi: qla2xxx: Use FC generic update firmware options routine for ISP27xxGiridhar Malavali1-2/+2
2020-02-28scsi: qla2xxx: Add 16.0GT for PCI StringHimanshu Madhani1-0/+3
2020-02-28scsi: qla2xxx: Simplify the code for aborting SCSI commandsBart Van Assche1-13/+14
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 Carnuccio1-18/+44
2020-02-24scsi: qla2xxx: Cleanup ELS/PUREX iocb fieldsJoe Carnuccio1-11/+17
2020-02-24scsi: qla2xxx: Show correct port speed capabilities for RDP commandHimanshu Madhani1-6/+35
2020-02-24scsi: qla2xxx: Add ql2xrdpenable module parameter for RDPJoe Carnuccio1-1/+9
2020-02-24scsi: qla2xxx: Add vendor extended RDP additions and amendmentsJoe Carnuccio1-3/+543
2020-02-24scsi: qla2xxx: Add changes in preparation for vendor extended FDMI/RDPJoe Carnuccio1-2/+2
2020-02-10scsi: qla2xxx: Check locking assumptions at runtime in qla2x00_abort_srb()Bart Van Assche1-0/+2
2020-01-02scsi: qla2xxx: Improve readability of the code that handles qla_flt_headerBart Van Assche1-0/+2
2019-12-19scsi: qla2xxx: Cleanup unused async_logout_doneShyam Sundar1-5/+0
2019-12-19scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcportShyam Sundar1-1/+1
2019-12-19scsi: qla2xxx: Remove defer flag to indicate immeadiate port lossHimanshu Madhani1-40/+17
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-72/+102
2019-11-19Revert "scsi: qla2xxx: Fix memory leak when sending I/O fails"Martin K. Petersen1-4/+0
2019-11-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+5
2019-11-08scsi: qla2xxx: Fix a dma_pool_free() callBart Van Assche1-1/+2
2019-11-08scsi: qla2xxx: Fix memory leak when sending I/O failsArun Easi1-0/+4
2019-11-08scsi: qla2xxx: Fix double scsi_done for abort pathQuinn Tran1-56/+61
2019-11-08scsi: qla2xxx: Fix SRB leak on switch command timeoutQuinn Tran1-1/+6
2019-11-05scsi: qla2xxx: fix NPIV tear down processMartin Wilck1-3/+5
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+4
2019-10-28scsi: qla2xxx: stop timer in shutdown pathNicholas Piggin1-0/+4
2019-10-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+4
2019-10-09scsi: qla2xxx: fix a potential NULL pointer dereferenceAllen Pais1-0/+4
2019-10-09scsi: qla2xxx: Set remove flag for all VPQuinn Tran1-5/+25