summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_bsg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: lpfc: Revise copyright for new company languageJames Smart2018-07-101-1/+1
* scsi: lpfc: fix spelling mistakes: "mabilbox" and "maibox"Colin Ian King2018-05-081-10/+10
* scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018James Smart2018-02-221-1/+1
* scsi: lpfc: Add SLI-4 if_type=6 support to the code baseJames Smart2018-02-221-2/+2
* scsi: lpfc: Fix crash receiving ELS while detaching driverDick Kennedy2017-10-021-1/+3
* scsi: lpfc: remove useless code in lpfc_sli4_bsg_link_diag_testGustavo A. R. Silva2017-08-241-6/+3
* Fix crash after issuing lip resetJames Smart2017-04-241-0/+4
* scsi: lpfc: Update copyrightsJames Smart2017-02-221-1/+3
* scsi: lpfc: NVME Initiator: Base modificationsJames Smart2017-02-221-9/+18
* scsi: lpfc: minor code cleanupsJames Smart2017-02-221-1/+1
* scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-171-20/+20
* scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-171-38/+38
* scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-171-2/+2