aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_disc.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] libfc: fix mm leak in handling incoming request for target discoveryHillf Danton2011-05-241-0/+1
* [SCSI] libfc: Do not let disc work cancel itselfBhanu Prakash Gollapudi2010-10-251-3/+2
* [SCSI] libfc: don't require a local exchange for incoming requestsJoe Eykholt2010-07-281-12/+7
* [SCSI] libfc: add discovery-private pointer for LLDJoe Eykholt2010-07-281-7/+7
* [SCSI] libfc: convert rport lookup to be RCU safeJoe Eykholt2010-07-281-3/+3
* [SCSI] libfc: Move the port_id into lportRobert Love2010-05-161-1/+1
* [SCSI] libfc, fcoe: normalize format specifies for world wide namesChris Leech2010-04-111-1/+1
* [SCSI] libfc: set both precision and field with when printing FC IDsChris Leech2010-04-111-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] libfc fcoe: increase ELS and CT timeoutsJoe Eykholt2009-12-041-2/+3
* [SCSI] libfc: Formatting cleanups across libfcRobert Love2009-12-041-40/+38
* [SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love2009-12-041-0/+2
* [SCSI] libfc: fix memory corruption caused by double frees and bad error hand...Chris Leech2009-12-041-1/+1
* [SCSI] libfc: send GPN_ID in reaction to single-port RSCNs.Joe Eykholt2009-09-101-24/+113
* [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love2009-09-101-12/+8
* [SCSI] libfc: don't do discovery before callback is setJoe Eykholt2009-09-101-0/+3
* [SCSI] libfc: clean up point-to-point discovery code.Joe Eykholt2009-09-101-82/+2
* [SCSI] libfc: discovery gpn_ft parse bugJoe Eykholt2009-09-101-3/+4
* [SCSI] libfc: discovery retry should clear pending first.Joe Eykholt2009-09-101-2/+2
* [SCSI] libfc: fix: empty zone causes endless discovery retries.Joe Eykholt2009-09-101-0/+3
* [SCSI] libfc: handle discovery failure more correctly.Joe Eykholt2009-09-101-0/+3
* [SCSI] libfc: rearrange code in fc_disc_gpn_ft_resp()Joe Eykholt2009-09-101-16/+12
* [SCSI] libfc: discovery restart sequence error fixJoe Eykholt2009-09-101-2/+1
* [SCSI] libfc: do not log off rports before or after discoveryJoe Eykholt2009-09-101-13/+34
* [SCSI] libfc: move rport_lookup into fc_rport.cJoe Eykholt2009-09-101-22/+0
* [SCSI] libfc: change to make remote port callback optionalJoe Eykholt2009-09-101-42/+3
* [SCSI] libfc: have rport_create do a lookup for pre-existing rports firstJoe Eykholt2009-09-101-6/+3
* [SCSI] libfc: make rport module maintain the rport listJoe Eykholt2009-09-101-8/+0
* [SCSI] libfc: remove unused disc->delay elementJoe Eykholt2009-09-101-3/+0
* [SCSI] libfc: eliminate disc->eventJoe Eykholt2009-09-101-19/+12
* [SCSI] libfc: don't create dummy (rogue) remote portsJoe Eykholt2009-09-101-30/+10
* [SCSI] libfc: rename rport event CREATED to READYJoe Eykholt2009-09-101-1/+1
* [SCSI] libfc: make rport structure optionalJoe Eykholt2009-09-101-35/+19
* [SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt2009-09-101-1/+1
* [SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt2009-09-101-61/+34
* [SCSI] libfc: change interface for rport_createJoe Eykholt2009-09-101-19/+12
* [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt2009-09-101-9/+9
* libfc: Add runtime debugging with debug_logging module parameterRobert Love2009-06-211-48/+35
* [SCSI] libfc: Track rogue remote portsAbhijeet Joglekar2009-04-271-11/+25
* [SCSI] libfc: Hold disc mutex while processing gpn ft respAbhijeet Joglekar2009-04-271-3/+15
* [SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love2009-03-101-22/+23
* [SCSI] libfc: rename rp to rdata in fc_disc_new_target()Robert Love2009-03-061-4/+4
* [SCSI] libfc: correct RPORT_TO_PRIV usageRobert Love2009-03-061-2/+2
* [SCSI] libfc: Don't violate transport template for rogue port creationRobert Love2009-03-061-3/+3
* [SCSI] libfc: A modular Fibre Channel libraryRobert Love2008-12-291-0/+845