summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' into miscJames Bottomley2016-05-171-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-251-6/+3
* | 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/+21
* | 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-231-2/+2
* lpfc: Add lockdep assertionsJohannes Thumshirn2016-02-232-0/+48
* lpfc: Remove redundant code block in lpfc_scsi_cmd_iocb_cmplJohannes Thumshirn2016-02-231-17/+0
* lpfc: Update version to 11.0.0.10 for upstream patch setJames Smart2015-12-211-1/+1
* lpfc: Use kzalloc instead of kmallocPunit Vara2015-12-211-2/+1
* lpfc: Delete unnecessary checks before the function call "mempool_destroy"Markus Elfring2015-12-211-4/+2
* lpfc: Add logging for misconfigured optics.James Smart2015-12-213-32/+87
* lpfc: Fix external loopback failure.James Smart2015-12-211-2/+13
* lpfc: Fix mbox reuse in PLOGI completionJames Smart2015-12-211-10/+21
* lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.James Smart2015-12-217-136/+150
* lpfc: Make write check error processing more resilientJames Smart2015-12-211-6/+21
* lpfc: Fix RDP ACC being too long.James Smart2015-12-211-0/+10
* lpfc: Fix RDP Speed reporting.James Smart2015-12-211-10/+7
* lpfc: Modularize and cleanup FDMI code in driverJames Smart2015-12-219-745/+1450
* lpfc: Fix crash in fcp command completion path.James Smart2015-12-211-2/+2
* lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16James Smart2015-12-211-3/+6
* lpfc: Fix RegLogin failed error seen on Lancer FC during port bounceJames Smart2015-12-213-9/+16
* lpfc: Fix the FLOGI discovery logic to comply with T11 standardsJames Smart2015-12-214-239/+240
* lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.James Smart2015-12-211-2/+6
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-3/+0
* lpfc: fix memory leak and NULL dereferenceSudip Mukherjee2015-11-091-1/+7
* lpfc: Update version to 11.0.0.0 for upstream patch setJames Smart2015-10-271-1/+1
* lpfc: Fix default RA_TOV and ED_TOV in the FC/FCoE driver for all topologiesJames Smart2015-10-272-2/+15
* lpfc: The linux driver does not reinitiate discovery after a failed FLOGIJames Smart2015-10-271-2/+7
* lpfc: Fix for discovery failure in PT2PT when FLOGI's ELS ACC response gets a...James Smart2015-10-271-14/+17
* lpfc: Add support for Lancer G6 and 32G FC linksJames Smart2015-10-278-9/+58
* fix: lpfc_send_rscn_event sends bigger buffer sizeAles Novak2015-10-271-1/+1
* lpfc: remove set but not used variablesSebastian Herbszt2015-10-2710-126/+8
* lpfc:Make the function lpfc_sli4_mbox_completions_pending static in order to ...Nicholas Krause2015-10-271-1/+1
* Fix kmalloc overflow in LPFC driver at large core countIan Mitchell2015-10-272-6/+1
* lpfc: Destroy lpfc_hba_index IDR on module exitJohannes Thumshirn2015-10-271-0/+1
* lpfc: in sli3 use configured sg_seg_cnt for sg_tablesizeBodo Stroesser2015-10-271-1/+1
* lpfc: Remove unnessary castFiro Yang2015-10-271-2/+1
* lpfc: fix model descriptionSebastian Herbszt2015-10-271-1/+1
* lpfc: Fix possible use-after-free and double free in lpfc_mbx_cmpl_rdp_page_a2()Johannes Thumshirn2015-09-061-3/+4
* lpfc: Use && instead of & for boolean expressionSebastian Herbszt2015-08-261-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-2316-199/+1530
|\