aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24scsi: lpfc: Add cmf_info sysfs entryJames Smart1-0/+38
2021-08-24scsi: lpfc: Add support for maintaining the cm statistics bufferJames Smart1-1/+530
2021-08-24scsi: lpfc: Add rx monitoring statisticsJames Smart1-0/+50
2021-08-24scsi: lpfc: Add support for the CM frameworkJames Smart1-3/+388
2021-08-24scsi: lpfc: Add support for cm enablement bufferJames Smart1-0/+188
2021-08-24scsi: lpfc: Add cm statistics buffer supportJames Smart1-0/+109
2021-08-24scsi: lpfc: Add EDC ELS supportJames Smart1-2/+84
2021-08-24scsi: lpfc: Add MIB feature enablement supportJames Smart1-15/+0
2021-08-09scsi: lpfc: Move initialization of phba->poll_list earlier to avoid crashEwan D. Milne1-1/+2
2021-07-27scsi: lpfc: Add 256 Gb link speed supportJames Smart1-0/+5
2021-07-27scsi: lpfc: Revise Topology and RAS support checks for new adaptersJames Smart1-14/+20
2021-07-27scsi: lpfc: Add PCI ID support for LPe37000/LPe38000 series adaptersJames Smart1-0/+3
2021-07-18scsi: lpfc: Use PBDE feature enabled bit to determine PBDE supportJames Smart1-3/+4
2021-07-18scsi: lpfc: Clear outstanding active mailbox during PCI function resetJames Smart1-1/+10
2021-07-18scsi: lpfc: Fix KASAN slab-out-of-bounds in lpfc_unreg_rpi() routineJames Smart1-1/+2
2021-07-18scsi: lpfc: Fix function description comments for vmid routinesJames Smart1-1/+1
2021-07-18scsi: lpfc: Remove use of kmalloc() in trace event loggingJames Smart1-8/+17
2021-07-18scsi: lpfc: Fix NVMe support reporting in log messageJames Smart1-2/+1
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2021-06-10scsi: lpfc: vmid: Timeout implementation for VMIDGaurav Srivastava1-0/+40
2021-06-10scsi: lpfc: vmid: Add support for VMID in mailbox commandGaurav Srivastava1-0/+62
2021-05-21scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart1-7/+0
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo1-1/+1
2021-04-26scsi: lpfc: Fix bad memory access during VPD DUMP mailbox commandJames Smart1-6/+6
2021-04-13scsi: lpfc: Standardize discovery object logging formatJames Smart1-1/+1
2021-04-13scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logicJames Smart1-101/+2
2021-04-13scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL modeJames Smart1-6/+3
2021-04-13scsi: lpfc: Fix NMI crash during rmmod due to circular hbalock dependencyJames Smart1-16/+10
2021-03-04scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart1-1/+1
2021-01-07scsi: lpfc: Enhancements to LOG_TRACE_EVENT for better readabilityJames Smart1-1/+19
2021-01-07scsi: lpfc: Implement health checking when aborting I/OJames Smart1-71/+106
2021-01-07scsi: lpfc: Fix NVMe recovery after mailbox timeoutJames Smart1-2/+6
2021-01-07scsi: lpfc: Prevent duplicate requests to unregister with cpuhp frameworkJames Smart1-1/+5
2021-01-07scsi: lpfc: Fix FW reset action if I/Os are outstandingJames Smart1-0/+10
2021-01-07scsi: lpfc: Fix auto sli_mode and its effect on CONFIG_PORT for SLI3James Smart1-9/+11
2020-11-25scsi: lpfc: Use generic power managementVaibhav Gupta1-67/+33
2020-11-19scsi: lpfc: Fix set but not used warnings from Rework remote port lock handlingJames Smart1-2/+0
2020-11-17scsi: lpfc: Enable common wqe_template support for both SCSI and NVMeJames Smart1-1/+1
2020-11-17scsi: lpfc: Fix NPIV Fabric Node reference countingJames Smart1-4/+2
2020-11-17scsi: lpfc: Rework remote port lock handlingJames Smart1-7/+4
2020-11-17scsi: lpfc: Fix refcounting around SCSI and NVMe transport APIsJames Smart1-18/+31
2020-11-17scsi: lpfc: Fix removal of SCSI transport device get and put on dev structureJames Smart1-5/+9
2020-11-17scsi: lpfc: Rework remote port ref counting and node freeingJames Smart1-49/+14
2020-10-26scsi: lpfc: Add FDMI Vendor MIB supportJames Smart1-0/+15
2020-10-26scsi: lpfc: Enlarge max_sectors in scsi host templatesJames Smart1-4/+1
2020-10-26scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpiJames Smart1-19/+27
2020-10-26scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-08-31scsi: lpfc: Fix setting IRQ affinity with an empty CPU maskJames Smart1-1/+0
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+20
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-271/+468