summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-149-39/+344
|\
| * scsi: lpfc: Remove linux/msi.h includeThomas Gleixner2022-11-241-1/+0
| * scsi: lpfc: Update lpfc version to 14.2.0.9Justin Tee2022-11-241-1/+1
| * scsi: lpfc: Fix crash involving race between FLOGI timeout and devloss handlerJustin Tee2022-11-172-15/+57
| * scsi: lpfc: Fix MI capability display in cmf_info sysfs attributeJustin Tee2022-11-173-1/+5
| * scsi: lpfc: Correct bandwidth logging during receipt of congestion sync WCQEJustin Tee2022-11-171-0/+6
| * scsi: lpfc: Fix WQ|CQ|EQ resource checkJustin Tee2022-11-171-7/+5
| * scsi: lpfc: Use memset_startat() helperXiu Jianfeng2022-11-171-4/+2
| * scsi: lpfc: Remove redundant pointer 'lp'Colin Ian King2022-11-171-5/+0
| * scsi: lpfc: Update lpfc version to 14.2.0.8Justin Tee2022-10-221-1/+1
| * scsi: lpfc: Create a sysfs entry called lpfc_xcvr_data for transceiver infoJustin Tee2022-10-224-2/+252
| * scsi: lpfc: Log when congestion management limits are in effectJustin Tee2022-10-221-0/+12
| * scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfsJustin Tee2022-10-221-3/+3
| * scsi: lpfc: Set sli4_param's cmf option to zero when CMF is turned offJustin Tee2022-10-221-0/+1
* | Merge branch '6.1/scsi-queue' into 6.1/scsi-fixesMartin K. Petersen2022-10-212-3/+3
|\ \
| * | scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"Colin Ian King2022-10-012-3/+3
* | | scsi: lpfc: Fix memory leak in lpfc_create_port()Rafael Mendonca2022-10-181-3/+4
| |/ |/|
* | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-3/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-0723-1648/+1178
|\|
| * scsi: lpfc: Update lpfc version to 14.2.0.7James Smart2022-09-151-1/+1
| * scsi: lpfc: Fix various issues reported by toolsJames Smart2022-09-156-118/+148
| * scsi: lpfc: Add reporting capability for Link Degrade SignalingJames Smart2022-09-158-68/+224
| * scsi: lpfc: Rework FDMI attribute registration for unintential paddingJames Smart2022-09-152-669/+350
| * scsi: lpfc: Rework lpfc_fdmi_cmd() routine for cleanup and consistencyJames Smart2022-09-151-23/+30
| * scsi: lpfc: Rename mp/bmp dma buffers to rq/rsp in lpfc_fdmi_cmdJames Smart2022-09-151-31/+32
| * scsi: lpfc: Update congestion mode logging for Emulex SAN Manager applicationJames Smart2022-09-151-6/+22
| * scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phbaJames Smart2022-09-154-34/+48
| * scsi: lpfc: Fix multiple NVMe remoteport registration calls for the same NPor...James Smart2022-09-153-41/+37
| * scsi: lpfc: Add missing free iocb and nlp kref put for early return VMID casesJames Smart2022-09-151-3/+7
| * scsi: lpfc: Fix mbuf pool resource detected as busy at driver unloadJames Smart2022-09-151-0/+7
| * scsi: lpfc: Fix FLOGI ACC with wrong SID in PT2PT topologyJames Smart2022-09-151-2/+7
| * scsi: lpfc: Fix prli_fc4_req checks in PRLI handlingJames Smart2022-09-151-2/+2
| * scsi: lpfc: Remove unneeded result variableye xingchen2022-09-011-4/+1
| * scsi: lpfc: Remove the unneeded result variableye xingchen2022-09-011-3/+1
| * scsi: lpfc: Copyright updates for 14.2.0.6 patchesJames Smart2022-08-315-5/+5
| * scsi: lpfc: Update lpfc version to 14.2.0.6James Smart2022-08-311-1/+1
| * scsi: lpfc: Remove SANDiags related codeJames Smart2022-08-318-507/+4
| * scsi: lpfc: Add warning notification period to CMF_SYNC_WQEJames Smart2022-08-313-1/+11
| * scsi: lpfc: Rework MIB Rx Monitor debug info logicJames Smart2022-08-317-125/+240
| * scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_IDJames Smart2022-08-311-5/+2
| * scsi: lpfc: Fix unsolicited FLOGI receive handling during PT2PT discoveryJames Smart2022-08-311-1/+0
* | scsi: lpfc: Add missing destroy_workqueue() in error pathYang Yingliang2022-09-011-1/+4
* | scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUEHannes Reinecke2022-09-011-2/+2
|/
* scsi: lpfc: Check the return value of alloc_workqueue()William Dean2022-08-011-0/+2
* scsi: lpfc: Copyright updates for 14.2.0.5 patchesJames Smart2022-07-073-3/+3
* scsi: lpfc: Update lpfc version to 14.2.0.5James Smart2022-07-071-1/+1
* scsi: lpfc: Remove Menlo/Hornet related codeJames Smart2022-07-0711-465/+7
* scsi: lpfc: Refactor lpfc_nvmet_prep_abort_wqe() into lpfc_sli_prep_abort_xri()James Smart2022-07-075-52/+18
* scsi: lpfc: Revert RSCN_MEMENTO workaround for misbehaved configurationJames Smart2022-07-073-9/+3
* scsi: lpfc: Fix lost NVMe paths during LIF bounce stress testJames Smart2022-07-071-7/+8