aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_rport.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-13/+2
* libfc: Enhancement to RPORT state machine applicable only for VN2VN modeKiran Patil2011-10-031-0/+14
* [SCSI] libfc: Fixing a memory leak when destroying an interfaceParikh, Neerav2011-02-281-0/+1
* [SCSI] libfc: introduce LLD event callbackBhanu Prakash Gollapudi2011-02-121-1/+18
* [SCSI] libfc: use PRLI hook to get parameters when sending outgoing PRLIJoe Eykholt2011-02-121-3/+24
* [SCSI] libfc: add hook for FC-4 provider registrationJoe Eykholt2011-02-121-27/+106
* [SCSI] libfc: fix sparse static and non-ANSI warningsRandy Dunlap2011-02-121-3/+3
* [SCSI] libfc: Cleanup return paths in fc_rport_error_retryHillf Danton2011-02-121-2/+3
* [SCSI] libfc: fix memory leakage in remote portHillf Danton2010-12-211-1/+2
* [SCSI] libfc: fix setting of rport dev lossMike Christie2010-10-251-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\
| * fix typos concerning "hierarchy"Uwe Kleine-König2010-06-161-1/+1
* | [SCSI] libfc: don't require a local exchange for incoming requestsJoe Eykholt2010-07-281-73/+39
* | [SCSI] libfc: add fc_fill_reply_hdr() and fc_fill_hdr()Joe Eykholt2010-07-281-48/+16
* | [SCSI] libfc: add fc_frame_sid() and fc_frame_did() functionsJoe Eykholt2010-07-281-20/+6
* | [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