aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedi
AgeCommit message (Expand)Author
2021-09-22scsi: qedi: Fix error codes in qedi_alloc_global_queues()Dan Carpenter
2021-07-20scsi: qedi: Fix null ref during abort handlingMike Christie
2021-07-20scsi: iscsi: Fix shost->max_id useMike Christie
2021-03-30scsi: qedi: Fix error return code of qedi_alloc_global_queues()Jia-Ju Bai
2020-12-29scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probeQinglang Miao
2020-10-29scsi: qedi: Fix list_del corruption while removing active I/ONilesh Javali
2020-10-29scsi: qedi: Protect active command list to avoid list corruptionNilesh Javali
2020-10-01scsi: qedi: Fix termination timeouts in session logoutNilesh Javali
2020-06-25scsi: qedi: Do not flush offload work if ARP not resolvedNilesh Javali
2020-06-25scsi: qedi: Check for buffer overflow in qedi_set_path()Dan Carpenter
2019-06-19scsi: qedi: remove set but not used variables 'cdev' and 'udev'YueHaibing
2019-06-19scsi: qedi: remove memset/memcpy to nfunc and use func insteadYueHaibing
2019-05-31scsi: qedi: Abort ep termination if offload not scheduledManish Rangankar
2019-02-27scsi: qedi: Add ep_state for login completion on un-reachable targetsManish Rangankar
2018-10-10scsi: qedi: Add the CRC size within iSCSI NVM imageNilesh Javali
2018-08-24scsi: qedi: Send driver state to MFWManish Rangankar
2018-05-25scsi: qedi: Fix kernel crash during port toggleManish Rangankar
2018-05-25scsi: qedi: Fix truncation of CHAP name and secretAndrew Vasquez
2017-09-07Merge branch 'fixes' into miscJames Bottomley
2017-08-28scsi: qedi: off by one in qedi_get_cmd_from_tid()Dan Carpenter
2017-08-24scsi: qedi: Limit number for CQ queues.Manish Rangankar
2017-07-24scsi: qedi: Fix return code in qedi_ep_connect()Dan Carpenter
2017-07-24scsi: qedi: Add ISCSI_BOOT_SYSFS to KconfigNilesh Javali
2017-07-12scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"Colin Ian King
2017-07-12scsi: qedi: Add support for Boot from SAN over iSCSI offloadNilesh Javali
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-26scsi: qedi: Remove comparison of u16 idx with zero.Christos Gkekas
2017-06-19scsi: qedi: Remove WARN_ON from clear task context.Manish Rangankar
2017-06-19scsi: qedi: Remove WARN_ON for untracked cleanup.Manish Rangankar
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-24qed: Replace set_id() api with set_name()Mintz, Yuval
2017-05-23scsi: qedi: Fix endpoint NULL panic during recovery.manish.rangankar@cavium.com
2017-05-23scsi: qedi: set max_fin_rt default valueNilesh Javali
2017-05-23scsi: qedi: Set firmware tcp msl timer value.manish.rangankar@cavium.com
2017-05-23scsi: qedi: Fix endpoint NULL panic in qedi_set_path.manish.rangankar@cavium.com
2017-05-23scsi: qedi: Set dma_boundary to 0xfff.manish.rangankar@cavium.com
2017-05-23scsi: qedi: Correctly set firmware max supported BDs.manish.rangankar@cavium.com
2017-05-23scsi: qedi: Fix bad pte call trace when iscsiuio is stopped.Arun Easi
2017-05-18qed: Utilize FW 8.20.0.0Mintz, Yuval
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-04-19scsi: qedi: qedf: Use designated initializersKees Cook
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-15scsi: qedi: Add PCI device-ID for QL41xxx adapters.Manish Rangankar
2017-03-15scsi: libiscsi: qedi: convert iscsi_task.refcount from atomic_t to refcount_tElena Reshetova
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval
2017-03-06scsi: qedi: fix build error without DEBUG_FSArnd Bergmann
2017-02-28scsi: qedi: fix missing return error code check on call to qedi_setup_intColin Ian King
2017-02-27scsi: qedi: Fix memory leak in tmf response processing.Dupuis, Chad