aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedi/qedi_fw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche1-2/+2
2022-02-11scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and qedi_process_cmd_cleanup_resp()Mike Christie1-4/+2
2021-12-06scsi: qedi: Fix cmd_cleanup_cmpl counter mismatch issueManish Rangankar1-22/+15
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin1-20/+20
2021-08-11scsi: qedi: Add support for fastpath doorbell recoveryShai Malin1-10/+4
2021-08-11scsi: qedi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-8/+1
2021-06-02scsi: qedi: Wake up if cmd_cleanup_req is setMike Christie1-27/+4
2021-06-02scsi: qedi: Complete TMF works before disconnectMike Christie1-14/+28
2021-06-02scsi: qedi: Pass send_iscsi_tmf task to abortMike Christie1-12/+5
2021-06-02scsi: qedi: Fix TMF session block/unblock useMike Christie1-6/+1
2021-06-02scsi: qedi: Use GFP_NOIO for TMF allocationMike Christie1-1/+1
2021-06-02scsi: qedi: Fix TMF tid allocationMike Christie1-53/+23
2021-06-02scsi: qedi: Fix use after free during abort cleanupMike Christie1-51/+62
2021-06-02scsi: qedi: Fix race during abort timeoutsMike Christie1-15/+0
2021-06-02scsi: qedi: Fix null ref during abort handlingMike Christie1-1/+1
2020-09-08scsi: qedi: Add firmware error recovery invocation supportManish Rangankar1-2/+5
2020-09-08scsi: qedi: Protect active command list to avoid list corruptionNilesh Javali1-0/+8
2020-09-08scsi: qedi: Fix list_del corruption while removing active I/ONilesh Javali1-4/+11
2020-07-24scsi: qedi: Remove set but unused variable 'tmp'Lee Jones1-3/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner1-4/+1
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+0
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-03-19scsi: qedi: Remove set but not used variable 'cls_sess'YueHaibing1-4/+0
2019-02-05scsi: stop setting up request->specialChristoph Hellwig1-7/+0
2018-03-27treewide: Fix typos in printkMasanari Iida1-1/+1
2018-03-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+5
2018-03-01scsi: qedi: Fix kernel crash during port toggleManish Rangankar1-0/+5
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-26/+33
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar1-6/+7
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar1-20/+26
2017-12-20scsi: qedi: Fix a possible sleep-in-atomic bug in qedi_process_tmf_respJia-Ju Bai1-1/+1
2017-10-16scsi: qedi: Delete redundant variablesChristos Gkekas1-16/+1
2017-07-12scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"Colin Ian King1-1/+1
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. Miller1-1/+0
2017-06-26scsi: qedi: Remove comparison of u16 idx with zero.Christos Gkekas1-2/+2
2017-06-19scsi: qedi: Remove WARN_ON for untracked cleanup.Manish Rangankar1-1/+0
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-05-23scsi: qedi: Fix endpoint NULL panic during recovery.manish.rangankar@cavium.com1-0/+2
2017-05-18qed: Utilize FW 8.20.0.0Mintz, Yuval1-9/+11
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval1-607/+461
2017-03-06scsi: qedi: fix build error without DEBUG_FSArnd Bergmann1-2/+2
2017-02-27scsi: qedi: Fix memory leak in tmf response processing.Dupuis, Chad1-2/+3
2016-12-14scsi: qedi: Add QLogic FastLinQ offload iSCSI driver framework.Manish Rangankar1-0/+2378