summaryrefslogtreecommitdiff
path: root/drivers/scsi/qedi
AgeCommit message (Expand)AuthorFilesLines
2023-09-23scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lockChengfeng Ye1-2/+3
2021-09-22scsi: qedi: Fix error codes in qedi_alloc_global_queues()Dan Carpenter1-7/+7
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
2020-12-29scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probeQinglang Miao1-1/+3
2020-10-29scsi: qedi: Fix list_del corruption while removing active I/ONilesh Javali1-4/+11
2020-10-29scsi: qedi: Protect active command list to avoid list corruptionNilesh Javali2-0/+10
2020-10-01scsi: qedi: Fix termination timeouts in session logoutNilesh Javali1-0/+3
2020-06-25scsi: qedi: Do not flush offload work if ARP not resolvedNilesh Javali1-1/+2
2020-06-25scsi: qedi: Check for buffer overflow in qedi_set_path()Dan Carpenter1-0/+4
2019-06-19scsi: qedi: remove set but not used variables 'cdev' and 'udev'YueHaibing1-4/+0
2019-06-19scsi: qedi: remove memset/memcpy to nfunc and use func insteadYueHaibing1-24/+8
2019-05-31scsi: qedi: Abort ep termination if offload not scheduledManish Rangankar1-0/+3
2019-02-27scsi: qedi: Add ep_state for login completion on un-reachable targetsManish Rangankar2-0/+4
2018-10-10scsi: qedi: Add the CRC size within iSCSI NVM imageNilesh Javali2-14/+21
2018-08-24scsi: qedi: Send driver state to MFWManish Rangankar1-0/+11
2018-05-25scsi: qedi: Fix kernel crash during port toggleManish Rangankar1-0/+5
2018-05-25scsi: qedi: Fix truncation of CHAP name and secretAndrew Vasquez1-12/+12
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-1/+1
2017-08-29scsi: qedi: off by one in qedi_get_cmd_from_tid()Dan Carpenter1-1/+1
2017-08-25scsi: qedi: Limit number for CQ queues.Manish Rangankar3-7/+10
2017-07-25scsi: qedi: Fix return code in qedi_ep_connect()Dan Carpenter1-4/+4
2017-07-25scsi: qedi: Add ISCSI_BOOT_SYSFS to KconfigNilesh Javali1-0/+1
2017-07-13scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"Colin Ian King1-1/+1
2017-07-12scsi: qedi: Add support for Boot from SAN over iSCSI offloadNilesh Javali3-0/+646
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+1
2017-06-26scsi: qedi: Remove comparison of u16 idx with zero.Christos Gkekas1-2/+2
2017-06-20scsi: qedi: Remove WARN_ON from clear task context.Manish Rangankar1-3/+1
2017-06-20scsi: qedi: Remove WARN_ON for untracked cleanup.Manish Rangankar1-1/+0
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+23
2017-05-24qed: Replace set_id() api with set_name()Mintz, Yuval1-1/+1
2017-05-24scsi: qedi: Fix endpoint NULL panic during recovery.manish.rangankar@cavium.com1-0/+2
2017-05-24scsi: qedi: set max_fin_rt default valueNilesh Javali1-0/+1
2017-05-24scsi: qedi: Set firmware tcp msl timer value.manish.rangankar@cavium.com1-0/+1
2017-05-24scsi: qedi: Fix endpoint NULL panic in qedi_set_path.manish.rangankar@cavium.com1-1/+5
2017-05-24scsi: qedi: Set dma_boundary to 0xfff.manish.rangankar@cavium.com2-0/+2
2017-05-24scsi: qedi: Correctly set firmware max supported BDs.manish.rangankar@cavium.com1-1/+1
2017-05-24scsi: qedi: Fix bad pte call trace when iscsiuio is stopped.Arun Easi1-12/+11
2017-05-18qed: Utilize FW 8.20.0.0Mintz, Yuval3-13/+13
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+2
2017-04-20scsi: qedi: qedf: Use designated initializersKees Cook1-1/+1
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-03-16scsi: qedi: Add PCI device-ID for QL41xxx adapters.Manish Rangankar1-0/+1
2017-03-16scsi: libiscsi: qedi: convert iscsi_task.refcount from atomic_t to refcount_tElena Reshetova1-1/+1
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-16/+22
2017-03-14qed*: Utilize Firmware 8.15.3.0Mintz, Yuval8-618/+1423
2017-03-07scsi: qedi: fix build error without DEBUG_FSArnd Bergmann4-15/+21
2017-03-01scsi: qedi: fix missing return error code check on call to qedi_setup_intColin Ian King1-1/+1