summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/elx/libefc
AgeCommit message (Expand)AuthorLines
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-08-22scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()Dan Carpenter-1/+1
2023-11-15scsi: elx: libefc: Replace deprecated strncpy() with strscpy_pad()/memcpy()Justin Stitt-6/+6
2022-11-08scsi: elx: libefc: Fix second parameter type in state callbacksNathan Chancellor-2/+4
2022-01-24scsi: elx: efct: Don't use GFP_KERNEL under spin lockYang Yingliang-6/+2
2021-12-16scsi: efct: Don't pass GFP_DMA to dma_alloc_coherent()Christoph Hellwig-4/+4
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen-6/+4
2021-09-22scsi: efct: Fix nport freeDmitry Bogdanov-1/+7
2021-09-22scsi: efct: Add state in nport sm trace printoutDmitry Bogdanov-1/+1
2021-09-14scsi: elx: libefc: Prefer kcalloc() over open coded arithmeticLen Baker-1/+1
2021-09-13scsi: elx: efct: Fix void-pointer-to-enum-cast warning for efc_nport_topologyJames Smart-6/+4
2021-06-18scsi: elx: libefc: Fix IRQ restore in efc_domain_dispatch_frame()Dan Carpenter-2/+2
2021-06-18scsi: elx: libefc: Fix less than zero comparison of a unsigned intColin Ian King-1/+1
2021-06-15scsi: elx: libefc: Register discovery objects with hardwareJames Smart-0/+812
2021-06-15scsi: elx: libefc: Extended link Service I/O handlingJames Smart-0/+1205
2021-06-15scsi: elx: libefc: FC node ELS and state handlingJames Smart-0/+1675
2021-06-15scsi: elx: libefc: Fabric node state machine interfacesJames Smart-0/+1680
2021-06-15scsi: elx: libefc: Remote node state machine interfacesJames Smart-0/+1293
2021-06-15scsi: elx: libefc: SLI and FC PORT state machine interfacesJames Smart-0/+827
2021-06-15scsi: elx: libefc: FC Domain state machine interfacesJames Smart-0/+1142
2021-06-15scsi: elx: libefc: Emulex FC discovery library APIs and definitionsJames Smart-0/+753
2021-06-15scsi: elx: libefc: Generic state machine frameworkJames Smart-0/+251