summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_rport.c
Commit message (Expand)AuthorAgeFilesLines
...
* | [SCSI] libfc: eliminate rport LOGO stateJoe Eykholt2010-07-281-66/+22
* | [SCSI] libfc: add FLOGI state to rport for VN2VNJoe Eykholt2010-07-281-12/+278
* | [SCSI] libfc: provide space for LLD after remote port structureJoe Eykholt2010-07-281-1/+1
* | [SCSI] libfc: convert rport lookup to be RCU safeJoe Eykholt2010-07-281-4/+18
* | [SCSI] libfc: fix indefinite rport restartJoe Eykholt2010-07-271-1/+5
* | [SCSI] libfc: Fix remote port restart problemJoe Eykholt2010-07-271-44/+31
* | [SCSI] libfc: Handle unsolicited PRLO requestBhanu Prakash Gollapudi2010-07-271-8/+63
* | [SCSI] libfc: Honor LS_ACC response codes for PRLIBhanu Prakash Gollapudi2010-07-271-4/+19
* | [SCSI] libfc: Retry a rejected PRLI requestBhanu Prakash Gollapudi2010-07-271-1/+1
|/
* [SCSI] libfc: recode incoming PRLI handlingJoe Eykholt2010-04-111-108/+87
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] libfc: Fix e_d_tov ns -> ms scaling factor in PLOGI response.Hugh Daschbach2010-02-171-1/+1
* [SCSI] libfc: remote port gets stuck in restart state without really restartingAbhijeet Joglekar2009-12-121-0/+1
* [SCSI] libfc: add support of receiving ELS_RLSYi Zou2009-12-041-0/+76
* [SCSI] libfc fcoe: increase ELS and CT timeoutsJoe Eykholt2009-12-041-5/+10
* [SCSI] libfc: Formatting cleanups across libfcRobert Love2009-12-041-105/+130
* [SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love2009-12-041-0/+2
* [SCSI] libfc: fix free of fc_rport_priv with timer pendingJoe Eykholt2009-12-041-19/+50
* [SCSI] libfc: fix memory corruption caused by double frees and bad error hand...Chris Leech2009-12-041-5/+5
* [SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarilyRobert Love2009-12-041-2/+0
* [SCSI] libfc: fix typo in retry check on received PRLIJoe Eykholt2009-12-041-1/+1
* [SCSI] libfc: fix handling of incoming Discover Address (ADISC) requestsJoe Eykholt2009-09-101-0/+48
* [SCSI] libfc: use ADISC to verify rport login stateJoe Eykholt2009-09-101-5/+117
* [SCSI] libfc: LOGO response code had extraeous enter_rtvJoe Eykholt2009-09-101-6/+4
* [SCSI] libfc: re-login to remote ports that send us LOGOJoe Eykholt2009-09-101-2/+11
* [SCSI] libfc: fix rport error handling for login-required and invalid opsJoe Eykholt2009-09-101-49/+88
* [SCSI] libfc: correctly handle incoming PLOGI request.Joe Eykholt2009-09-101-92/+93
* [SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt2009-09-101-4/+4
* [SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookupJoe Eykholt2009-09-101-0/+3
* [SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt2009-09-101-37/+41
* [SCSI] libfc: Always reset remote port roles when receiving PRLIRobert Love2009-09-101-0/+6
* [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love2009-09-101-7/+11
* [SCSI] libfc: move rport_lookup into fc_rport.cJoe Eykholt2009-09-101-0/+20
* [SCSI] libfc: change to make remote port callback optionalJoe Eykholt2009-09-101-2/+2
* [SCSI] libfc: have rport_create do a lookup for pre-existing rports firstJoe Eykholt2009-09-101-0/+4
* [SCSI] libfc: make rport module maintain the rport listJoe Eykholt2009-09-101-2/+9
* [SCSI] libfc: rport debug messages were printing pointer valuesJoe Eykholt2009-09-101-1/+2
* [SCSI] libfc: fix rport event race between READY and LOGOJoe Eykholt2009-09-101-3/+1
* [SCSI] libfc: don't create dummy (rogue) remote portsJoe Eykholt2009-09-101-91/+63
* [SCSI] libfc: rename rport event CREATED to READYJoe Eykholt2009-09-101-2/+2
* [SCSI] libfc: rearrange code in fc_rport_workJoe Eykholt2009-09-101-9/+15
* [SCSI] libfc: make rport structure optionalJoe Eykholt2009-09-101-45/+57
* [SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt2009-09-101-4/+4
* [SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt2009-09-101-188/+176
* [SCSI] libfc: change interface for rport_createJoe Eykholt2009-09-101-8/+9
* [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt2009-09-101-30/+30
* [SCSI] libfc: fix: cancel rport retry timerJoe Eykholt2009-08-221-2/+1
* [SCSI] libfc: fc_rport_logoff should not drop the lockJoe Eykholt2009-08-221-22/+38
* [SCSI] libfc: rename rport state "NONE" to "DELETE".Joe Eykholt2009-08-221-14/+14
* libfc: Add runtime debugging with debug_logging module parameterRobert Love2009-06-211-70/+50
OpenPOWER on IntegriCloud