aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/libfc/fc_rport.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-17[SCSI] libfc: Fix e_d_tov ns -> ms scaling factor in PLOGI response.Hugh Daschbach
2009-12-12[SCSI] libfc: remote port gets stuck in restart state without really restartingAbhijeet Joglekar
2009-12-04[SCSI] libfc: add support of receiving ELS_RLSYi Zou
2009-12-04[SCSI] libfc fcoe: increase ELS and CT timeoutsJoe Eykholt
2009-12-04[SCSI] libfc: Formatting cleanups across libfcRobert Love
2009-12-04[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love
2009-12-04[SCSI] libfc: fix free of fc_rport_priv with timer pendingJoe Eykholt
2009-12-04[SCSI] libfc: fix memory corruption caused by double frees and bad error hand...Chris Leech
2009-12-04[SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarilyRobert Love
2009-12-04[SCSI] libfc: fix typo in retry check on received PRLIJoe Eykholt
2009-09-10[SCSI] libfc: fix handling of incoming Discover Address (ADISC) requestsJoe Eykholt
2009-09-10[SCSI] libfc: use ADISC to verify rport login stateJoe Eykholt
2009-09-10[SCSI] libfc: LOGO response code had extraeous enter_rtvJoe Eykholt
2009-09-10[SCSI] libfc: re-login to remote ports that send us LOGOJoe Eykholt
2009-09-10[SCSI] libfc: fix rport error handling for login-required and invalid opsJoe Eykholt
2009-09-10[SCSI] libfc: correctly handle incoming PLOGI request.Joe Eykholt
2009-09-10[SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt
2009-09-10[SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookupJoe Eykholt
2009-09-10[SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt
2009-09-10[SCSI] libfc: Always reset remote port roles when receiving PRLIRobert Love
2009-09-10[SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love
2009-09-10[SCSI] libfc: move rport_lookup into fc_rport.cJoe Eykholt
2009-09-10[SCSI] libfc: change to make remote port callback optionalJoe Eykholt
2009-09-10[SCSI] libfc: have rport_create do a lookup for pre-existing rports firstJoe Eykholt
2009-09-10[SCSI] libfc: make rport module maintain the rport listJoe Eykholt
2009-09-10[SCSI] libfc: rport debug messages were printing pointer valuesJoe Eykholt
2009-09-10[SCSI] libfc: fix rport event race between READY and LOGOJoe Eykholt
2009-09-10[SCSI] libfc: don't create dummy (rogue) remote portsJoe Eykholt
2009-09-10[SCSI] libfc: rename rport event CREATED to READYJoe Eykholt
2009-09-10[SCSI] libfc: rearrange code in fc_rport_workJoe Eykholt
2009-09-10[SCSI] libfc: make rport structure optionalJoe Eykholt
2009-09-10[SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt
2009-09-10[SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt
2009-09-10[SCSI] libfc: change interface for rport_createJoe Eykholt
2009-09-10[SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt
2009-08-22[SCSI] libfc: fix: cancel rport retry timerJoe Eykholt
2009-08-22[SCSI] libfc: fc_rport_logoff should not drop the lockJoe Eykholt
2009-08-22[SCSI] libfc: rename rport state "NONE" to "DELETE".Joe Eykholt
2009-06-21libfc: Add runtime debugging with debug_logging module parameterRobert Love
2009-05-23[SCSI] libfc,fcoe,fnic: Separate rport and lport max retry countsAbhijeet Joglekar
2009-05-20[SCSI] fcoe, libfc: fix function declarations to be ANSI-compliantRandy Dunlap
2009-04-27[SCSI] libfc: Fix compilation warnings with allmodconfigRobert Love
2009-04-27[SCSI] libfc: whenever queueing delete ev for rport, set state to NONEAbhijeet Joglekar
2009-04-27[SCSI] libfc: Track rogue remote portsAbhijeet Joglekar
2009-04-27[SCSI] libfc: Do not retry if the new state is not the same as old stateAbhijeet Joglekar
2009-03-12[SCSI] libfc: fix compile warningFUJITA Tomonori
2009-03-10[SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love
2009-03-10[SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love
2009-03-06[SCSI] libfc: check for err when recv and state is incorrectRobert Love