summary refs log tree commit diff
path: root/drivers/scsi/qla2xxx/qla_iocb.c
AgeCommit message (Expand)Author
2021-10-26scsi: qla2xxx: edif: Fix inconsistent check of db_flagsQuinn Tran
2021-08-23scsi: qla2xxx: edif: Do secure PLOGI when auth app is presentQuinn Tran
2021-08-23scsi: qla2xxx: edif: Add N2N support for EDIFQuinn Tran
2021-07-27scsi: qla2xxx: edif: Add encryption to I/O pathQuinn Tran
2021-07-27scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran
2021-07-27scsi: qla2xxx: edif: Add key updateQuinn Tran
2021-07-27scsi: qla2xxx: edif: Add send, receive, and accept for auth_elsQuinn Tran
2021-07-20scsi: qla2xxx: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen
2021-06-22scsi: qla2xxx: Add heartbeat checkQuinn Tran
2021-03-29scsi: qla2xxx: Fix crash in PCIe error handlingQuinn Tran
2021-03-29scsi: qla2xxx: Fix IOPS drop seen in some adaptersArun Easi
2021-03-24scsi: qla2xxx: Fix endianness annotationsBart Van Assche
2021-03-15scsi: qla2xxx: Replace __qla2x00_marker()'s missing underscoresLee Jones
2021-01-13scsi: qla2xxx: Enable NVMe CONF (BIT_7) when enabling SLERSaurav Kashyap
2021-01-13scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMeBikash Hazarika
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-09-29scsi: qla2xxx: Fix buffer-buffer credit extraction errorQuinn Tran
2020-09-22scsi: qla2xxx: Add SLER and PI control supportSaurav Kashyap
2020-09-22scsi: qla2xxx: Add IOCB resource trackingQuinn Tran
2020-09-22scsi: qla2xxx: Performance tweakQuinn Tran
2020-09-16scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-30scsi: qla2xxx: Make __qla2x00_alloc_iocbs() initialize 32 bits of request_t.h...Bart Van Assche
2020-06-15scsi: Fix trivial spellingKieran Bingham
2020-05-26scsi: qla2xxx: Remove return value from qla_nvme_ls()Daniel Wagner
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche
2020-05-19scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche
2020-05-19scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche
2020-02-28scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an inline functionBart Van Assche
2020-02-24scsi: qla2xxx: Fix control flags for login/logout IOCBHimanshu Madhani
2020-02-24scsi: qla2xxx: Cleanup ELS/PUREX iocb fieldsJoe Carnuccio
2019-12-21scsi: qla2xxx: Correct fcport flags handlingShyam Sundar
2019-12-19scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcportShyam Sundar
2019-12-19scsi: qla2xxx: Fix fabric scan hangQuinn Tran
2019-12-09scsi: qla2xxx: Add debug dump of LOGO payload and ELS IOCBRoman Bolshakov
2019-12-09scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump lengthRoman Bolshakov
2019-12-09scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran
2019-11-08scsi: qla2xxx: Fix device connect issues in P2P configurationArun Easi
2019-11-08scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failureQuinn Tran
2019-10-09scsi: qla2xxx: Add error handling for PLOGI ELS passthroughQuinn Tran
2019-09-23scsi: qla2xxx: Fix Nport ID display valueQuinn Tran
2019-08-12scsi: qla2xxx: Fix a NULL pointer dereferenceBart Van Assche
2019-08-12scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()Bart Van Assche
2019-08-12scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche
2019-08-12scsi: qla2xxx: Let the compiler check the type of the SCSI command context po...Bart Van Assche
2019-08-12scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche
2019-08-12scsi: qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBsBart Van Assche
2019-08-12scsi: qla2xxx: Make it explicit that ELS pass-through IOCBs use little endianBart Van Assche