summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_rport.c
Commit message (Expand)AuthorAgeFilesLines
* libfc: Reject PLOGI from nodes with incompatible roleMark Rustad2013-07-091-0/+27
* libfc: Correct check for initiator roleMark Rustad2013-05-101-1/+1
* libfc: XenServer fails to mount root filesystem.Krishna Mohan2013-02-151-1/+1
* [SCSI] libfc: Declare local functions staticBart Van Assche2012-01-161-5/+5
* scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-11-011-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-07-231-0/+14
|\
| * [SCSI] libfc: Enhancement to RPORT state machine applicable only for VN2VN modeKiran Patil2011-06-291-0/+14
* | scsi,rcu: Convert call_rcu(fc_rport_free_rcu) to kfree_rcu()Lai Jiangshan2011-07-201-13/+1Star
|/
* [SCSI] libfc: Fixing a memory leak when destroying an interfaceParikh, Neerav2011-03-011-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-051-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/+39Star
* | [SCSI] libfc: add fc_fill_reply_hdr() and fc_fill_hdr()Joe Eykholt2010-07-281-48/+16Star
* | [SCSI] libfc: add fc_frame_sid() and fc_frame_did() functionsJoe Eykholt2010-07-281-20/+6Star
* | [SCSI] libfc: eliminate rport LOGO stateJoe Eykholt2010-07-281-66/+22Star
* | [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/+31Star
* | [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/+87Star
* 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/+0Star
* [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/+4Star
* [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