aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds11-333/+506
2016-11-30scsi: lpfc: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-5/+2
2016-11-25scsi: lpfc: fix oops/BUG in lpfc_sli_ringtxcmpl_put()Mauricio Faria de Oliveira1-6/+8
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn1-20/+20
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2-40/+40
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn1-2/+2
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-17/+17
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn1-23/+48
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-75/+124
2016-11-17scsi: Get rid of struct fc_bsg_bufferJohannes Thumshirn1-1/+2
2016-11-08scsi: lpfc: Use %zd format string for size_tArnd Bergmann1-1/+1
2016-11-08scsi: lpfc: lpfc version changed to 11.2.0.2James Smart1-1/+1
2016-11-08scsi: lpfc: Fix fw download on SLI-4 FC adaptersJames Smart2-10/+13
2016-11-08scsi: lpfc: Synchronize link speed with boot driverJames Smart6-1/+122
2016-11-08scsi: lpfc: Correct panics with eh_timeout and eh_deadlineJames Smart2-7/+11
2016-11-08scsi: lpfc: Fix lost target in pt-to-pt connectJames Smart1-1/+1
2016-11-08scsi: lpfc: Revise strings with full lpfc parameter nameJames Smart1-11/+12
2016-11-08scsi: lpfc: Code cleanup for lpfc_sriov_nr_virtfn parameterJames Smart1-32/+3
2016-11-08scsi: lpfc: Code cleanup for lpfc_max_scsicmpl_time parameterJames Smart1-4/+2
2016-11-08scsi: lpfc: Code cleanup for lpfc_topology parameterJames Smart1-4/+3
2016-11-08scsi: lpfc: Code cleanup for lpfc_aer_support parameterJames Smart1-40/+3
2016-11-08scsi: lpfc: Code cleanup for lpfc_enable_rrq parameterJames Smart1-6/+2
2016-11-08scsi: lpfc: Code clean up for lpfc_iocb_cnt parameterJames Smart1-7/+1
2016-11-08scsi: lpfc: Make lpfc_prot_xxx params per hba parametersJames Smart4-24/+31
2016-11-08scsi: lpfc: Set driver environment data on adapterJames Smart2-0/+41
2016-11-08scsi: lpfc: Fix sg_reset on SCSI device causing kernel crashJames Smart1-9/+13
2016-11-08scsi: lpfc: Correct embedded io wq element sizeJames Smart1-9/+5
2016-11-08scsi: lpfc: Fix few small typos in lpfc_scsi.cMilan P. Gandhi1-9/+12
2016-09-26scsi: lpfc: Mark symbols static where possibleBaoyou Xie4-62/+62
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