summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2017-12-25scsi: lpfc: PLOGI failures during NPIV testingDick Kennedy1-1/+2
2017-12-25scsi: lpfc: Fix secure firmware updatesDick Kennedy1-1/+1
2017-12-25scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy1-1/+2
2017-12-16scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart1-4/+10
2017-11-21scsi: lpfc: Clear the VendorVersion in the PLOGI/PLOGI ACC payloadJames Smart2-0/+12
2017-11-21scsi: lpfc: Correct issue leading to oops during link resetJames Smart1-0/+1
2017-11-21scsi: lpfc: Correct host name in symbolic_name fieldJames Smart1-0/+17
2017-11-21scsi: lpfc: FCoE VPort enable-disable does not bring up the VPortJames Smart1-0/+8
2017-11-21scsi: lpfc: Add missing memory barrierJames Smart1-0/+2
2017-09-02lpfc: Fix Device discovery failures during switch reboot test.James Smart1-1/+4
2017-07-05scsi: lpfc: avoid double free of resource identifiersRoberto Sassu1-0/+7
2017-07-05scsi: lpfc: Set elsiocb contexts to NULL after freeing itJohannes Thumshirn1-0/+2
2017-03-26scsi: lpfc: Add shutdown method for kexecAnton Blanchard1-0/+1
2017-03-12scsi: lpfc: Correct WQ creation for pagesizeJames Smart2-4/+7
2016-09-15lpfc: Fix DMA faults observed upon plugging loopback connectorJames Smart1-4/+6
2016-09-15lpfc: Fix external loopback failure.James Smart1-2/+13
2016-09-15lpfc: Fix mbox reuse in PLOGI completionJames Smart1-10/+21
2016-09-15lpfc: Fix RDP Speed reporting.James Smart1-10/+7
2016-09-15lpfc: Fix crash in fcp command completion path.James Smart1-2/+2
2016-09-15lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16James Smart1-3/+6
2016-09-15lpfc: Fix RegLogin failed error seen on Lancer FC during port bounceJames Smart3-9/+16
2016-09-15lpfc: Fix the FLOGI discovery logic to comply with T11 standardsJames Smart4-239/+240
2016-09-15lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.James Smart1-2/+6
2016-08-20lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from lpfc_send_taskmgmt()Mauricio Faria de Oliveira1-1/+1
2016-05-11lpfc: fix misleading indentationArnd Bergmann1-2/+3
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-3/+0
2015-11-09lpfc: fix memory leak and NULL dereferenceSudip Mukherjee1-1/+7
2015-10-27lpfc: Update version to 11.0.0.0 for upstream patch setJames Smart1-1/+1
2015-10-27lpfc: Fix default RA_TOV and ED_TOV in the FC/FCoE driver for all topologiesJames Smart2-2/+15
2015-10-27lpfc: The linux driver does not reinitiate discovery after a failed FLOGIJames Smart1-2/+7
2015-10-27lpfc: Fix for discovery failure in PT2PT when FLOGI's ELS ACC response gets a...James Smart1-14/+17
2015-10-27lpfc: Add support for Lancer G6 and 32G FC linksJames Smart8-9/+58
2015-10-27fix: lpfc_send_rscn_event sends bigger buffer sizeAles Novak1-1/+1
2015-10-27lpfc: remove set but not used variablesSebastian Herbszt10-126/+8
2015-10-27lpfc:Make the function lpfc_sli4_mbox_completions_pending static in order to ...Nicholas Krause1-1/+1
2015-10-27Fix kmalloc overflow in LPFC driver at large core countIan Mitchell2-6/+1
2015-10-27lpfc: Destroy lpfc_hba_index IDR on module exitJohannes Thumshirn1-0/+1
2015-10-27lpfc: in sli3 use configured sg_seg_cnt for sg_tablesizeBodo Stroesser1-1/+1
2015-10-27lpfc: Remove unnessary castFiro Yang1-2/+1
2015-10-27lpfc: fix model descriptionSebastian Herbszt1-1/+1
2015-09-06lpfc: Fix possible use-after-free and double free in lpfc_mbx_cmpl_rdp_page_a2()Johannes Thumshirn1-3/+4
2015-08-26lpfc: Use && instead of & for boolean expressionSebastian Herbszt1-1/+1
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds16-199/+1530
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-6/+6
2015-06-13lpfc: Update version to 10.7.0.0 for upstream patch set.James Smart1-1/+1
2015-06-13lpfc: Fix to drop PLOGIs from fabric node till LOGO processing completesJames Smart4-15/+16
2015-06-13lpfc: Fix scsi task management error message.James Smart1-8/+10
2015-06-13lpfc: Fix cq_id masking problem.James Smart1-1/+1
2015-06-13lpfc: Fix scsi prep dma buf error.James Smart1-1/+1
2015-06-13lpfc: Add support for using block multi-queueJames Smart4-52/+72