aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge branch 'fixes' into miscJames Bottomley1-2/+4
2016-05-11Revert "lpfc: Delete unnecessary checks before the function call mempool_destroy"Martin K. Petersen1-2/+4
2016-04-25lpfc: remove incorrect lockdep assertionSebastian Herbszt1-6/+3
2016-04-11lpfc: Update driver version to 11.1.0.0James Smart1-1/+1
2016-04-11lpfc: Update modified file copyrightsJames Smart13-14/+14
2016-04-11lpfc: Fix interaction between fdmi_on and enable_SmartSANJames Smart5-27/+21
2016-04-11lpfc: Add support for SmartSAN 2.0James Smart4-8/+243
2016-04-11lpfc: Fix Device discovery failures during switch reboot test.James Smart1-1/+4
2016-04-11lpfc: Utilize embedded CDB logic to minimize IO latencyJames Smart5-20/+136
2016-04-11lpfc: Fix crash when unregistering default rpi.James Smart1-1/+2
2016-04-11lpfc: Fix DMA faults observed upon plugging loopback connectorJames Smart1-4/+6
2016-04-11lpfc: Correct LOGO handling during loginJames Smart2-0/+3
2016-03-18lpfc: fix misleading indentationArnd Bergmann1-2/+3
2016-02-23lpfc: fix missing zero termination in debugfsAlan1-2/+2
2016-02-23lpfc: Add lockdep assertionsJohannes Thumshirn2-0/+48
2016-02-23lpfc: Remove redundant code block in lpfc_scsi_cmd_iocb_cmplJohannes Thumshirn1-17/+0
2015-12-21lpfc: Update version to 11.0.0.10 for upstream patch setJames Smart1-1/+1
2015-12-21lpfc: Use kzalloc instead of kmallocPunit Vara1-2/+1
2015-12-21lpfc: Delete unnecessary checks before the function call "mempool_destroy"Markus Elfring1-4/+2
2015-12-21lpfc: Add logging for misconfigured optics.James Smart3-32/+87
2015-12-21lpfc: Fix external loopback failure.James Smart1-2/+13
2015-12-21lpfc: Fix mbox reuse in PLOGI completionJames Smart1-10/+21
2015-12-21lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.James Smart7-136/+150
2015-12-21lpfc: Make write check error processing more resilientJames Smart1-6/+21
2015-12-21lpfc: Fix RDP ACC being too long.James Smart1-0/+10
2015-12-21lpfc: Fix RDP Speed reporting.James Smart1-10/+7
2015-12-21lpfc: Modularize and cleanup FDMI code in driverJames Smart9-745/+1450
2015-12-21lpfc: Fix crash in fcp command completion path.James Smart1-2/+2
2015-12-21lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16James Smart1-3/+6
2015-12-21lpfc: Fix RegLogin failed error seen on Lancer FC during port bounceJames Smart3-9/+16
2015-12-21lpfc: Fix the FLOGI discovery logic to comply with T11 standardsJames Smart4-239/+240
2015-12-21lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.James Smart1-2/+6
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 abortedJames 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 comply with function prototypeNicholas 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