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