summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedi
Commit message (Expand)AuthorAgeFilesLines
* scsi: qedi: Use DEVICE_ATTR_RO() macroZhen Lei2021-06-221-7/+7
* scsi: qedi: Fix host removal with running sessionsMike Christie2021-06-093-23/+2
* scsi: qedi: Wake up if cmd_cleanup_req is setMike Christie2021-06-021-27/+4
* scsi: qedi: Complete TMF works before disconnectMike Christie2021-06-023-23/+46
* scsi: qedi: Pass send_iscsi_tmf task to abortMike Christie2021-06-021-12/+5
* scsi: qedi: Fix cleanup session block/unblock useMike Christie2021-06-022-2/+16
* scsi: qedi: Fix TMF session block/unblock useMike Christie2021-06-021-6/+1
* scsi: qedi: Use GFP_NOIO for TMF allocationMike Christie2021-06-021-1/+1
* scsi: qedi: Fix TMF tid allocationMike Christie2021-06-023-56/+25
* scsi: qedi: Fix use after free during abort cleanupMike Christie2021-06-022-51/+63
* scsi: qedi: Fix race during abort timeoutsMike Christie2021-06-022-18/+17
* scsi: qedi: Fix null ref during abort handlingMike Christie2021-06-021-1/+1
* scsi: iscsi: Fix shost->max_id useMike Christie2021-06-021-1/+1
* scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie2021-06-021-7/+18
* scsi: iscsi: Drop suspend calls from ep_disconnectMike Christie2021-06-021-4/+4
* scsi: iscsi: Stop queueing during ep_disconnectMike Christie2021-06-021-0/+1
* Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-051-0/+1
|\
| * scsi: qedi: Fix error return code of qedi_alloc_global_queues()Jia-Ju Bai2021-03-241-0/+1
* | scsi: qedi: Remove redundant assignment to variable errColin Ian King2021-03-291-3/+1
|/
* scsi: qedi: Correct max length of CHAP secretNilesh Javali2021-01-051-2/+2
* scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probeQinglang Miao2020-12-071-1/+3
* scsi: qedi: Add schedule_hw_err_handler callback for fan failureManish Rangankar2020-10-022-0/+21
* scsi: qedi: Add support for handling PCIe errorsManish Rangankar2020-09-081-0/+24
* scsi: qedi: Add firmware error recovery invocation supportManish Rangankar2020-09-084-4/+73
* scsi: qedi: Mark all connections for recovery on link down eventNilesh Javali2020-09-081-0/+10
* scsi: qedi: Use snprintf instead of sprintfManish Rangankar2020-09-081-1/+1
* scsi: qedi: Protect active command list to avoid list corruptionNilesh Javali2020-09-082-0/+10
* scsi: qedi: Fix list_del corruption while removing active I/ONilesh Javali2020-09-081-4/+11
* scsi: qedi: Skip firmware connection termination for PCI shutdown handlerManish Rangankar2020-09-081-0/+4
* scsi: qedi: Use qed count from set_fp_int in msix allocationManish Rangankar2020-09-082-2/+8
* scsi: qedi: Remove redundant NULL checkXu Wang2020-09-011-2/+1
* scsi: qedi: Staticify non-external function 'qedi_get_iscsi_error'Lee Jones2020-07-241-1/+1
* scsi: qedi: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-241-1/+1
* scsi: qedi: Remove set but unused variable 'tmp'Lee Jones2020-07-241-3/+2
* scsi: qedi: Remove 2 set but unused variablesLee Jones2020-07-241-5/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* scsi: qedi: Remove unused variable udev & uctrlXie XiuQi2020-05-111-5/+0
* scsi: qedi: Remove comparison of 0/1 to bool variableJason Yan2020-05-071-2/+2
* scsi: qedi: Check for buffer overflow in qedi_set_path()Dan Carpenter2020-04-291-0/+4
* scsi: qedi: make qedi_ll2_buf_size staticJason Yan2020-04-171-1/+1
* scsi: qedi: Fix termination timeouts in session logoutNilesh Javali2020-04-131-0/+3
* scsi: qedi: Add modules param to enable qed iSCSI debugManish Rangankar2020-04-131-2/+5
* scsi: qedi: Do not flush offload work if ARP not resolvedNilesh Javali2020-04-131-1/+2
* scsi: qedi: Use correct msix count for fastpath vectorsManish Rangankar2020-04-131-1/+1
* scsi: qedi: Avoid unnecessary endpoint allocation on link downManish Rangankar2020-04-131-6/+5
* scsi: qedi: Remove additional char from boot target iqnnameManish Rangankar2020-04-131-1/+1
* scsi: qedi: Add PCI shutdown handler supportManish Rangankar2020-03-265-2/+39
* scsi: qedi: Add MFW error recovery processManish Rangankar2020-03-262-22/+66
* scsi: Fix various misspellings of "connect"Geert Uytterhoeven2019-10-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-272-3/+6
|\