summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_els.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] lpfc 8.2.4 : Miscellaneous FixesJames Smart2008-01-231-13/+29
* [SCSI] lpfc 8.2.4 : Miscellaneous Discovery/ELS FixesJames Smart2008-01-231-3/+53
* [SCSI] lpfc: minor cleanupsAdrian Bunk2008-01-111-4/+14
* [SCSI] lpfc 8.2.3 : Miscellaneous Small Fixes - part 2James Smart2008-01-111-8/+26
* [SCSI] lpfc 8.2.3 : FC Discovery FixesJames Smart2008-01-111-108/+123
* [SCSI] lpfc 8.2.3 : Miscellaneous Small Fixes - part 1James Smart2008-01-111-40/+114
* [SCSI] lpfc 8.2.3 : Remove flawed MBX_STOP_IOCB logicJames Smart2008-01-111-12/+8
* [SCSI] lpfc 8.2.2 : Miscellaneous Bug FixesJames Smart2007-08-011-32/+32
* [SCSI] lpfc 8.2.2 : Rework the lpfc_printf_log() macroJames Smart2007-08-011-312/+221
* [SCSI] lpfc 8.2.2 : Attribute and Parameter splits for vport and physical portJames Smart2007-08-011-5/+5
* [SCSI] lpfc 8.2.2 : Fix locking around HBA's port_listJames Smart2007-08-011-9/+52
* [SCSI] lpfc 8.2.2 : Error messages and debugfs updatesJames Smart2007-08-011-6/+5
* [SCSI] lpfc: bug fixesJames Smart2007-06-171-92/+318
* [SCSI] lpfc: NPIV: add NPIV support on top of SLI-3James Smart2007-06-171-366/+1295
* [SCSI] lpfc: NPIV: add SLI-3 interfaceJames Smart2007-06-171-127/+146
* [SCSI] lpfc: NPIV: split portsJames Smart2007-06-171-715/+716
* [SCSI] lpfc 8.1.12 : Update copyright year to 2007James Smart2007-05-061-1/+1
* [SCSI] lpfc 8.1.12 : Collapse discovery lists to a single node listJames Smart2007-05-061-83/+72
* [SCSI] lpfc 8.1.12 : Reference count node structures for node lifetime manage...James Smart2007-05-061-48/+59
* [SCSI] lpfc 8.1.12 : Improve handling of failed ELS abortsJames Smart2007-05-061-0/+1
* [SCSI] lpfc 8.1.12 : Improve diagnostic messages and change local loopback me...James Smart2007-05-061-34/+32
* [SCSI] lpfc 8.1.12 : Round 2 of Miscellaneous fixesJames Smart2007-05-061-4/+8
* [SCSI] lpfc 8.1.12 : Reorganize lpfc_nlp_list() and callers to prepare for no...James Smart2007-05-061-70/+46
* [SCSI] lpfc 8.1.12 : Fix unlock inside list traversalJames Smart2007-05-061-13/+17
* [SCSI] lpfc 8.1.12 : Modify ELS abort handling to prevent double completionJames Smart2007-05-061-60/+4
* [SCSI] lpfc 8.1.12 : Misc bug fixes and code cleanupJames Smart2007-05-061-9/+8
* [SCSI] lpfc 8.1.11 : Fix Memory leaksJames Smart2006-12-031-3/+18
* [SCSI] lpfc 8.1.11 : Fix lpfc_multi_ring_supportJames Smart2006-12-031-3/+3
* [SCSI] lpfc 8.1.11 : Discovery FixesJames Smart2006-12-031-0/+7
* [SCSI] lpfc 8.1.10 : Add support to post events via new FC event interfacesJames Smart2006-09-021-0/+5
* [SCSI] lpfc 8.1.9 : Misc Bug FixesJames Smart2006-08-191-3/+12
* [SCSI] lpfc 8.1.7 : ID String and Message fixesJames Smart2006-08-061-3/+3
* [SCSI] lpfc 8.1.7: Correct bogus nodev_tmo message on NPort that changes its ...James Smart2006-07-091-24/+34
* [SCSI] lpfc 8.1.7: Use mod_timer instead of add_timer in lpfc_els_timeout_han...James Smart2006-07-091-4/+3
* [SCSI] lpfc: sparse NULL warningsRandy Dunlap2006-06-261-3/+3
* [SCSI] lpfc 8.1.5 : Misc small fixesJames Smart2006-04-191-1/+1
* [SCSI] lpfc 8.1.5 : Additional fixes to LOGO, PLOGI, and RSCN processingJames Smart2006-04-191-33/+35
* [SCSI] lpfc 8.1.5 : Fixed FC protocol violation in handling of PRLO.James Smart2006-04-191-0/+18
* [SCSI] lpfc 8.1.5 : Use asynchronous ABTS completion to speed up abort comple...James Smart2006-04-191-7/+0
* [SCSI] lpfc 8.1.4 : Fixed a timer panic due to timer firing after freeing ndlpJames Smart2006-03-121-0/+6
* [SCSI] lpfc 8.1.4 : Fixed RSCN handling when a PLOGI is in retryJames Smart2006-03-121-9/+42
* [SCSI] lpfc 8.1.4 : Fix Discovery processing for NPorts that change their NPo...James Smart2006-03-121-76/+131
* [PATCH] lpfc 8.1.3: Protect NPL lists with host lockJamie Wellnitz2006-03-061-1/+2
* [SCSI] lpfc 8.1.2: Code style changes for Discovery codeJamie Wellnitz2006-02-281-24/+16
* [SCSI] lpfc 8.1.2: Make lpfc_els_rsp_rps_acc and lpfc_els_rsp_rpl_acc staticJamie Wellnitz2006-02-281-2/+2
* [SCSI] lpfc 8.1.2: Added support for FANJamie Wellnitz2006-02-281-32/+91
* [SCSI] lpfc 8.1.2: Misc FC Discovery changes :Jamie Wellnitz2006-02-281-186/+144
* [SCSI] lpfc 8.1.2: Fixed a race condition in the PLOGI retry logic.Jamie Wellnitz2006-02-281-12/+16
* [SCSI] lpfc 8.1.2: Handling of ELS commands RRQ, RPS, RPL and LIRR correctlyJamie Wellnitz2006-02-281-26/+248
* [SCSI] lpfc 8.1.1 : Fixes for short cable pullsJames.Smart@Emulex.Com2005-12-131-0/+4
OpenPOWER on IntegriCloud