summaryrefslogtreecommitdiff
path: root/drivers/scsi/qedi
AgeCommit message (Expand)Author
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen
2023-08-24scsi: qedi: Remove unused declarationsYue Haibing
2023-08-07scsi: qedi: Fix firmware halt over suspend and resumeNilesh Javali
2023-08-07scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lockChengfeng Ye
2023-05-26scsi: qedi: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-04-24scsi: qedi: Fix use after free bug in qedi_remove()Zheng Wang
2023-03-24scsi: iscsi: Declare SCSI host template constBart Van Assche
2023-02-21scsi: qedi: Remove unneeded version.h includeJesper Juhl
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie
2022-06-21scsi: qedi: Use QEDI_MODE_NORMAL for error handlingMike Christie
2022-04-11scsi: qedi: Fix failed disconnect handlingMike Christie
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche
2022-02-11scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and qedi_process_cmd...Mike Christie
2022-01-31scsi: qedi: Remove redundant flush_workqueue() callsMinghao Chi (CGEL ZTE)
2021-12-16Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen
2021-12-06scsi: qedi: Fix SYSFS_FLAG_FW_SEL_BOOT formattingFlorian Fainelli
2021-12-06scsi: qedi: Fix cmd_cleanup_cmpl counter mismatch issueManish Rangankar
2021-11-29scsi: qedi: Remove set but unused 'page' variableFlorian Fainelli
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-10-16scsi: qedi: Switch to attribute groupsBart Van Assche
2021-10-04qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha
2021-10-04qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin
2021-08-16scsi: qedi: Fix error codes in qedi_alloc_global_queues()Dan Carpenter
2021-08-11scsi: qedi: Add support for fastpath doorbell recoveryShai Malin
2021-08-11scsi: qedi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-06-22scsi: qedi: Use DEVICE_ATTR_RO() macroZhen Lei
2021-06-09scsi: qedi: Fix host removal with running sessionsMike Christie
2021-06-02scsi: qedi: Wake up if cmd_cleanup_req is setMike Christie
2021-06-02scsi: qedi: Complete TMF works before disconnectMike Christie
2021-06-02scsi: qedi: Pass send_iscsi_tmf task to abortMike Christie
2021-06-02scsi: qedi: Fix cleanup session block/unblock useMike Christie
2021-06-02scsi: qedi: Fix TMF session block/unblock useMike Christie
2021-06-02scsi: qedi: Use GFP_NOIO for TMF allocationMike Christie
2021-06-02scsi: qedi: Fix TMF tid allocationMike Christie
2021-06-02scsi: qedi: Fix use after free during abort cleanupMike Christie
2021-06-02scsi: qedi: Fix race during abort timeoutsMike Christie
2021-06-02scsi: qedi: Fix null ref during abort handlingMike Christie
2021-06-02scsi: iscsi: Fix shost->max_id useMike Christie
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie
2021-06-02scsi: iscsi: Drop suspend calls from ep_disconnectMike Christie
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen
2021-03-29scsi: qedi: Remove redundant assignment to variable errColin Ian King
2021-03-24scsi: qedi: Fix error return code of qedi_alloc_global_queues()Jia-Ju Bai
2021-01-05scsi: qedi: Correct max length of CHAP secretNilesh Javali
2020-12-07scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probeQinglang Miao