aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_els.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-27Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-mergeJens Axboe1-42/+26
2017-04-24Fix implicit logo and RSCN handling for NVMETJames Smart1-13/+10
2017-04-24Add Fabric assigned WWN support.James Smart1-3/+5
2017-04-24Fix crash after issuing lip resetJames Smart1-25/+10
2017-04-24Fix PRLI ACC rsp for NVMEJames Smart1-1/+1
2017-03-23scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy1-1/+2
2017-03-06scsi: lpfc: correct rdp diag portnamesJames Smart1-4/+4
2017-03-06scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart1-4/+10
2017-02-22scsi: lpfc: Update copyrightsJames Smart1-1/+3
2017-02-22scsi: lpfc: NVME Target: bind to nvmet_fc apiJames Smart1-2/+3
2017-02-22scsi: lpfc: NVME Target: Merge into FC discoveryJames Smart1-5/+56
2017-02-22scsi: lpfc: NVME Initiator: bind to nvme_fc apiJames Smart1-1/+3
2017-02-22scsi: lpfc: NVME Initiator: Merge into FC discoveryJames Smart1-77/+203
2017-02-22scsi: lpfc: NVME Initiator: Base modificationsJames Smart1-17/+21
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+7
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-01-20scsi: lpfc: Replace BUG() with BUG_ON()Shyam Saini1-2/+1
2017-01-17scsi: lpfc: Set elsiocb contexts to NULL after freeing itJohannes Thumshirn1-0/+2
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-05scsi: lpfc: Clear the VendorVersion in the PLOGI/PLOGI ACC payloadJames Smart1-0/+6
2016-11-08scsi: lpfc: Fix lost target in pt-to-pt connectJames Smart1-1/+1
2016-09-26scsi: lpfc: Mark symbols static where possibleBaoyou Xie1-17/+17
2016-07-15lpfc: Remove global lpfc_delay_discovery attribute in leiu of per-hba lpfc_delay_discoveryJames Smart1-1/+2
2016-07-15lpfc: Add MDS Diagnostics SupportJames Smart1-0/+7
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 Smart1-43/+31
2016-07-15lpfc: Correct RDP response sizing issueJames Smart1-40/+73
2016-07-15lpfc: Fix Transgression Flag of Optical Element descriptor for RDP on LinuxJames Smart1-22/+79
2016-04-11lpfc: Update modified file copyrightsJames Smart1-1/+1
2016-04-11lpfc: Fix interaction between fdmi_on and enable_SmartSANJames Smart1-7/+9
2016-04-11lpfc: Add support for SmartSAN 2.0James Smart1-0/+153
2016-04-11lpfc: Fix Device discovery failures during switch reboot test.James Smart1-1/+4
2015-12-21lpfc: Use kzalloc instead of kmallocPunit Vara1-2/+1
2015-12-21lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.James Smart1-0/+3
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 Smart1-30/+69
2015-12-21lpfc: Fix RegLogin failed error seen on Lancer FC during port bounceJames Smart1-5/+9
2015-12-21lpfc: Fix the FLOGI discovery logic to comply with T11 standardsJames Smart1-186/+156
2015-11-09lpfc: fix memory leak and NULL dereferenceSudip Mukherjee1-1/+7
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 Smart1-0/+2
2015-10-27fix: lpfc_send_rscn_event sends bigger buffer sizeAles Novak1-1/+1
2015-10-27lpfc: remove set but not used variablesSebastian Herbszt1-55/+1
2015-06-13lpfc: Fix to drop PLOGIs from fabric node till LOGO processing completesJames Smart1-11/+3
2015-06-13lpfc: Devices are not discovered during takeaway/giveback testingJames Smart1-12/+10
2015-06-13lpfc: Fix vport deletion failure.James Smart1-0/+2
2015-06-13lpfc: Check for active portpeerbeacon.James Smart1-4/+15
2015-06-05lpfc: Fix rport leak.James Smart1-3/+9