summaryrefslogtreecommitdiff
path: root/drivers/scsi/qedi
AgeCommit message (Expand)AuthorFilesLines
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
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-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-24scsi: qedi: Do not flush offload work if ARP not resolvedNilesh Javali1-1/+2
2020-06-24scsi: qedi: Check for buffer overflow in qedi_set_path()Dan Carpenter1-0/+4
2019-06-27Merge 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-18scsi: qedi: update driver version to 8.37.0.20Nilesh Javali1-3/+3
2019-06-18scsi: qedi: Check targetname while finding boot target informationNilesh Javali1-0/+3
2019-06-17Merge 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
2019-05-26qedi: Use hwfns and affin_hwfn_idx to get MSI-X vector indexManish Rangankar1-6/+26
2019-05-26Revert "scsi: qedi: Allocate IRQs based on msix_cnt"Manish Rangankar1-1/+1
2019-05-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-28/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-13scsi: qedi: remove set but not used variables 'cdev' and 'udev'YueHaibing1-4/+0
2019-05-13scsi: qedi: remove memset/memcpy to nfunc and use func insteadYueHaibing1-24/+8
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-8/+8
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+0
2019-04-29scsi: qedi: Adjust termination and offload ramrod timersManish Rangankar1-2/+3
2019-04-29scsi: qedi: Abort ep termination if offload not scheduledManish Rangankar1-0/+3
2019-04-18scsi: qedi: fix spelling mistake "oflload" -> "offload"Colin Ian King1-2/+2
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen1-5/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-03-29scsi: qedi: remove declaration of nvm_image from stackColin Ian King1-5/+2
2019-03-19scsi: qedi: Remove set but not used variable 'cls_sess'YueHaibing1-4/+0
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-22/+2
2019-02-05scsi: stop setting up request->specialChristoph Hellwig1-7/+0
2019-01-29scsi: qedf: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-15/+2
2019-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-0/+4
2019-01-11scsi: qedi: Add ep_state for login completion on un-reachable targetsManish Rangankar2-0/+4
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-20/+19
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-31/+68
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-28scsi: qedi: Update driver version to 8.33.0.21Nilesh Javali1-2/+2
2018-11-28scsi: qedi: Move LL2 producer index processing in BH.Manish Rangankar1-12/+19
2018-11-28scsi: qedi: add module param to set ping packet sizeNilesh Javali2-5/+9
2018-11-28scsi: qedi: Add packet filter in light L2 Rx path.Manish Rangankar1-0/+24
2018-11-28scsi: qedi: Check for session online before getting iSCSI TLV data.Manish Rangankar1-0/+3
2018-11-28scsi: qedi: Allocate IRQs based on msix_cntNilesh Javali1-1/+1
2018-11-28scsi: qedi: Replace PAGE_SIZE with QEDI_PAGE_SIZENilesh Javali1-7/+9
2018-11-28scsi: qedi: Fix spelling mistake "OUSTANDING" -> "OUTSTANDING"Nilesh Javali2-3/+3
2018-11-28scsi: qedi: Cleanup redundant QEDI_PAGE_SIZE macro definitionNilesh Javali1-2/+0