summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_ct.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-23scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited ...Justin Tee1-6/+14
2023-06-08scsi: lpfc: Use struct_size() helperJustin Tee1-4/+2
2023-06-01scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID pathsJustin Tee1-44/+44
2023-05-23scsi: lpfc: Replace one-element array with flexible-array memberGustavo A. R. Silva1-2/+4
2023-03-10scsi: lpfc: Copyright updates for 14.2.0.11 patchesJustin Tee1-1/+1
2023-03-10scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logicJustin Tee1-2/+2
2023-03-10scsi: lpfc: Reorder freeing of various DMA buffers and their list removalJustin Tee1-1/+1
2022-10-01scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"Colin Ian King1-1/+1
2022-09-16scsi: lpfc: Rework FDMI attribute registration for unintential paddingJames Smart1-653/+308
2022-09-16scsi: lpfc: Rework lpfc_fdmi_cmd() routine for cleanup and consistencyJames Smart1-23/+30
2022-09-16scsi: lpfc: Rename mp/bmp dma buffers to rq/rsp in lpfc_fdmi_cmdJames Smart1-31/+32
2022-09-16scsi: lpfc: Add missing free iocb and nlp kref put for early return VMID casesJames Smart1-3/+7
2022-09-01scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_IDJames Smart1-5/+2
2022-06-08scsi: lpfc: Correct BDE type for XMIT_SEQ64_WQE in lpfc_ct_reject_event()James Smart1-1/+1
2022-05-11scsi: lpfc: Rework FDMI initialization after link upJames Smart1-7/+91
2022-05-11scsi: lpfc: Decrement outstanding gidft_inp counter if lpfc_err_lost_link()James Smart1-2/+14
2022-04-19scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart1-75/+73
2022-04-19scsi: lpfc: Register for Application Services FC-4 type in Fabric topologyJames Smart1-12/+14
2022-04-19scsi: lpfc: Remove false FDMI NVMe FC-4 support for NPIV portsJames Smart1-1/+3
2022-04-19scsi: lpfc: Revise FDMI reporting of supported port speed for trunk groupsJames Smart1-20/+48
2022-04-19scsi: lpfc: Tweak message log categories for ELS/FDMI/NVMe rescanJames Smart1-3/+3
2022-03-15scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart1-1/+1
2022-03-15scsi: lpfc: SLI path split: Refactor CT pathsJames Smart1-176/+157
2022-03-15scsi: lpfc: SLI path split: Refactor VMID pathsJames Smart1-1/+1
2022-03-15scsi: lpfc: SLI path split: Refactor base ELS paths and the FLOGI pathJames Smart1-2/+2
2022-03-15scsi: lpfc: SLI path split: Introduce lpfc_prep_wqeJames Smart1-0/+1
2022-03-15scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart1-4/+4
2021-08-25scsi: lpfc: Add EDC ELS supportJames Smart1-0/+2
2021-08-25scsi: lpfc: Add MIB feature enablement supportJames Smart1-5/+10
2021-07-27scsi: lpfc: Add 256 Gb link speed supportJames Smart1-0/+5
2021-07-19scsi: lpfc: Fix function description comments for vmid routinesJames Smart1-3/+2
2021-06-10scsi: lpfc: vmid: Implement CT commands for appidGaurav Srivastava1-0/+255
2021-05-22scsi: lpfc: Ignore GID-FT response that may be received after a link flipJames Smart1-7/+36
2021-04-13scsi: lpfc: Copyright updates for 12.8.0.9 patchesJames Smart1-1/+1
2021-04-13scsi: lpfc: Standardize discovery object logging formatJames Smart1-1/+1
2021-04-13scsi: lpfc: Fix missing FDMI registrations after Mgmt Svc loginJames Smart1-12/+16
2021-03-16scsi: lpfc: Fix formatting and misspelling issuesLee Jones1-6/+6
2020-11-20scsi: lpfc: Fix missing prototype warning for lpfc_fdmi_vendor_attr_mi()James Smart1-1/+1
2020-11-17scsi: lpfc: Rework remote port lock handlingJames Smart1-6/+4
2020-11-17scsi: lpfc: Rework locations of ndlp reference takingJames Smart1-24/+32
2020-11-17scsi: lpfc: Rework remote port ref counting and node freeingJames Smart1-8/+7
2020-10-27scsi: lpfc: Reject CT request for MIB commandsJames Smart1-19/+292
2020-10-27scsi: lpfc: Add FDMI Vendor MIB supportJames Smart1-0/+60
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2020-10-03scsi: lpfc: Drop nodelist reference on error in lpfc_gen_req()Hannes Reinecke1-0/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-05scsi: lpfc: Fix RSCN timeout due to incorrect gidft counterDick Kennedy1-6/+16
2020-07-25scsi: lpfc: Fix-up formatting/docrot where appropriateLee Jones1-5/+5
2020-07-03scsi: lpfc: Add an internal trace log bufferDick Kennedy1-8/+8
2020-06-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0