aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-28scsi: lpfc: fix block guard enablement on SLI3 adaptersMartin Wilck1-1/+5
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-20/+83
2018-10-16scsi: lpfc: fix spelling mistake "Resrouce" -> "Resource"Colin Ian King1-1/+1
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-8/+0
2018-09-11scsi: lpfc: add support to retrieve firmware logsJames Smart1-0/+40
2018-09-11scsi: lpfc: Correct irq handling via locks when taking adapter offlineJames Smart1-8/+11
2018-09-11scsi: lpfc: raise sg count for nvme to use available sg resourcesJames Smart1-11/+31
2018-07-10scsi: lpfc: Support duration field in Link Cable Beacon V1 commandJames Smart1-0/+1
2018-07-10scsi: lpfc: Make PBDE optimizations configurableJames Smart1-15/+7
2018-07-10scsi: lpfc: Fix abort error path for NVMETJames Smart1-0/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-05-28scsi: lpfc: Fix port initialization failure.James Smart1-3/+18
2018-05-28scsi: lpfc: Fix 16gb hbas failing cq create.James Smart1-8/+1
2018-05-08scsi: lpfc: fix spelling mistakes: "mabilbox" and "maibox"Colin Ian King1-2/+2
2018-05-08scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart1-1/+1
2018-05-08scsi: lpfc: Driver NVME load fails when CPU cnt > WQ resource cntJames Smart1-0/+34
2018-05-08scsi: lpfc: Handle new link fault code returned by adapter firmware.James Smart1-17/+14
2018-05-08scsi: lpfc: Correct fw download error messageJames Smart1-1/+5
2018-04-18scsi: lpfc: Fix WQ/CQ creation for older asic's.James Smart1-0/+15
2018-04-18scsi: lpfc: Fix lingering lpfc_wq resource after driver unloadJames Smart1-3/+8
2018-04-18scsi: lpfc: Add per io channel NVME IO statisticsJames Smart1-14/+22
2018-03-12scsi: lpfc: Memory allocation error during driver start-up on power8James Smart1-1/+1
2018-03-12scsi: lpfc: Streamline NVME Targe6t WQE setupJames Smart1-0/+1
2018-03-12scsi: lpfc: Streamline NVME Initiator WQE setupJames Smart1-0/+1
2018-02-22scsi: lpfc: Work around NVME cmd iu SGL typeJames Smart1-2/+2
2018-02-22scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart1-0/+20
2018-02-22scsi: lpfc: Enable fw download on if_type=6 devicesJames Smart1-13/+31
2018-02-22scsi: lpfc: Add if_type=6 support for cycling valid bitsJames Smart1-0/+11
2018-02-22scsi: lpfc: Add 64G link speed supportJames Smart1-2/+15
2018-02-22scsi: lpfc: Add PCI Ids for if_type=6 hardwareJames Smart1-0/+3
2018-02-22scsi: lpfc: Add push-to-adapter support to sli4James Smart1-0/+18
2018-02-22scsi: lpfc: Add SLI-4 if_type=6 support to the code baseJames Smart1-19/+101
2018-02-22scsi: lpfc: Rework sli4 doorbell infrastructureJames Smart1-3/+6
2018-02-22scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlersJames Smart1-0/+7
2018-02-12scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart1-1/+1
2018-02-12scsi: lpfc: Validate adapter support for SRIU optionJames Smart1-1/+12
2018-02-12scsi: lpfc: Fix SCSI io host reset causing kernel crashJames Smart1-0/+4
2018-02-12scsi: lpfc: move placement of target destroy on driver detachJames Smart1-7/+7
2018-02-12scsi: lpfc: Increase CQ and WQ sizes for SCSIJames Smart1-11/+25
2017-12-20scsi: lpfc: Increase SCSI CQ and WQ sizes.James Smart1-22/+43
2017-12-20scsi: lpfc: Fix random heartbeat timeouts during heavy IOJames Smart1-1/+15
2017-12-04scsi: lpfc: small sg cnt cleanupJames Smart1-5/+14
2017-12-04scsi: lpfc: Fix driver handling of nvme resources during unloadJames Smart1-0/+18
2017-12-04scsi: lpfc: Adjust default value of lpfc_nvmet_mrqJames Smart1-19/+28
2017-12-04scsi: lpfc: Fix crash after bad bar setup on driver attachmentJames Smart1-33/+51
2017-12-04scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQJames Smart1-8/+0
2017-12-04scsi: lpfc: Expand WQE capability of every NVME hardware queueJames Smart1-23/+44
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+23
2017-11-01scsi: lpfc: Convert timers to use timer_setup()Kees Cook1-23/+16
2017-10-02scsi: lpfc: Move CQ processing to a soft IRQDick Kennedy1-0/+15