summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_sli.c
AgeCommit message (Expand)Author
2023-03-30scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel
2023-03-30scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee
2023-03-10scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware writeJustin Tee
2022-12-31scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfsJustin Tee
2022-11-10scsi: lpfc: Rework MIB Rx Monitor debug info logicJames Smart
2022-11-03Revert "scsi: lpfc: SLI path split: Refactor lpfc_iocbq"James Smart
2022-11-03Revert "scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4"James Smart
2022-11-03Revert "scsi: lpfc: SLI path split: Refactor SCSI paths"James Smart
2022-11-03Revert "scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()"James Smart
2022-11-03Revert "scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()"James Smart
2022-11-03Revert "scsi: lpfc: Resolve some cleanup issues following SLI path refactoring"James Smart
2022-08-25scsi: lpfc: Fix possible memory leak when failing to issue CMF WQEJames Smart
2022-08-17scsi: lpfc: Resolve some cleanup issues following SLI path refactoringJames Smart
2022-08-17scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()James Smart
2022-08-17scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()James Smart
2022-08-17scsi: lpfc: SLI path split: Refactor SCSI pathsJames Smart
2022-08-17scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4James Smart
2022-08-17scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart
2022-08-17scsi: lpfc: Fix EEH support for NVMe I/OJames Smart
2022-06-09scsi: lpfc: Fix resource leak in lpfc_sli4_send_seq_to_ulp()James Smart
2022-02-23scsi: lpfc: Fix mailbox command failure during driver initializationJames Smart
2022-02-16scsi: lpfc: Reduce log messages seen after firmware downloadJames Smart
2022-01-27scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanupJames Smart
2021-11-25scsi: lpfc: Fix link down processing to address NULL pointer dereferenceJames Smart
2021-11-25scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()James Smart
2021-11-18scsi: lpfc: Fix FCP I/O flush functionality for TMF routinesJames Smart
2021-10-04scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handlingJames Smart
2021-09-13scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processingJames Smart
2021-08-24scsi: lpfc: Add rx monitoring statisticsJames Smart
2021-08-24scsi: lpfc: Add support for the CM frameworkJames Smart
2021-08-24scsi: lpfc: Add cmfsync WQE supportJames Smart
2021-08-24scsi: lpfc: Add support for cm enablement bufferJames Smart
2021-08-24scsi: lpfc: Add cm statistics buffer supportJames Smart
2021-08-24scsi: lpfc: Add EDC ELS supportJames Smart
2021-08-24scsi: lpfc: Add MIB feature enablement supportJames Smart
2021-08-24scsi: lpfc: Add SET_HOST_DATA mbox cmd to pass date/time info to firmwareJames Smart
2021-07-27scsi: lpfc: Remove redundant assignment to pointer pcmdColin Ian King
2021-07-18scsi: lpfc: Clear outstanding active mailbox during PCI function resetJames Smart
2021-07-18scsi: lpfc: Keep NDLP reference until after freeing the IOCB after ELS handlingJames Smart
2021-07-18scsi: lpfc: Improve firmware download loggingJames Smart
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-15scsi: lpfc: Use list_move_tail() instead of list_del()/list_add_tail()Zou Wei
2021-06-10scsi: lpfc: vmid: Append the VMID to the wqe before sendingGaurav Srivastava
2021-06-10scsi: lpfc: vmid: Add support for VMID in mailbox commandGaurav Srivastava
2021-05-31scsi: lpfc: Fix failure to transmit ABTS on FC linkJames Smart
2021-05-21scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLsJames Smart
2021-05-21scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart
2021-05-21scsi: lpfc: Add ndlp kref accounting for resume RPI pathJames Smart
2021-05-21scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart
2021-05-10scsi: lpfc: Remove redundant assignment to pointer temp_hdrColin Ian King