aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi/lpfc/lpfc_nportdisc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-07scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart1-1/+2
2022-05-10scsi: lpfc: Fill in missing ndlp kref puts in error pathsJames Smart1-2/+13
2022-04-18scsi: lpfc: Refactor cleanup of mailbox commandsJames Smart1-28/+8
2022-04-18scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart1-16/+16
2022-04-18scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJTJames Smart1-2/+8
2022-03-24Merge 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-14scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loopJames Smart1-2/+3
2021-12-06scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIVJames Smart1-0/+6
2021-07-18scsi: lpfc: Skip issuing ADISC when node is in NPR stateJames Smart1-15/+19
2021-07-18scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completesJames Smart1-4/+5
2021-05-21scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart1-0/+11
2021-05-21scsi: lpfc: Add ndlp kref accounting for resume RPI pathJames Smart1-0/+4
2021-05-21scsi: 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-04scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix pt2pt state transition causing rmmod hangJames Smart1-1/+11
2021-03-04scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGINJames Smart1-169/+70
2021-03-04scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recoveryJames Smart1-0/+10
2021-03-04scsi: lpfc: Fix pt2pt connection does not recover after LOGOJames Smart1-2/+7
2021-01-07scsi: lpfc: Implement health checking when aborting I/OJames Smart1-0/+2
2021-01-07scsi: lpfc: Fix crash when a fabric node is released prematurelyJames Smart1-1/+7
2021-01-07scsi: 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-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-04scsi: lpfc: Fix LUN loss after cable pullDick Kennedy1-1/+7
2020-07-24scsi: lpfc: Add description for lpfc_release_rpi()'s 'ndlpl paramLee Jones1-0/+1
2020-07-02scsi: lpfc: Add an internal trace log bufferDick Kennedy1-25/+26
2020-07-02scsi: lpfc: Fix NVMe rport deregister and registration during ADISCDick Kennedy1-5/+11
2020-05-09lpfc: nvmet: Add support for NVME LS request hosthandleJames Smart1-0/+11
2020-05-09lpfc: Refactor lpfc nvme headersJames Smart1-2/+0
2020-01-10scsi: lpfc: Make lpfc_defer_acc_rsp staticYueHaibing1-1/+1
2019-12-21scsi: lpfc: Fix incomplete NVME discovery when targetJames Smart1-9/+99
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-28/+121
2019-11-06scsi: lpfc: Sync with FC-NVMe-2 SLER change to require Conf with SLERJames Smart1-1/+3
2019-10-24scsi: lpfc: Fix SLI3 hba in loop mode not discovering devicesJames Smart1-1/+3
2019-10-22scsi: lpfc: Honor module parameter lpfc_use_adiscDaniel Wagner1-2/+2
2019-10-09scsi: lpfc: Make function lpfc_defer_pt2pt_acc staticzhengbin1-1/+1
2019-09-30scsi: lpfc: Fix pt2pt discovery on SLI3 HBAsJames Smart1-26/+115
2019-08-19scsi: lpfc: Add NVMe sequence level error recovery supportJames Smart1-1/+12
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-1/+1