summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_bsg.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-15scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee1-4/+4
2023-03-10scsi: lpfc: Copyright updates for 14.2.0.11 patchesJustin Tee1-1/+1
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-2/+2
2022-09-01scsi: lpfc: Remove unneeded result variableye xingchen1-4/+1
2022-07-08scsi: lpfc: Remove Menlo/Hornet related codeJames Smart1-324/+0
2022-05-02scsi: lpfc: Fix additional reference counting in lpfc_bsg_rport_els()James Smart1-6/+0
2022-04-19scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart1-41/+38
2022-03-15scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart1-1/+1
2022-03-15scsi: lpfc: SLI path split: Refactor BSG pathsJames Smart1-14/+22
2022-03-15scsi: lpfc: SLI path split: Refactor CT pathsJames Smart1-160/+106
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-25/+25
2021-08-25scsi: lpfc: Add bsg support for retrieving adapter cmf dataJames Smart1-0/+89
2021-04-27scsi: lpfc: Fix DMA virtual address ptr assignment in bsgJames Smart1-1/+1
2021-04-13scsi: lpfc: Copyright updates for 12.8.0.9 patchesJames Smart1-1/+1
2021-04-13scsi: lpfc: Fix various trivial errors in comments and log messagesJames Smart1-8/+8
2021-04-13scsi: lpfc: Fix silent memory allocation failure in lpfc_sli4_bsg_link_diag_t...James Smart1-1/+3
2021-03-16scsi: lpfc: Fix a few incorrectly named functionsLee Jones1-3/+3
2021-01-13scsi: lpfc: Simplify bool comparisonYANG LI1-2/+2
2020-12-02scsi: lpfc: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-20scsi: lpfc: Remove dead code on second !ndlp checkColin Ian King1-6/+0
2020-11-17scsi: lpfc: Update changed file copyrights for 2020James Smart1-1/+1
2020-11-17scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlersJames Smart1-2/+2
2020-11-17scsi: lpfc: Rework locations of ndlp reference takingJames Smart1-30/+41
2020-11-17scsi: lpfc: Rework remote port ref counting and node freeingJames Smart1-1/+1
2020-11-11scsi: lpfc: lpfc_bsg: Provide correct documentation for a bunch of functionsLee Jones1-17/+17
2020-10-27scsi: lpfc: Reject CT request for MIB commandsJames Smart1-20/+1
2020-08-05scsi: lpfc: Fix validation of bsg reply lengthsDick Kennedy1-13/+8
2020-07-03scsi: lpfc: Allow applications to issue Common Set Features mailbox commandDick Kennedy1-0/+1
2020-07-03scsi: lpfc: Fix unused assignment in lpfc_sli4_bsg_link_diag_testDick Kennedy1-18/+16
2019-12-10scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu1-6/+9
2019-10-25scsi: lpfc: Make FW logging dynamically configurableJames Smart1-4/+14
2019-08-20scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-1/+1
2019-08-20scsi: lpfc: Fix upcall to bsg done in non-success casesJames Smart1-7/+15
2019-08-20scsi: lpfc: remove redundant codeFuqian Huang1-1/+0
2019-07-22scsi: lpfc: Remove unnecessary null check before kfreeYueHaibing1-3/+1
2019-06-19scsi: lpfc: Fix incorrect logical link speed on trunks when links downJames Smart1-1/+1
2019-03-19scsi: lpfc: Update Copyright in driver versionJames Smart1-1/+1
2019-03-19scsi: lpfc: Add loopback testing to trunking modeJames Smart1-23/+98
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2019-02-14scsi: lpfc: fix a handful of indentation issuesColin Ian King1-2/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-12-13scsi: lpfc: Enable Management features for IF_TYPE=6James Smart1-3/+3
2018-12-08scsi: lpfc: Fix driver release of fw-logging buffersJames Smart1-20/+2
2018-12-08scsi: lpfc: refactor mailbox structure context fieldsJames Smart1-10/+10
2018-12-08scsi: lpfc: Fix panic when FW-log buffsize is not initializedJames Smart1-5/+11
2018-11-07scsi: lpfc: add Trunking supportJames Smart1-0/+74
2018-11-07scsi: lpfc: Correct errors accessing fw logJames Smart1-39/+25
2018-10-16scsi: lpfc: remove a bogus pci_dma_sync_single_for_device callChristoph Hellwig1-3/+0