aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-22scsi: lpfc: Fix gcc -Wstringop-overread warning, againArnd Bergmann1-5/+2
2021-09-22scsi: lpfc: Use correct scnprintf() limitDan Carpenter1-1/+2
2021-09-22scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()Dan Carpenter1-1/+1
2021-09-13scsi: lpfc: Remove unneeded variableChi Minghao1-2/+1
2021-09-13scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FSJames Smart3-9/+3
2021-09-13scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processingJames Smart4-15/+16
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds28-468/+5143
2021-08-24scsi: lpfc: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-72/+48
2021-08-24scsi: lpfc: Copyright updates for 14.0.0.1 patchesJames Smart4-4/+4
2021-08-24scsi: lpfc: Update lpfc version to 14.0.0.1James Smart1-1/+1
2021-08-24scsi: lpfc: Add bsg support for retrieving adapter cmf dataJames Smart2-0/+97
2021-08-24scsi: lpfc: Add cmf_info sysfs entryJames Smart7-10/+235
2021-08-24scsi: lpfc: Add debugfs support for cm framework buffersJames Smart3-0/+234
2021-08-24scsi: lpfc: Add support for maintaining the cm statistics bufferJames Smart3-1/+542
2021-08-24scsi: lpfc: Add rx monitoring statisticsJames Smart5-0/+92
2021-08-24scsi: lpfc: Add support for the CM frameworkJames Smart12-34/+912
2021-08-24scsi: lpfc: Add cmfsync WQE supportJames Smart5-3/+268
2021-08-24scsi: lpfc: Add support for cm enablement bufferJames Smart6-5/+363
2021-08-24scsi: lpfc: Add cm statistics buffer supportJames Smart5-0/+272
2021-08-24scsi: lpfc: Add EDC ELS supportJames Smart10-11/+988
2021-08-24scsi: lpfc: Expand FPIN and RDF receive loggingJames Smart2-41/+322
2021-08-24scsi: lpfc: Add MIB feature enablement supportJames Smart5-20/+123
2021-08-24scsi: lpfc: Add SET_HOST_DATA mbox cmd to pass date/time info to firmwareJames Smart2-2/+79
2021-08-11scsi: lpfc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-38/+33
2021-08-09scsi: lpfc: Move initialization of phba->poll_list earlier to avoid crashEwan D. Milne1-1/+2
2021-07-30scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()James Smart1-4/+7
2021-07-27scsi: lpfc: Remove redundant assignment to pointer pcmdColin Ian King1-2/+0
2021-07-27scsi: lpfc: Copyright updates for 14.0.0.0 patchesJames Smart3-3/+3
2021-07-27scsi: lpfc: Update lpfc version to 14.0.0.0James Smart1-1/+1
2021-07-27scsi: lpfc: Add 256 Gb link speed supportJames Smart6-0/+26
2021-07-27scsi: lpfc: Revise Topology and RAS support checks for new adaptersJames Smart5-27/+38
2021-07-27scsi: lpfc: Fix cq_id truncation in rq createJames Smart1-1/+1
2021-07-27scsi: lpfc: Add PCI ID support for LPe37000/LPe38000 series adaptersJames Smart3-0/+6
2021-07-18scsi: lpfc: Copyright updates for 12.8.0.11 patchesJames Smart2-2/+2
2021-07-18scsi: lpfc: Update lpfc version to 12.8.0.11James Smart1-1/+1
2021-07-18scsi: lpfc: Skip issuing ADISC when node is in NPR stateJames Smart1-15/+19
2021-07-18scsi: lpfc: Skip reg_vpi when link is down for SLI3 in ADISC cmpl pathJames Smart1-0/+8
2021-07-18scsi: lpfc: Call discovery state machine when handling PLOGI/ADISC completionsJames Smart1-11/+4
2021-07-18scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completesJames Smart7-90/+207
2021-07-18scsi: lpfc: Enable adisc discovery after RSCN by defaultJames Smart1-2/+2
2021-07-18scsi: lpfc: Use PBDE feature enabled bit to determine PBDE supportJames Smart2-7/+11
2021-07-18scsi: lpfc: Clear outstanding active mailbox during PCI function resetJames Smart2-3/+40
2021-07-18scsi: lpfc: Fix KASAN slab-out-of-bounds in lpfc_unreg_rpi() routineJames Smart1-1/+2
2021-07-18scsi: lpfc: Remove REG_LOGIN check requirement to issue an ELS RDFJames Smart1-12/+0
2021-07-18scsi: lpfc: Fix memory leaks in error paths while issuing ELS RDF/SCR requestJames Smart1-0/+2
2021-07-18scsi: lpfc: Fix NULL ptr dereference with NPIV ports for RDF handlingJames Smart1-5/+2
2021-07-18scsi: lpfc: Keep NDLP reference until after freeing the IOCB after ELS handlingJames Smart1-1/+7
2021-07-18scsi: lpfc: Fix target reset handler from falsely returning FAILUREJames Smart1-31/+37
2021-07-18scsi: lpfc: Discovery state machine fixes for LOGO handlingJames Smart1-0/+12
2021-07-18scsi: lpfc: Fix function description comments for vmid routinesJames Smart2-4/+3