aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart2019-02-051-1/+1
* scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart2019-02-051-0/+3
* scsi: lpfc: Rework locking on SCSI io completionJames Smart2019-02-051-0/+1
* scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart2019-02-051-19/+13
* scsi: lpfc: Utilize new IRQ API when allocating MSI-X vectorsJames Smart2019-02-051-149/+13
* scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart2019-02-051-112/+93
* scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart2019-02-051-2/+7
* scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart2019-02-051-92/+411
* scsi: lpfc: Fix setting affinity hints to correlate with hardware queuesJames Smart2019-02-051-32/+26
* scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart2019-02-051-29/+297
* scsi: lpfc: Synchronize hardware queues with SCSI MQ interfaceJames Smart2019-02-051-2/+6
* scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart2019-02-051-1/+2
* scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart2019-02-051-14/+26
* scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart2019-02-051-161/+286
* scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart2019-02-051-311/+178
* scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart2019-02-051-217/+8
* scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart2019-02-051-238/+277
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-53/+220
|\
| * scsi: lpfc: update fault value on successful trunk events.James Smart2018-12-191-8/+4
| * scsi: lpfc: Fix driver release of fw-logging buffersJames Smart2018-12-071-6/+5
| * scsi: lpfc: Cap NPIV vports to 256James Smart2018-12-071-0/+3
| * scsi: lpfc: Fix kernel Oops due to null pring pointersJames Smart2018-12-071-1/+6
| * scsi: lpfc: refactor mailbox structure context fieldsJames Smart2018-12-071-3/+3
| * scsi: lpfc: Fix panic when FW-log buffsize is not initializedJames Smart2018-12-071-1/+2
| * scsi: lpfc: use dma_set_mask_and_coherentChristoph Hellwig2018-11-151-24/+10
| * scsi: lpfc: add Trunking supportJames Smart2018-11-061-0/+148
| * scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart2018-11-061-1/+1
| * scsi: lpfc: Fix lpfc_sli4_read_config return value checkJames Smart2018-11-061-2/+2
| * scsi: lpfc: Correct speeds on SFP swapJames Smart2018-11-061-17/+46
* | scsi: lpfc: fix block guard enablement on SLI3 adaptersMartin Wilck2018-11-281-1/+5
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-251-20/+83
|\
| * scsi: lpfc: fix spelling mistake "Resrouce" -> "Resource"Colin Ian King2018-10-161-1/+1
| * scsi: lpfc: add support to retrieve firmware logsJames Smart2018-09-111-0/+40
| * scsi: lpfc: Correct irq handling via locks when taking adapter offlineJames Smart2018-09-111-8/+11
| * scsi: lpfc: raise sg count for nvme to use available sg resourcesJames Smart2018-09-111-11/+31
* | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-8/+0
|/
* scsi: lpfc: Support duration field in Link Cable Beacon V1 commandJames Smart2018-07-101-0/+1
* scsi: lpfc: Make PBDE optimizations configurableJames Smart2018-07-101-15/+7
* scsi: lpfc: Fix abort error path for NVMETJames Smart2018-07-101-0/+5
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+4
* scsi: lpfc: Fix port initialization failure.James Smart2018-05-281-3/+18
* scsi: lpfc: Fix 16gb hbas failing cq create.James Smart2018-05-281-8/+1
* scsi: lpfc: fix spelling mistakes: "mabilbox" and "maibox"Colin Ian King2018-05-081-2/+2
* scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart2018-05-081-1/+1
* scsi: lpfc: Driver NVME load fails when CPU cnt > WQ resource cntJames Smart2018-05-081-0/+34
* scsi: lpfc: Handle new link fault code returned by adapter firmware.James Smart2018-05-081-17/+14
* scsi: lpfc: Correct fw download error messageJames Smart2018-05-081-1/+5
* scsi: lpfc: Fix WQ/CQ creation for older asic's.James Smart2018-04-181-0/+15
* scsi: lpfc: Fix lingering lpfc_wq resource after driver unloadJames Smart2018-04-181-3/+8
* scsi: lpfc: Add per io channel NVME IO statisticsJames Smart2018-04-181-14/+22