summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_nportdisc.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee1-1/+1
2024-05-07scsi: lpfc: Clear deferred RSCN processing flag when driver is unloadingJustin Tee1-24/+37
2024-03-11scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee1-3/+3
2024-03-11scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee1-1/+1
2024-03-11scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee1-3/+3
2024-02-06scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee1-1/+1
2024-02-06scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee1-7/+6
2024-02-06scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee1-39/+29
2024-02-06scsi: lpfc: Remove D_ID swap log message from trace event loggerJustin Tee1-1/+1
2024-02-06scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee1-2/+4
2023-10-13scsi: lpfc: Reject received PRLIs with only initiator fcn role for NPIV portsJustin Tee1-4/+14
2023-07-23scsi: lpfc: Copyright updates for 14.2.0.14 patchesJustin Tee1-1/+1
2023-07-23scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited ...Justin Tee1-25/+28
2023-07-23scsi: lpfc: Set Establish Image Pair service parameter only for Target FunctionsJustin Tee1-14/+25
2022-06-08scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart1-1/+2
2022-05-11scsi: lpfc: Fill in missing ndlp kref puts in error pathsJames Smart1-2/+13
2022-04-19scsi: lpfc: Refactor cleanup of mailbox commandsJames Smart1-28/+8
2022-04-19scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart1-16/+16
2022-04-19scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJTJames Smart1-2/+8
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-37/+67
2022-03-15scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart1-1/+1
2022-03-15scsi: lpfc: SLI path split: Refactor misc ELS pathsJames Smart1-9/+29
2022-03-15scsi: lpfc: SLI path split: Refactor PLOGI/PRLI/ADISC/LOGO pathsJames Smart1-25/+35
2022-03-15scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart1-2/+2
2022-02-15scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loopJames Smart1-2/+3
2021-12-07scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIVJames Smart1-0/+6
2021-07-19scsi: lpfc: Skip issuing ADISC when node is in NPR stateJames Smart1-15/+19
2021-07-19scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completesJames Smart1-4/+5
2021-05-22scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart1-0/+11
2021-05-22scsi: lpfc: Add ndlp kref accounting for resume RPI pathJames Smart1-0/+4
2021-05-22scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart1-8/+17
2021-04-13scsi: lpfc: Fix various trivial errors in comments and log messagesJames Smart1-2/+2
2021-04-13scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO responseJames Smart1-2/+0
2021-04-13scsi: lpfc: Fix rmmod crash due to bad ring pointers to abort_iotagJames Smart1-3/+1
2021-03-05scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart1-1/+1
2021-03-05scsi: lpfc: Fix pt2pt state transition causing rmmod hangJames Smart1-1/+11
2021-03-05scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGINJames Smart1-169/+70
2021-03-05scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recoveryJames Smart1-0/+10
2021-03-05scsi: lpfc: Fix pt2pt connection does not recover after LOGOJames Smart1-2/+7
2021-01-08scsi: lpfc: Implement health checking when aborting I/OJames Smart1-0/+2
2021-01-08scsi: lpfc: Fix crash when a fabric node is released prematurelyJames Smart1-1/+7
2021-01-08scsi: lpfc: Refresh ndlp when a new PRLI is received in the PRLI issue stateJames Smart1-0/+11
2020-11-17scsi: lpfc: Update changed file copyrights for 2020James Smart1-1/+1
2020-11-17scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlersJames Smart1-1/+1
2020-11-17scsi: lpfc: Rework remote port lock handlingJames Smart1-109/+72
2020-11-17scsi: lpfc: Rework locations of ndlp reference takingJames Smart1-14/+14
2020-11-17scsi: lpfc: Rework remote port ref counting and node freeingJames Smart1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-05scsi: lpfc: Fix LUN loss after cable pullDick Kennedy1-1/+7
2020-07-25scsi: lpfc: Add description for lpfc_release_rpi()'s 'ndlpl paramLee Jones1-0/+1