summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-08-062-10/+7Star
|\
| * lpfc: Fix possible NULL pointer dereferenceJohannes Thumshirn2016-08-021-9/+6Star
| * lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from lpfc_send_taskmgmt()Mauricio Faria de Oliveira2016-07-271-1/+1
* | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-11/+4Star
|\ \ | |/ |/|
| * lpfc: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-221-11/+4Star
* | scsi: lpfc: avoid harmless comparison warningArnd Bergmann2016-07-211-4/+9
* | lpfc: call lpfc_sli_validate_fcp_iocb() with the hbalock heldJohannes Thumshirn2016-07-211-0/+2
* | lpfc: Update lpfc version to 11.2.0.0James Smart2016-07-151-1/+1
* | lpfc: Copyright updatesJames Smart2016-07-155-5/+5
* | lpfc: Disable FDMI probing if not connected to a fabricJames Smart2016-07-151-0/+4
* | lpfc: Correct issue with ioremap() call on 32bit kernelJames Smart2016-07-151-3/+3
* | lpfc: Re-organize source for easier driver attribute managementJames Smart2016-07-152-96/+117
* | lpfc: Remove global lpfc_sli_mode attribute in leiu of per-hba lpfc_sli_modeJames Smart2016-07-154-13/+13
* | lpfc: Remove global lpfc_delay_discovery attribute in leiu of per-hba lpfc_de...James Smart2016-07-154-7/+6Star
* | lpfc: Remove global lpfc_enable_npiv attribute in leiu of per-hba lpfc_enable...James Smart2016-07-153-22/+11Star
* | lpfc: Correct Port reset resulting in FC port going offlineJames Smart2016-07-151-1/+2
* | lpfc: Add support for XLane LUN priorityJames Smart2016-07-157-20/+104
* | lpfc: Correct RDP response Revision locationJames Smart2016-07-151-1/+1
* | lpfc: Re-organize source for easier device-id managementJames Smart2016-07-152-100/+123
* | lpfc: Correct FCOE discovery to avoid loss of storage devices after system re...James Smart2016-07-151-1/+2
* | lpfc: Fix SLI mode 2 config failureJames Smart2016-07-151-0/+2
* | lpfc: Add MDS Diagnostics SupportJames Smart2016-07-156-25/+103
* | lpfc: Add sysfs proc_name supportJames Smart2016-07-151-0/+3
* | lpfc: Reject RDP ELS if port has no loginJames Smart2016-07-151-0/+6
* | lpfc: Correct Buffer credit descriptor values in RDP responseJames Smart2016-07-152-44/+32Star
* | lpfc: Add recovery from adapter parity errors on some SLI4 adaptersJames Smart2016-07-155-35/+155
* | lpfc: Correct RDP response sizing issueJames Smart2016-07-152-58/+81
* | lpfc: Fix Transgression Flag of Optical Element descriptor for RDP on LinuxJames Smart2016-07-155-26/+101
|/
* Merge branch 'fixes' into miscJames Bottomley2016-05-181-2/+4
|\
| * Revert "lpfc: Delete unnecessary checks before the function call mempool_dest...Martin K. Petersen2016-05-111-2/+4
* | lpfc: remove incorrect lockdep assertionSebastian Herbszt2016-04-261-6/+3Star
* | lpfc: Update driver version to 11.1.0.0James Smart2016-04-111-1/+1
* | lpfc: Update modified file copyrightsJames Smart2016-04-1113-14/+14
* | lpfc: Fix interaction between fdmi_on and enable_SmartSANJames Smart2016-04-115-27/+21Star
* | lpfc: Add support for SmartSAN 2.0James Smart2016-04-114-8/+243
* | lpfc: Fix Device discovery failures during switch reboot test.James Smart2016-04-111-1/+4
* | lpfc: Utilize embedded CDB logic to minimize IO latencyJames Smart2016-04-115-20/+136
* | lpfc: Fix crash when unregistering default rpi.James Smart2016-04-111-1/+2
* | lpfc: Fix DMA faults observed upon plugging loopback connectorJames Smart2016-04-111-4/+6
* | lpfc: Correct LOGO handling during loginJames Smart2016-04-112-0/+3
|/
* lpfc: fix misleading indentationArnd Bergmann2016-03-181-2/+3
* lpfc: fix missing zero termination in debugfsAlan2016-02-241-2/+2
* lpfc: Add lockdep assertionsJohannes Thumshirn2016-02-242-0/+48
* lpfc: Remove redundant code block in lpfc_scsi_cmd_iocb_cmplJohannes Thumshirn2016-02-241-17/+0Star
* lpfc: Update version to 11.0.0.10 for upstream patch setJames Smart2015-12-221-1/+1
* lpfc: Use kzalloc instead of kmallocPunit Vara2015-12-221-2/+1Star
* lpfc: Delete unnecessary checks before the function call "mempool_destroy"Markus Elfring2015-12-221-4/+2Star
* lpfc: Add logging for misconfigured optics.James Smart2015-12-223-32/+87
* lpfc: Fix external loopback failure.James Smart2015-12-221-2/+13
* lpfc: Fix mbox reuse in PLOGI completionJames Smart2015-12-221-10/+21