summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_bsg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-2/+2
|\
| * scsi: lpfc: fix a handful of indentation issuesColin Ian King2019-02-131-2/+2
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
|/
* scsi: lpfc: Enable Management features for IF_TYPE=6James Smart2018-12-121-3/+3
* scsi: lpfc: Fix driver release of fw-logging buffersJames Smart2018-12-071-20/+2
* scsi: lpfc: refactor mailbox structure context fieldsJames Smart2018-12-071-10/+10
* scsi: lpfc: Fix panic when FW-log buffsize is not initializedJames Smart2018-12-071-5/+11
* scsi: lpfc: add Trunking supportJames Smart2018-11-061-0/+74
* scsi: lpfc: Correct errors accessing fw logJames Smart2018-11-061-39/+25
* scsi: lpfc: remove a bogus pci_dma_sync_single_for_device callChristoph Hellwig2018-10-151-3/+0
* scsi: lpfc: add support to retrieve firmware logsJames Smart2018-09-111-2/+339