summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nportdisc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: lpfc: Add description for lpfc_release_rpi()'s 'ndlpl paramLee Jones2020-07-241-0/+1
* scsi: lpfc: Add an internal trace log bufferDick Kennedy2020-07-021-25/+26
* scsi: lpfc: Fix NVMe rport deregister and registration during ADISCDick Kennedy2020-07-021-5/+11
* lpfc: nvmet: Add support for NVME LS request hosthandleJames Smart2020-05-091-0/+11
* lpfc: Refactor lpfc nvme headersJames Smart2020-05-091-2/+0
* scsi: lpfc: Make lpfc_defer_acc_rsp staticYueHaibing2020-01-101-1/+1
* scsi: lpfc: Fix incomplete NVME discovery when targetJames Smart2019-12-211-9/+99
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-021-28/+121
|\
| * scsi: lpfc: Sync with FC-NVMe-2 SLER change to require Conf with SLERJames Smart2019-11-061-1/+3
| * scsi: lpfc: Fix SLI3 hba in loop mode not discovering devicesJames Smart2019-10-241-1/+3
| * scsi: lpfc: Make function lpfc_defer_pt2pt_acc staticzhengbin2019-10-091-1/+1
| * scsi: lpfc: Fix pt2pt discovery on SLI3 HBAsJames Smart2019-09-301-26/+115