summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
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-19scsi: lpfc: Copyright updates for 12.8.0.11 patchesJames Smart2-2/+2
2021-07-19scsi: lpfc: Update lpfc version to 12.8.0.11James Smart1-1/+1
2021-07-19scsi: lpfc: Skip issuing ADISC when node is in NPR stateJames Smart1-15/+19
2021-07-19scsi: lpfc: Skip reg_vpi when link is down for SLI3 in ADISC cmpl pathJames Smart1-0/+8
2021-07-19scsi: lpfc: Call discovery state machine when handling PLOGI/ADISC completionsJames Smart1-11/+4
2021-07-19scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completesJames Smart7-90/+207
2021-07-19scsi: lpfc: Enable adisc discovery after RSCN by defaultJames Smart1-2/+2
2021-07-19scsi: lpfc: Use PBDE feature enabled bit to determine PBDE supportJames Smart2-7/+11
2021-07-19scsi: lpfc: Clear outstanding active mailbox during PCI function resetJames Smart2-3/+40
2021-07-19scsi: lpfc: Fix KASAN slab-out-of-bounds in lpfc_unreg_rpi() routineJames Smart1-1/+2
2021-07-19scsi: lpfc: Remove REG_LOGIN check requirement to issue an ELS RDFJames Smart1-12/+0
2021-07-19scsi: lpfc: Fix memory leaks in error paths while issuing ELS RDF/SCR requestJames Smart1-0/+2
2021-07-19scsi: lpfc: Fix NULL ptr dereference with NPIV ports for RDF handlingJames Smart1-5/+2
2021-07-19scsi: lpfc: Keep NDLP reference until after freeing the IOCB after ELS handlingJames Smart1-1/+7
2021-07-19scsi: lpfc: Fix target reset handler from falsely returning FAILUREJames Smart1-31/+37
2021-07-19scsi: lpfc: Discovery state machine fixes for LOGO handlingJames Smart1-0/+12
2021-07-19scsi: lpfc: Fix function description comments for vmid routinesJames Smart2-4/+3
2021-07-19scsi: lpfc: Improve firmware download loggingJames Smart3-42/+121
2021-07-19scsi: lpfc: Remove use of kmalloc() in trace event loggingJames Smart1-8/+17
2021-07-19scsi: lpfc: Fix NVMe support reporting in log messageJames Smart2-3/+1
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-120/+2083
2021-06-19scsi: lpfc: Fix build error in lpfc_scsi.cJames Smart1-1/+1
2021-06-16scsi: lpfc: Use list_move_tail() instead of list_del()/list_add_tail()Zou Wei1-2/+1
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman1-3/+1
2021-06-10scsi: lpfc: vmid: Introduce VMID in I/O pathGaurav Srivastava1-0/+174
2021-06-10scsi: lpfc: vmid: Add QFPA and VMID timeout check in worker threadGaurav Srivastava1-0/+43
2021-06-10scsi: lpfc: vmid: Timeout implementation for VMIDGaurav Srivastava2-0/+145
2021-06-10scsi: lpfc: vmid: Append the VMID to the wqe before sendingGaurav Srivastava1-0/+14
2021-06-10scsi: lpfc: vmid: Implement CT commands for appidGaurav Srivastava1-0/+255
2021-06-10scsi: lpfc: vmid: Functions to manage VMIDsGaurav Srivastava1-0/+118
2021-06-10scsi: lpfc: vmid: Implement ELS commands for appidGaurav Srivastava1-4/+362
2021-06-10scsi: lpfc: vmid: Add support for VMID in mailbox commandGaurav Srivastava5-0/+114
2021-06-10scsi: lpfc: vmid: VMID parameter initializationGaurav Srivastava1-0/+48
2021-06-10scsi: lpfc: vmid: Add datastructure for supporting VMID in lpfcGaurav Srivastava5-4/+262
2021-06-01scsi: lpfc: Fix failure to transmit ABTS on FC linkJames Smart1-3/+1
2021-06-01scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-36/+18
2021-05-22scsi: lpfc: Update lpfc version to 12.8.0.10James Smart1-1/+1
2021-05-22scsi: lpfc: Reregister FPIN types if ELS_RDF is received from fabric controllerJames Smart2-0/+76
2021-05-22scsi: lpfc: Add a option to enable interlocked ABTS before job completionJames Smart4-7/+53
2021-05-22scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLsJames Smart1-2/+3
2021-05-22scsi: lpfc: Ignore GID-FT response that may be received after a link flipJames Smart2-8/+38
2021-05-22scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart7-20/+189