summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()James Smart2020-12-301-1/+1
* scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()James Smart2020-12-302-5/+9
* scsi: lpfc: Fix coverity errors in fmdi attribute handlingJames Smart2020-10-012-88/+85
* scsi: lpfc: Fix RQ buffer leakage when no IOCBs availableJames Smart2020-10-011-0/+4
* scsi: lpfc: Fix kernel crash at lpfc_nvme_info_show during remote port bounceJames Smart2020-10-011-17/+18
* scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discoveryJames Smart2020-09-231-1/+3
* scsi: lpfc: Fix shost refcount mismatch when deleting vportDick Kennedy2020-09-031-18/+8
* scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetportEwan D. Milne2020-08-211-1/+1
* scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited eventXiyu Yang2020-06-251-0/+2
* scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREGJames Smart2020-04-291-6/+8
* scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_loginJames Smart2020-04-291-0/+2
* nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-171-2/+0
* scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu2020-01-091-6/+9
* nvme_fc: add module to ops template to allow module referencesJames Smart2020-01-091-0/+2
* scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferencesJames Smart2020-01-041-1/+1
* scsi: lpfc: Fix duplicate unreg_rpi error in port offline flowJames Smart2020-01-041-0/+7
* scsi: lpfc: Fix SLI3 hba in loop mode not discovering devicesJames Smart2020-01-041-1/+3
* scsi: lpfc: Fix locking on mailbox command completionJames Smart2020-01-041-1/+7
* scsi: lpfc: Fix discovery failures when target device connectivity bouncesJames Smart2020-01-041-1/+6
* scsi: lpfc: Correct topology type reporting on G7 adaptersJames Smart2019-12-172-5/+6
* scsi: lpfc: Correct code setting non existent bits in sli4 ABORT WQEJames Smart2019-12-172-13/+3
* scsi: lpfc: Cap NPIV vports to 256James Smart2019-12-173-3/+15
* scsi: lpfc: Enable Management features for IF_TYPE=6James Smart2019-12-054-7/+7
* scsi: lpfc: Fix dif and first burst use in write commandsJames Smart2019-12-051-0/+18
* scsi: lpfc: Fix kernel Oops due to null pring pointersJames Smart2019-12-054-1/+16
* scsi: lpfc: Correct loss of fc4 type on remote port address changeJames Smart2019-12-012-6/+26
* scsi: lpfc: Fix odd recovery in duplicate FLOGIs in point-to-pointJames Smart2019-12-013-12/+64
* scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart2019-12-015-10/+26
* scsi: lpfc: Fix errors in log messages.James Smart2019-11-202-5/+4
* scsi: lpfc: Correct invalid EQ doorbell write on if_type=6James Smart2019-11-201-5/+1
* scsi: lpfc: Fix GFT_ID and PRLI logic for RSCNJames Smart2019-11-203-6/+4
* scsi: lpfc: Honor module parameter lpfc_use_adiscDaniel Wagner2019-11-121-2/+2
* scsi: lpfc: Correct localport timeout duration errorJames Smart2019-11-062-1/+7
* scsi: lpfc: Fix a duplicate 0711 log message number.James Smart2019-11-061-1/+1
* scsi: lpfc: add check for loss of ndlp when sending RRQJames Smart2019-06-191-1/+4
* scsi: lpfc: correct rcu unlock issue in lpfc_nvme_info_showJames Smart2019-06-191-13/+19
* scsi: lpfc: Fix backport of faf5a744f4f8 ("scsi: lpfc: avoid uninitialized va...Nathan Chancellor2019-06-091-3/+3
* scsi: lpfc: Fix SLI3 commands being issued on SLI4 devicesJames Smart2019-05-311-1/+10
* scsi: lpfc: Fix fc4type information for FDMIJames Smart2019-05-311-7/+10
* scsi: lpfc: Fix FDMI manufacturer attribute valueJames Smart2019-05-311-0/+3
* scsi: lpfc: avoid uninitialized variable warningArnd Bergmann2019-05-311-4/+4
* scsi: lpfc: change snprintf to scnprintf for possible overflowSilvio Cesare2019-05-104-322/+329
* scsi: lpfc: nvmet: avoid hang / use-after-free when destroying targetportEwan D. Milne2019-03-052-4/+6
* scsi: lpfc: nvme: avoid hang / use-after-free when destroying localportEwan D. Milne2019-03-052-8/+10
* scsi: lpfc: Fix LOGO/PLOGI handling when triggerd by ABTS Timeout eventJames Smart2019-02-122-28/+26
* scsi: lpfc: Correct LCB RJT handlingJames Smart2019-02-121-0/+3
* scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is inv...Ewan D. Milne2019-01-131-1/+2
* scsi: lpfc: fix block guard enablement on SLI3 adaptersMartin Wilck2018-12-082-2/+5
* scsi: lpfc: fix remoteport accessArnd Bergmann2018-12-011-0/+2
* scsi: lpfc: Correct race with abort on completion pathJames Smart2018-11-131-3/+11