summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Fix gcc -Wstringop-overread warning, againArnd Bergmann2021-09-221-5/+2
* scsi: lpfc: Use correct scnprintf() limitDan Carpenter2021-09-221-1/+2
* scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()Dan Carpenter2021-09-221-1/+1
* scsi: lpfc: Remove unneeded variableChi Minghao2021-09-131-2/+1
* scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FSJames Smart2021-09-133-9/+3
* scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processingJames Smart2021-09-134-15/+16
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-0228-468/+5143
|\
| * scsi: lpfc: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen2021-08-241-72/+48
| * scsi: lpfc: Copyright updates for 14.0.0.1 patchesJames Smart2021-08-244-4/+4
| * scsi: lpfc: Update lpfc version to 14.0.0.1James Smart2021-08-241-1/+1
| * scsi: lpfc: Add bsg support for retrieving adapter cmf dataJames Smart2021-08-242-0/+97
| * scsi: lpfc: Add cmf_info sysfs entryJames Smart2021-08-247-10/+235
| * scsi: lpfc: Add debugfs support for cm framework buffersJames Smart2021-08-243-0/+234
| * scsi: lpfc: Add support for maintaining the cm statistics bufferJames Smart2021-08-243-1/+542
| * scsi: lpfc: Add rx monitoring statisticsJames Smart2021-08-245-0/+92
| * scsi: lpfc: Add support for the CM frameworkJames Smart2021-08-2412-34/+912
| * scsi: lpfc: Add cmfsync WQE supportJames Smart2021-08-245-3/+268
| * scsi: lpfc: Add support for cm enablement bufferJames Smart2021-08-246-5/+363
| * scsi: lpfc: Add cm statistics buffer supportJames Smart2021-08-245-0/+272
| * scsi: lpfc: Add EDC ELS supportJames Smart2021-08-2410-11/+988
| * scsi: lpfc: Expand FPIN and RDF receive loggingJames Smart2021-08-242-41/+322
| * scsi: lpfc: Add MIB feature enablement supportJames Smart2021-08-245-20/+123
| * scsi: lpfc: Add SET_HOST_DATA mbox cmd to pass date/time info to firmwareJames Smart2021-08-242-2/+79
| * scsi: lpfc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-38/+33
| * scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()James Smart2021-07-301-4/+7
| * scsi: lpfc: Remove redundant assignment to pointer pcmdColin Ian King2021-07-271-2/+0
| * scsi: lpfc: Copyright updates for 14.0.0.0 patchesJames Smart2021-07-273-3/+3
| * scsi: lpfc: Update lpfc version to 14.0.0.0James Smart2021-07-271-1/+1
| * scsi: lpfc: Add 256 Gb link speed supportJames Smart2021-07-276-0/+26
| * scsi: lpfc: Revise Topology and RAS support checks for new adaptersJames Smart2021-07-275-27/+38
| * scsi: lpfc: Fix cq_id truncation in rq createJames Smart2021-07-271-1/+1
| * scsi: lpfc: Add PCI ID support for LPe37000/LPe38000 series adaptersJames Smart2021-07-273-0/+6
| * scsi: lpfc: Copyright updates for 12.8.0.11 patchesJames Smart2021-07-182-2/+2
| * scsi: lpfc: Update lpfc version to 12.8.0.11James Smart2021-07-181-1/+1
| * scsi: lpfc: Skip issuing ADISC when node is in NPR stateJames Smart2021-07-181-15/+19
| * scsi: lpfc: Skip reg_vpi when link is down for SLI3 in ADISC cmpl pathJames Smart2021-07-181-0/+8
| * scsi: lpfc: Call discovery state machine when handling PLOGI/ADISC completionsJames Smart2021-07-181-11/+4
| * scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completesJames Smart2021-07-187-90/+207
| * scsi: lpfc: Enable adisc discovery after RSCN by defaultJames Smart2021-07-181-2/+2
| * scsi: lpfc: Use PBDE feature enabled bit to determine PBDE supportJames Smart2021-07-182-7/+11
| * scsi: lpfc: Clear outstanding active mailbox during PCI function resetJames Smart2021-07-182-3/+40
| * scsi: lpfc: Fix KASAN slab-out-of-bounds in lpfc_unreg_rpi() routineJames Smart2021-07-181-1/+2
| * scsi: lpfc: Remove REG_LOGIN check requirement to issue an ELS RDFJames Smart2021-07-181-12/+0
| * scsi: lpfc: Fix memory leaks in error paths while issuing ELS RDF/SCR requestJames Smart2021-07-181-0/+2
| * scsi: lpfc: Fix NULL ptr dereference with NPIV ports for RDF handlingJames Smart2021-07-181-5/+2
| * scsi: lpfc: Keep NDLP reference until after freeing the IOCB after ELS handlingJames Smart2021-07-181-1/+7
| * scsi: lpfc: Fix target reset handler from falsely returning FAILUREJames Smart2021-07-181-31/+37
| * scsi: lpfc: Discovery state machine fixes for LOGO handlingJames Smart2021-07-181-0/+12
| * scsi: lpfc: Fix function description comments for vmid routinesJames Smart2021-07-182-4/+3
| * scsi: lpfc: Improve firmware download loggingJames Smart2021-07-183-42/+121