summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_bsg.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-15scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar1-0/+2
2023-06-15scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali1-0/+4
2023-01-12scsi: qla2xxx: Check if port is online before sending ELSShreyas Deodhar1-4/+5
2022-09-01scsi: qla2xxx: Add NVMe parameters support in Auxiliary Image StatusAnil Gurumurthy1-2/+6
2022-07-19scsi: qla2xxx: Fix sparse warning for dport_dataNilesh Javali1-2/+2
2022-06-17scsi: qla2xxx: Wind down adapter after PCIe errorQuinn Tran1-1/+9
2022-06-17scsi: qla2xxx: Add a new v2 dport diagnostic featureBikash Hazarika1-0/+86
2022-01-25scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap1-2/+4
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+48
2021-10-19scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()Joy Gu1-1/+1
2021-09-15scsi: qla2xxx: Add support for mailbox passthruBikash Hazarika1-0/+48
2021-08-06scsi: qla2xxx: Fix use after free in debug codeDan Carpenter1-2/+2
2021-07-27scsi: qla2xxx: edif: Add doorbell notification for appQuinn Tran1-4/+20
2021-07-27scsi: qla2xxx: edif: Add send, receive, and accept for auth_elsQuinn Tran1-24/+39
2021-07-27scsi: qla2xxx: edif: Add start + stop bsgsQuinn Tran1-0/+3
2021-04-13scsi: qla2xxx: Reuse existing error handling pathChristophe JAILLET1-2/+2
2021-03-30scsi: qla2xxx: Fix use after free in bsgQuinn Tran1-1/+2
2021-03-25scsi: qla2xxx: Check kzalloc() return valueBart Van Assche1-0/+4
2021-01-27scsi: qla2xxx: Fix some memory corruptionDan Carpenter1-1/+1
2021-01-13scsi: qla2xxx: Implementation to get and manage host, target stats and initia...Saurav Kashyap1-0/+342
2020-09-16scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-07-01scsi: qla2xxx: Remove a superfluous castBart Van Assche1-2/+1
2020-05-20scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche1-2/+2
2020-05-20scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche1-2/+2
2020-02-29scsi: qla2xxx: Return appropriate failure through BSG InterfaceMichael Hernandez1-2/+7
2020-02-24scsi: qla2xxx: Use correct ISP28xx active FW regionQuinn Tran1-1/+1
2020-02-24scsi: qla2xxx: Correction to selection of loopback/echo testJoe Carnuccio1-5/+6
2020-02-22scsi: qla2xxx: Move free of fcport out of interrupt contextJoe Carnuccio1-2/+12
2020-01-03scsi: qla2xxx: Use get_unaligned_*() instead of open-coding these functionsBart Van Assche1-1/+1
2019-12-20scsi: qla2xxx: Use common routine to free fcport structQuinn Tran1-4/+5
2019-12-10scsi: qla2xxx: Correctly retrieve and interpret active flash regionHimanshu Madhani1-1/+1
2019-10-19scsi: qla2xxx: fixup incorrect usage of host_byteHannes Reinecke1-3/+3
2019-08-13scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-6/+2
2019-08-13scsi: qla2xxx: Fix qla24xx_process_bidir_cmd()Bart Van Assche1-6/+5
2019-07-30scsi: qla2xxx: Fix DMA unmap leakHimanshu Madhani1-0/+4
2019-04-30scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche1-6/+4
2019-04-16scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+5
2019-04-09scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche1-1/+1
2019-03-20scsi: qla2xxx: Fix a small typo in qla_bsg.cMilan P. Gandhi1-1/+1
2019-03-20scsi: qla2xxx: Fix comment alignment in qla_bsg.cMilan P. Gandhi1-1/+1
2019-03-19scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio1-0/+42
2019-03-19scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio1-2/+1
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio1-3/+3
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio1-5/+7
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-09-12scsi: qla2xxx: Reject bsg request if chip is down.Quinn Tran1-1/+1
2018-02-23scsi: qla2xxx: Use dma_pool_zalloc()Souptick Joarder1-2/+1
2018-01-04scsi: qla2xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha1-6/+3
2017-10-17scsi: qla2xxx: don't break the bsg-lib abstractionsChristoph Hellwig1-6/+4
2017-09-26scsi: qla2xxx: Cocci spatch "pool_zalloc-simple"Thomas Meyer1-2/+1