aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-10/+7
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-11/+4
2016-08-02lpfc: Fix possible NULL pointer dereferenceJohannes Thumshirn1-9/+6
2016-07-27lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from lpfc_send_taskmgmt()Mauricio Faria de Oliveira1-1/+1
2016-07-20scsi: lpfc: avoid harmless comparison warningArnd Bergmann1-4/+9
2016-07-20lpfc: call lpfc_sli_validate_fcp_iocb() with the hbalock heldJohannes Thumshirn1-0/+2
2016-07-15lpfc: Update lpfc version to 11.2.0.0James Smart1-1/+1
2016-07-15lpfc: Copyright updatesJames Smart5-5/+5
2016-07-15lpfc: Disable FDMI probing if not connected to a fabricJames Smart1-0/+4
2016-07-15lpfc: Correct issue with ioremap() call on 32bit kernelJames Smart1-3/+3
2016-07-15lpfc: Re-organize source for easier driver attribute managementJames Smart2-96/+117
2016-07-15lpfc: Remove global lpfc_sli_mode attribute in leiu of per-hba lpfc_sli_modeJames Smart4-13/+13
2016-07-15lpfc: Remove global lpfc_delay_discovery attribute in leiu of per-hba lpfc_delay_discoveryJames Smart4-7/+6
2016-07-15lpfc: Remove global lpfc_enable_npiv attribute in leiu of per-hba lpfc_enable_npivJames Smart3-22/+11
2016-07-15lpfc: Correct Port reset resulting in FC port going offlineJames Smart1-1/+2
2016-07-15lpfc: Add support for XLane LUN priorityJames Smart7-20/+104
2016-07-15lpfc: Correct RDP response Revision locationJames Smart1-1/+1
2016-07-15lpfc: Re-organize source for easier device-id managementJames Smart2-100/+123
2016-07-15lpfc: Correct FCOE discovery to avoid loss of storage devices after system rebootJames Smart1-1/+2
2016-07-15lpfc: Fix SLI mode 2 config failureJames Smart1-0/+2
2016-07-15lpfc: Add MDS Diagnostics SupportJames Smart6-25/+103
2016-07-15lpfc: Add sysfs proc_name supportJames Smart1-0/+3
2016-07-15lpfc: Reject RDP ELS if port has no loginJames Smart1-0/+6
2016-07-15lpfc: Correct Buffer credit descriptor values in RDP responseJames Smart2-44/+32
2016-07-15lpfc: Add recovery from adapter parity errors on some SLI4 adaptersJames Smart5-35/+155
2016-07-15lpfc: Correct RDP response sizing issueJames Smart2-58/+81
2016-07-15lpfc: Fix Transgression Flag of Optical Element descriptor for RDP on LinuxJames Smart5-26/+101
2016-06-21lpfc: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-11/+4
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