summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: lpfc: Remove use of kmalloc() in trace event loggingJames Smart2021-07-181-8/+17
* scsi: lpfc: Fix NVMe support reporting in log messageJames Smart2021-07-182-3/+1
* Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-051-1/+1
|\
| * Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman2021-06-141-3/+1
| |\
| * | firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo2021-05-131-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-0218-120/+2083
|\ \ \ | |_|/ |/| |
| * | scsi: lpfc: Fix build error in lpfc_scsi.cJames Smart2021-06-181-1/+1
| * | scsi: lpfc: Use list_move_tail() instead of list_del()/list_add_tail()Zou Wei2021-06-151-2/+1
| * | scsi: lpfc: vmid: Introduce VMID in I/O pathGaurav Srivastava2021-06-101-0/+174
| * | scsi: lpfc: vmid: Add QFPA and VMID timeout check in worker threadGaurav Srivastava2021-06-101-0/+43
| * | scsi: lpfc: vmid: Timeout implementation for VMIDGaurav Srivastava2021-06-102-0/+145
| * | scsi: lpfc: vmid: Append the VMID to the wqe before sendingGaurav Srivastava2021-06-101-0/+14
| * | scsi: lpfc: vmid: Implement CT commands for appidGaurav Srivastava2021-06-101-0/+255
| * | scsi: lpfc: vmid: Functions to manage VMIDsGaurav Srivastava2021-06-101-0/+118
| * | scsi: lpfc: vmid: Implement ELS commands for appidGaurav Srivastava2021-06-101-4/+362
| * | scsi: lpfc: vmid: Add support for VMID in mailbox commandGaurav Srivastava2021-06-105-0/+114
| * | scsi: lpfc: vmid: VMID parameter initializationGaurav Srivastava2021-06-101-0/+48
| * | scsi: lpfc: vmid: Add datastructure for supporting VMID in lpfcGaurav Srivastava2021-06-105-4/+262
| * | scsi: core: Introduce scsi_build_sense()Hannes Reinecke2021-05-311-36/+18
| * | scsi: lpfc: Update lpfc version to 12.8.0.10James Smart2021-05-211-1/+1
| * | scsi: lpfc: Reregister FPIN types if ELS_RDF is received from fabric controllerJames Smart2021-05-212-0/+76
| * | scsi: lpfc: Add a option to enable interlocked ABTS before job completionJames Smart2021-05-214-7/+53
| * | scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLsJames Smart2021-05-211-2/+3
| * | scsi: lpfc: Ignore GID-FT response that may be received after a link flipJames Smart2021-05-212-8/+38
| * | scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart2021-05-217-20/+189