aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_rport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04[SCSI] libfc: Formatting cleanups across libfcRobert Love1-105/+130
2009-12-04[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love1-0/+2
2009-12-04[SCSI] libfc: fix free of fc_rport_priv with timer pendingJoe Eykholt1-19/+50
2009-12-04[SCSI] libfc: fix memory corruption caused by double frees and bad error handlingChris Leech1-5/+5
2009-12-04[SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarilyRobert Love1-2/+0
2009-12-04[SCSI] libfc: fix typo in retry check on received PRLIJoe Eykholt1-1/+1
2009-09-10[SCSI] libfc: fix handling of incoming Discover Address (ADISC) requestsJoe Eykholt1-0/+48
2009-09-10[SCSI] libfc: use ADISC to verify rport login stateJoe Eykholt1-5/+117
2009-09-10[SCSI] libfc: LOGO response code had extraeous enter_rtvJoe Eykholt1-6/+4
2009-09-10[SCSI] libfc: re-login to remote ports that send us LOGOJoe Eykholt1-2/+11
2009-09-10[SCSI] libfc: fix rport error handling for login-required and invalid opsJoe Eykholt1-49/+88
2009-09-10[SCSI] libfc: correctly handle incoming PLOGI request.Joe Eykholt1-92/+93
2009-09-10[SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt1-4/+4
2009-09-10[SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookupJoe Eykholt1-0/+3
2009-09-10[SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt1-37/+41
2009-09-10[SCSI] libfc: Always reset remote port roles when receiving PRLIRobert Love1-0/+6
2009-09-10[SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love1-7/+11
2009-09-10[SCSI] libfc: move rport_lookup into fc_rport.cJoe Eykholt1-0/+20
2009-09-10[SCSI] libfc: change to make remote port callback optionalJoe Eykholt1-2/+2
2009-09-10[SCSI] libfc: have rport_create do a lookup for pre-existing rports firstJoe Eykholt1-0/+4
2009-09-10[SCSI] libfc: make rport module maintain the rport listJoe Eykholt1-2/+9
2009-09-10[SCSI] libfc: rport debug messages were printing pointer valuesJoe Eykholt1-1/+2
2009-09-10[SCSI] libfc: fix rport event race between READY and LOGOJoe Eykholt1-3/+1
2009-09-10[SCSI] libfc: don't create dummy (rogue) remote portsJoe Eykholt1-91/+63
2009-09-10[SCSI] libfc: rename rport event CREATED to READYJoe Eykholt1-2/+2
2009-09-10[SCSI] libfc: rearrange code in fc_rport_workJoe Eykholt1-9/+15
2009-09-10[SCSI] libfc: make rport structure optionalJoe Eykholt1-45/+57
2009-09-10[SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt1-4/+4
2009-09-10[SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt1-188/+176
2009-09-10[SCSI] libfc: change interface for rport_createJoe Eykholt1-8/+9
2009-09-10[SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt1-30/+30
2009-08-22[SCSI] libfc: fix: cancel rport retry timerJoe Eykholt1-2/+1
2009-08-22[SCSI] libfc: fc_rport_logoff should not drop the lockJoe Eykholt1-22/+38
2009-08-22[SCSI] libfc: rename rport state "NONE" to "DELETE".Joe Eykholt1-14/+14
2009-06-21libfc: Add runtime debugging with debug_logging module parameterRobert Love1-70/+50
2009-05-23[SCSI] libfc,fcoe,fnic: Separate rport and lport max retry countsAbhijeet Joglekar1-1/+1
2009-05-20[SCSI] fcoe, libfc: fix function declarations to be ANSI-compliantRandy Dunlap1-2/+2
2009-04-27[SCSI] libfc: Fix compilation warnings with allmodconfigRobert Love1-1/+1
2009-04-27[SCSI] libfc: whenever queueing delete ev for rport, set state to NONEAbhijeet Joglekar1-0/+4
2009-04-27[SCSI] libfc: Track rogue remote portsAbhijeet Joglekar1-0/+28
2009-04-27[SCSI] libfc: Do not retry if the new state is not the same as old stateAbhijeet Joglekar1-20/+28
2009-03-12[SCSI] libfc: fix compile warningFUJITA Tomonori1-1/+1
2009-03-10[SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love1-2/+2
2009-03-10[SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love1-23/+23
2009-03-06[SCSI] libfc: check for err when recv and state is incorrectRobert Love1-15/+15
2009-03-06[SCSI] libfc: Don't violate transport template for rogue port creationRobert Love1-0/+3
2009-03-06[SCSI] libfc: rport retry on LS_RJT from certain ELSChris Leech1-47/+64
2009-03-06[SCSI] libfc: when rport goes away (re-plogi), clean up exchanges to/from rportAbhijeet Joglekar1-1/+6
2009-03-06[SCSI] libfc: Pass lport in exch_mgr_resetAbhijeet Joglekar1-2/+2
2008-12-29[SCSI] libfc: A modular Fibre Channel libraryRobert Love1-0/+1291