summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_sli.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-01scsi: lpfc: Fix RQ buffer leakage when no IOCBs availableJames Smart1-0/+4
2020-04-29scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_loginJames Smart1-0/+2
2020-01-04scsi: lpfc: Fix duplicate unreg_rpi error in port offline flowJames Smart1-0/+7
2020-01-04scsi: lpfc: Fix locking on mailbox command completionJames Smart1-1/+7
2019-12-17scsi: lpfc: Correct code setting non existent bits in sli4 ABORT WQEJames Smart1-11/+3
2019-12-05scsi: lpfc: Fix kernel Oops due to null pring pointersJames Smart1-0/+2
2019-12-01scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart1-9/+2
2019-11-20scsi: lpfc: Correct invalid EQ doorbell write on if_type=6James Smart1-5/+1
2019-01-13scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is inv...Ewan D. Milne1-1/+2
2018-12-08scsi: lpfc: fix block guard enablement on SLI3 adaptersMartin Wilck1-1/+0
2018-11-13scsi: lpfc: Correct soft lockup when running mds diagnosticsJames Smart1-0/+7
2018-08-02scsi: lpfc: Fix ELS abort on SLI-3 adaptersJames Smart1-2/+14
2018-07-11scsi: lpfc: devloss timeout race condition caused null pointer referenceJames Smart1-4/+9
2018-07-11scsi: lpfc: Make PBDE optimizations configurableJames Smart1-4/+4
2018-07-11scsi: lpfc: Fix driver not setting dpp bits correctly in doorbell wordJames Smart1-1/+8
2018-06-26scsi: lpfc: use monotonic timestamps for statisticsArnd Bergmann1-2/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-28/+22
2018-05-29scsi: lpfc: Fix MDS diagnostics failure (Rx < Tx)James Smart1-3/+16
2018-05-08scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart1-1/+1
2018-05-08scsi: lpfc: Enhance log messages when reporting CQE errorsJames Smart1-7/+16
2018-05-08scsi: lpfc: enhance LE data structure copies to hardwareJames Smart1-14/+42
2018-04-19scsi: lpfc: Fix Abort request WQ selectionJames Smart1-7/+7
2018-04-19scsi: lpfc: Enlarge nvmet asynchronous receive buffer countsJames Smart1-1/+1
2018-03-13scsi: lpfc: Memory allocation error during driver start-up on power8James Smart1-9/+10
2018-03-13scsi: lpfc: Fix mailbox wait for POST_SGL mbox commandJames Smart1-22/+12
2018-03-13scsi: lpfc: Code cleanup for 128byte wqe data typeJames Smart1-42/+32
2018-03-07scsi: lpfc: use __raw_writeX on DPP copiesJames Smart1-2/+9
2018-02-23scsi: lpfc: Work around NVME cmd iu SGL typeJames Smart1-0/+15
2018-02-23scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart1-4/+21
2018-02-23scsi: lpfc: Enable fw download on if_type=6 devicesJames Smart1-0/+1
2018-02-23scsi: lpfc: Add if_type=6 support for cycling valid bitsJames Smart1-14/+63
2018-02-23scsi: lpfc: Add push-to-adapter support to sli4James Smart1-83/+146
2018-02-23scsi: lpfc: Add SLI-4 if_type=6 support to the code baseJames Smart1-3/+117
2018-02-23scsi: lpfc: Rework sli4 doorbell infrastructureJames Smart1-4/+4
2018-02-23scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlersJames Smart1-31/+32
2018-02-12scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart1-2/+1
2018-02-12scsi: lpfc: Fix SCSI io host reset causing kernel crashJames Smart1-1/+12
2018-02-12scsi: lpfc: Fix RQ empty firmware trapJames Smart1-0/+12
2018-02-12scsi: lpfc: Add WQ Full Logic for NVME TargetJames Smart1-0/+3
2018-02-12scsi: lpfc: Increase CQ and WQ sizes for SCSIJames Smart1-1/+2
2018-02-12scsi: lpfc: Fix frequency of Release WQE CQEsJames Smart1-0/+2
2017-12-21scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcvJames Smart1-11/+13
2017-12-05scsi: lpfc: Fix NVME LS abort_xriJames Smart1-0/+1
2017-12-05scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQJames Smart1-62/+35
2017-12-05scsi: lpfc: Expand WQE capability of every NVME hardware queueJames Smart1-16/+55
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-89/+143
2017-11-09scsi: lpfc: Fix hard lock up NMI in els timeout handling.Dick Kennedy1-3/+10
2017-11-01scsi: lpfc: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-03scsi: lpfc: Fix FCP hba_wqidx assignmentDick Kennedy1-1/+4
2017-10-03scsi: lpfc: Move CQ processing to a soft IRQDick Kennedy1-61/+87