aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_bsg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24scsi: lpfc: Add bsg support for retrieving adapter cmf dataJames Smart1-0/+89
2021-04-26scsi: 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_test()James Smart1-1/+3
2021-03-15scsi: 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-19scsi: 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-10scsi: lpfc: lpfc_bsg: Provide correct documentation for a bunch of functionsLee Jones1-17/+17
2020-10-26scsi: lpfc: Reject CT request for MIB commandsJames Smart1-20/+1
2020-08-04scsi: lpfc: Fix validation of bsg reply lengthsDick Kennedy1-13/+8
2020-07-02scsi: lpfc: Allow applications to issue Common Set Features mailbox commandDick Kennedy1-0/+1
2020-07-02scsi: lpfc: Fix unused assignment in lpfc_sli4_bsg_link_diag_testDick Kennedy1-18/+16
2019-12-09scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu1-6/+9
2019-10-24scsi: lpfc: Make FW logging dynamically configurableJames Smart1-4/+14
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-1/+1
2019-08-19scsi: lpfc: Fix upcall to bsg done in non-success casesJames Smart1-7/+15
2019-08-19scsi: lpfc: remove redundant codeFuqian Huang1-1/+0
2019-07-22scsi: lpfc: Remove unnecessary null check before kfreeYueHaibing1-3/+1
2019-06-18scsi: 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-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2019-02-13scsi: 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-12scsi: lpfc: Enable Management features for IF_TYPE=6James Smart1-3/+3
2018-12-07scsi: lpfc: Fix driver release of fw-logging buffersJames Smart1-20/+2
2018-12-07scsi: lpfc: refactor mailbox structure context fieldsJames Smart1-10/+10
2018-12-07scsi: lpfc: Fix panic when FW-log buffsize is not initializedJames Smart1-5/+11
2018-11-06scsi: lpfc: add Trunking supportJames Smart1-0/+74
2018-11-06scsi: lpfc: Correct errors accessing fw logJames Smart1-39/+25
2018-10-15scsi: lpfc: remove a bogus pci_dma_sync_single_for_device callChristoph Hellwig1-3/+0
2018-09-11scsi: lpfc: add support to retrieve firmware logsJames Smart1-2/+339
2018-07-10scsi: lpfc: Revise copyright for new company languageJames Smart1-1/+1
2018-05-08scsi: lpfc: fix spelling mistakes: "mabilbox" and "maibox"Colin Ian King1-10/+10
2018-02-22scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018James Smart1-1/+1
2018-02-22scsi: lpfc: Add SLI-4 if_type=6 support to the code baseJames Smart1-2/+2
2017-10-02scsi: lpfc: Fix crash receiving ELS while detaching driverDick Kennedy1-1/+3
2017-08-24scsi: lpfc: remove useless code in lpfc_sli4_bsg_link_diag_testGustavo A. R. Silva1-6/+3
2017-04-24Fix crash after issuing lip resetJames Smart1-0/+4
2017-02-22scsi: lpfc: Update copyrightsJames Smart1-1/+3
2017-02-22scsi: lpfc: NVME Initiator: Base modificationsJames Smart1-9/+18
2017-02-22scsi: lpfc: minor code cleanupsJames Smart1-1/+1
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn1-20/+20
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-38/+38