summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-10scsi: lpfc: Correct BDE DMA address assignment for GEN_REQ_WQEJames Smart1-3/+3
2022-03-29scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()James Smart1-2/+8
2022-03-29scsi: lpfc: Fix unload hang after back to back PCI EEH faultsJames Smart1-15/+35
2022-03-29scsi: lpfc: Improve PCI EEH Error and Recovery HandlingJames Smart1-5/+10
2022-03-15scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart1-1/+1
2022-03-15scsi: lpfc: SLI path split: Refactor Abort pathsJames Smart1-171/+211
2022-03-15scsi: lpfc: SLI path split: Refactor SCSI pathsJames Smart1-2/+4
2022-03-15scsi: lpfc: SLI path split: Refactor CT pathsJames Smart1-62/+328
2022-03-15scsi: lpfc: SLI path split: Refactor misc ELS pathsJames Smart1-761/+48
2022-03-15scsi: lpfc: SLI path split: Refactor base ELS paths and the FLOGI pathJames Smart1-23/+161
2022-03-15scsi: lpfc: SLI path split: Introduce lpfc_prep_wqeJames Smart1-2/+195
2022-03-15scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4James Smart1-302/+211
2022-03-15scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart1-175/+165
2022-02-07scsi: lpfc: Reduce log messages seen after firmware downloadJames Smart1-1/+7
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-5/+5
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-5/+5
2021-12-13scsi: lpfc: Use struct_group to isolate cast to larger objectKees Cook1-17/+15
2021-12-06scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanupJames Smart1-6/+0
2021-10-20scsi: lpfc: Fix link down processing to address NULL pointer dereferenceJames Smart1-7/+7
2021-10-20scsi: lpfc: Correct sysfs reporting of loop support after SFP status changeJames Smart1-21/+4
2021-10-20scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...James Smart1-2/+2
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen1-6/+10
2021-10-04scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handlingJames Smart1-4/+7
2021-09-22scsi: lpfc: Fix mailbox command failure during driver initializationJames Smart1-2/+13
2021-09-14scsi: lpfc: Zero CGN stats only during initial driver load and stat resetJames Smart1-2/+4
2021-09-14scsi: lpfc: Fix EEH support for NVMe I/OJames Smart1-2/+29
2021-09-14scsi: lpfc: Fix FCP I/O flush functionality for TMF routinesJames Smart1-23/+78
2021-09-14scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()James Smart1-0/+1
2021-09-13scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processingJames Smart1-2/+3
2021-08-24scsi: lpfc: Add rx monitoring statisticsJames Smart1-0/+15
2021-08-24scsi: lpfc: Add support for the CM frameworkJames Smart1-12/+182
2021-08-24scsi: lpfc: Add cmfsync WQE supportJames Smart1-0/+178
2021-08-24scsi: lpfc: Add support for cm enablement bufferJames Smart1-0/+110
2021-08-24scsi: lpfc: Add cm statistics buffer supportJames Smart1-0/+10
2021-08-24scsi: lpfc: Add EDC ELS supportJames Smart1-3/+124
2021-08-24scsi: lpfc: Add MIB feature enablement supportJames Smart1-0/+103
2021-08-24scsi: lpfc: Add SET_HOST_DATA mbox cmd to pass date/time info to firmwareJames Smart1-1/+50
2021-07-27scsi: lpfc: Remove redundant assignment to pointer pcmdColin Ian King1-2/+0
2021-07-18scsi: lpfc: Clear outstanding active mailbox during PCI function resetJames Smart1-2/+30
2021-07-18scsi: lpfc: Keep NDLP reference until after freeing the IOCB after ELS handlingJames Smart1-1/+7
2021-07-18scsi: lpfc: Improve firmware download loggingJames Smart1-42/+110
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+57
2021-06-15scsi: lpfc: Use list_move_tail() instead of list_del()/list_add_tail()Zou Wei1-2/+1
2021-06-10scsi: lpfc: vmid: Append the VMID to the wqe before sendingGaurav Srivastava1-0/+14
2021-06-10scsi: lpfc: vmid: Add support for VMID in mailbox commandGaurav Srivastava1-0/+9
2021-05-31scsi: lpfc: Fix failure to transmit ABTS on FC linkJames Smart1-3/+1
2021-05-21scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLsJames Smart1-2/+3
2021-05-21scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart1-1/+0
2021-05-21scsi: lpfc: Add ndlp kref accounting for resume RPI pathJames Smart1-1/+22
2021-05-21scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart1-2/+8