summaryrefslogtreecommitdiff
path: root/drivers/scsi/snic/snic_disc.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-25scsi: snic: Fix double free in snic_tgt_create()Zhu Wang1-2/+1
2023-08-08scsi: snic: Fix possible memory leak if device_add() failsZhu Wang1-0/+1
2023-06-16scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck1-1/+1
2022-11-26scsi: snic: Fix possible UAF in snic_tgt_create()Gaosheng Cui1-0/+3
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner1-16/+2
2021-12-23scsi: snic: Don't use GFP_DMA in snic_queue_report_tgt_req()Christoph Hellwig1-1/+1
2018-10-18scsi: snic: switch to generic DMA APIChristoph Hellwig1-3/+4
2016-07-13snic: Fix use-after-free in case of a dma mapping errorJohannes Thumshirn1-2/+2
2016-04-11snic: target cleanup in driver unload pathNarsimhulu Musini1-2/+15
2016-04-11scsi: disable automatic target scanHannes Reinecke1-1/+1
2015-06-20snic: driver for Cisco SCSI HBANarsimhulu Musini1-0/+551