summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_ct.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee2024-05-061-4/+4
* scsi: lpfc: Change default logging level for unsolicited CT MIB commandsJustin Tee2024-05-061-8/+8
* scsi: lpfc: Replace deprecated strncpy() with strscpy()Justin Stitt2024-02-261-2/+2
* scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee2024-02-051-1/+1
* scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee2024-02-051-5/+6
* scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee2024-02-051-77/+55
* scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee2024-02-051-4/+3
* scsi: lpfc: Fix failure to delete vports when discovery is in progressJustin Tee2024-02-051-4/+4
* scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited ...Justin Tee2023-07-231-6/+14
* scsi: lpfc: Use struct_size() helperJustin Tee2023-06-071-4/+2
* scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID pathsJustin Tee2023-05-311-44/+44
* scsi: lpfc: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-05-221-2/+4
* scsi: lpfc: Copyright updates for 14.2.0.11 patchesJustin Tee2023-03-091-1/+1
* scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logicJustin Tee2023-03-091-2/+2
* scsi: lpfc: Reorder freeing of various DMA buffers and their list removalJustin Tee2023-03-091-1/+1
* scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"Colin Ian King2022-10-011-1/+1
* scsi: lpfc: Rework FDMI attribute registration for unintential paddingJames Smart2022-09-151-653/+308
* 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: Add missing free iocb and nlp kref put for early return VMID casesJames Smart2022-09-151-3/+7
* scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_IDJames Smart2022-08-311-5/+2
* scsi: lpfc: Correct BDE type for XMIT_SEQ64_WQE in lpfc_ct_reject_event()James Smart2022-06-071-1/+1
* scsi: lpfc: Rework FDMI initialization after link upJames Smart2022-05-101-7/+91
* scsi: lpfc: Decrement outstanding gidft_inp counter if lpfc_err_lost_link()James Smart2022-05-101-2/+14
* scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart2022-04-181-75/+73
* scsi: lpfc: Register for Application Services FC-4 type in Fabric topologyJames Smart2022-04-181-12/+14
* scsi: lpfc: Remove false FDMI NVMe FC-4 support for NPIV portsJames Smart2022-04-181-1/+3
* scsi: lpfc: Revise FDMI reporting of supported port speed for trunk groupsJames Smart2022-04-181-20/+48
* scsi: lpfc: Tweak message log categories for ELS/FDMI/NVMe rescanJames Smart2022-04-181-3/+3
* scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart2022-03-151-1/+1
* scsi: lpfc: SLI path split: Refactor CT pathsJames Smart2022-03-151-176/+157
* scsi: lpfc: SLI path split: Refactor VMID pathsJames Smart2022-03-151-1/+1
* scsi: lpfc: SLI path split: Refactor base ELS paths and the FLOGI pathJames Smart2022-03-151-2/+2
* scsi: lpfc: SLI path split: Introduce lpfc_prep_wqeJames Smart2022-03-151-0/+1
* scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart2022-03-151-4/+4
* scsi: lpfc: Add EDC ELS supportJames Smart2021-08-241-0/+2
* scsi: lpfc: Add MIB feature enablement supportJames Smart2021-08-241-5/+10
* scsi: lpfc: Add 256 Gb link speed supportJames Smart2021-07-271-0/+5
* scsi: lpfc: Fix function description comments for vmid routinesJames Smart2021-07-181-3/+2
* scsi: lpfc: vmid: Implement CT commands for appidGaurav Srivastava2021-06-101-0/+255
* scsi: lpfc: Ignore GID-FT response that may be received after a link flipJames Smart2021-05-211-7/+36
* scsi: lpfc: Copyright updates for 12.8.0.9 patchesJames Smart2021-04-131-1/+1
* scsi: lpfc: Standardize discovery object logging formatJames Smart2021-04-131-1/+1
* scsi: lpfc: Fix missing FDMI registrations after Mgmt Svc loginJames Smart2021-04-131-12/+16
* scsi: lpfc: Fix formatting and misspelling issuesLee Jones2021-03-151-6/+6
* scsi: lpfc: Fix missing prototype warning for lpfc_fdmi_vendor_attr_mi()James Smart2020-11-191-1/+1
* scsi: lpfc: Rework remote port lock handlingJames Smart2020-11-171-6/+4
* scsi: lpfc: Rework locations of ndlp reference takingJames Smart2020-11-171-24/+32
* scsi: lpfc: Rework remote port ref counting and node freeingJames Smart2020-11-171-8/+7
* scsi: lpfc: Reject CT request for MIB commandsJames Smart2020-10-261-19/+292