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 Torvalds2023-03-037-14/+14
|\
| * scsi: lpfc: Fix double word in commentsBo Liu2023-02-217-13/+13
| * scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra2023-02-211-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-02-2213-143/+238
|\|
| * scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee2023-01-1213-14/+14
| * scsi: lpfc: Update lpfc version to 14.2.0.10Justin Tee2023-01-121-1/+1
| * scsi: lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt() handlerJustin Tee2023-01-123-16/+77
| * scsi: lpfc: Reinitialize internal VMID data structures after FLOGI completionJustin Tee2023-01-123-0/+43
| * scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware writeJustin Tee2023-01-121-6/+13
| * scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE stateJustin Tee2023-01-121-2/+26
| * scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis()Justin Tee2023-01-121-15/+0
| * scsi: lpfc: Remove redundant clean up code in disable_vport()Justin Tee2023-01-121-12/+2
| * scsi: lpfc: Set max DMA segment size to HBA supported SGE lengthJustin Tee2023-01-121-0/+7
| * scsi: lpfc: Resolve miscellaneous variable set but not used compiler warningsJustin Tee2023-01-124-40/+31
| * scsi: lpfc: Replace outdated strncpy() with strscpy()Justin Tee2023-01-121-10/+5
| * scsi: lpfc: Fix space indentation in lpfc_xcvr_data_show()Justin Tee2023-01-121-27/+19
* | net: add missing includes of linux/sched/clock.hJakub Kicinski2023-01-271-0/+1
|/
* 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