summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_bsg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "Update lpfc to revision 14.4.0.2"Martin K. Petersen2024-05-061-1/+2
|\
| * scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee2024-05-061-1/+2
* | Merge patch series "Update lpfc to revision 14.4.0.1"Martin K. Petersen2024-03-101-18/+18
|\|
| * scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee2024-03-101-6/+6
| * scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee2024-03-101-6/+6
| * scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee2024-03-101-2/+2
| * scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee2024-03-101-10/+10
* | scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()Muhammad Usama Anjum2024-03-101-2/+2
|/
* scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee2024-02-051-1/+1
* scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee2024-02-051-3/+3
* scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee2023-06-141-4/+4
* scsi: lpfc: Copyright updates for 14.2.0.11 patchesJustin Tee2023-03-091-1/+1
* 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-2/+2
* scsi: lpfc: Remove unneeded result variableye xingchen2022-09-011-4/+1
* scsi: lpfc: Remove Menlo/Hornet related codeJames Smart2022-07-071-324/+0
* scsi: lpfc: Fix additional reference counting in lpfc_bsg_rport_els()James Smart2022-05-021-6/+0
* scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart2022-04-181-41/+38
* scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart2022-03-151-1/+1
* scsi: lpfc: SLI path split: Refactor BSG pathsJames Smart2022-03-151-14/+22
* scsi: lpfc: SLI path split: Refactor CT pathsJames Smart2022-03-151-160/+106
* 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-25/+25
* scsi: lpfc: Add bsg support for retrieving adapter cmf dataJames Smart2021-08-241-0/+89
* scsi: lpfc: Fix DMA virtual address ptr assignment in bsgJames Smart2021-04-261-1/+1
* scsi: lpfc: Copyright updates for 12.8.0.9 patchesJames Smart2021-04-131-1/+1
* scsi: lpfc: Fix various trivial errors in comments and log messagesJames Smart2021-04-131-8/+8
* scsi: lpfc: Fix silent memory allocation failure in lpfc_sli4_bsg_link_diag_t...James Smart2021-04-131-1/+3
* scsi: lpfc: Fix a few incorrectly named functionsLee Jones2021-03-151-3/+3
* scsi: lpfc: Simplify bool comparisonYANG LI2021-01-131-2/+2
* scsi: lpfc: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-021-0/+1
* scsi: lpfc: Remove dead code on second !ndlp checkColin Ian King2020-11-191-6/+0
* scsi: lpfc: Update changed file copyrights for 2020James Smart2020-11-171-1/+1
* scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlersJames Smart2020-11-171-2/+2
* scsi: lpfc: Rework locations of ndlp reference takingJames Smart2020-11-171-30/+41
* scsi: lpfc: Rework remote port ref counting and node freeingJames Smart2020-11-171-1/+1
* scsi: lpfc: lpfc_bsg: Provide correct documentation for a bunch of functionsLee Jones2020-11-101-17/+17
* scsi: lpfc: Reject CT request for MIB commandsJames Smart2020-10-261-20/+1
* scsi: lpfc: Fix validation of bsg reply lengthsDick Kennedy2020-08-041-13/+8
* scsi: lpfc: Allow applications to issue Common Set Features mailbox commandDick Kennedy2020-07-021-0/+1
* scsi: lpfc: Fix unused assignment in lpfc_sli4_bsg_link_diag_testDick Kennedy2020-07-021-18/+16
* scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu2019-12-091-6/+9
* scsi: lpfc: Make FW logging dynamically configurableJames Smart2019-10-241-4/+14
* scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart2019-08-191-1/+1
* scsi: lpfc: Fix upcall to bsg done in non-success casesJames Smart2019-08-191-7/+15
* scsi: lpfc: remove redundant codeFuqian Huang2019-08-191-1/+0
* scsi: lpfc: Remove unnecessary null check before kfreeYueHaibing2019-07-221-3/+1
* scsi: lpfc: Fix incorrect logical link speed on trunks when links downJames Smart2019-06-181-1/+1
* scsi: lpfc: Update Copyright in driver versionJames Smart2019-03-191-1/+1
* scsi: lpfc: Add loopback testing to trunking modeJames Smart2019-03-191-23/+98