summaryrefslogtreecommitdiff
path: root/drivers/scsi/qedi
AgeCommit message (Expand)AuthorFilesLines
2023-09-19scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lockChengfeng Ye1-2/+3
2023-08-16scsi: qedi: Fix firmware halt over suspend and resumeNilesh Javali1-0/+18
2023-05-17scsi: qedi: Fix use after free bug in qedi_remove()Zheng Wang1-0/+3
2022-04-27scsi: qedi: Fix failed disconnect handlingMike Christie1-35/+34
2022-04-20scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie1-7/+18
2022-04-20scsi: iscsi: Stop queueing during ep_disconnectMike Christie1-0/+1
2021-09-18scsi: qedi: Fix error codes in qedi_alloc_global_queues()Dan Carpenter1-7/+7
2021-07-20scsi: qedi: Fix cleanup session block/unblock useMike Christie2-2/+16
2021-07-20scsi: qedi: Fix TMF session block/unblock useMike Christie1-6/+1
2021-07-20scsi: qedi: Fix race during abort timeoutsMike Christie2-18/+17
2021-07-20scsi: qedi: Fix null ref during abort handlingMike Christie1-1/+1
2021-07-20scsi: iscsi: Fix shost->max_id useMike Christie1-1/+1
2021-03-30scsi: qedi: Fix error return code of qedi_alloc_global_queues()Jia-Ju Bai1-0/+1
2021-01-27scsi: qedi: Correct max length of CHAP secretNilesh Javali1-2/+2
2020-12-30scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probeQinglang Miao1-1/+3
2020-10-03scsi: qedi: Add schedule_hw_err_handler callback for fan failureManish Rangankar2-0/+21
2020-09-09scsi: qedi: Add support for handling PCIe errorsManish Rangankar1-0/+24
2020-09-09scsi: qedi: Add firmware error recovery invocation supportManish Rangankar4-4/+73
2020-09-09scsi: qedi: Mark all connections for recovery on link down eventNilesh Javali1-0/+10
2020-09-09scsi: qedi: Use snprintf instead of sprintfManish Rangankar1-1/+1
2020-09-09scsi: qedi: Protect active command list to avoid list corruptionNilesh Javali2-0/+10
2020-09-09scsi: qedi: Fix list_del corruption while removing active I/ONilesh Javali1-4/+11
2020-09-09scsi: qedi: Skip firmware connection termination for PCI shutdown handlerManish Rangankar1-0/+4
2020-09-09scsi: qedi: Use qed count from set_fp_int in msix allocationManish Rangankar2-2/+8
2020-09-02scsi: qedi: Remove redundant NULL checkXu Wang1-2/+1
2020-07-25scsi: qedi: Staticify non-external function 'qedi_get_iscsi_error'Lee Jones1-1/+1
2020-07-25scsi: qedi: Demote seemingly unintentional kerneldoc headerLee Jones1-1/+1
2020-07-25scsi: qedi: Remove set but unused variable 'tmp'Lee Jones1-3/+2
2020-07-25scsi: qedi: Remove 2 set but unused variablesLee Jones1-5/+2
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-12scsi: qedi: Remove unused variable udev & uctrlXie XiuQi1-5/+0
2020-05-08scsi: qedi: Remove comparison of 0/1 to bool variableJason Yan1-2/+2
2020-04-30scsi: qedi: Check for buffer overflow in qedi_set_path()Dan Carpenter1-0/+4
2020-04-18scsi: qedi: make qedi_ll2_buf_size staticJason Yan1-1/+1
2020-04-14scsi: qedi: Fix termination timeouts in session logoutNilesh Javali1-0/+3
2020-04-14scsi: qedi: Add modules param to enable qed iSCSI debugManish Rangankar1-2/+5
2020-04-14scsi: qedi: Do not flush offload work if ARP not resolvedNilesh Javali1-1/+2
2020-04-14scsi: qedi: Use correct msix count for fastpath vectorsManish Rangankar1-1/+1
2020-04-14scsi: qedi: Avoid unnecessary endpoint allocation on link downManish Rangankar1-6/+5
2020-04-14scsi: qedi: Remove additional char from boot target iqnnameManish Rangankar1-1/+1
2020-03-27scsi: qedi: Add PCI shutdown handler supportManish Rangankar5-2/+39
2020-03-27scsi: qedi: Add MFW error recovery processManish Rangankar2-22/+66
2019-10-25scsi: Fix various misspellings of "connect"Geert Uytterhoeven1-1/+1
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+6
2019-06-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-3/+6
2019-06-19scsi: qedi: update driver version to 8.37.0.20Nilesh Javali1-3/+3
2019-06-19scsi: qedi: Check targetname while finding boot target informationNilesh Javali1-0/+3
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-64/+16
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner16-64/+16
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-28/+8