summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_disc.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+2
* scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke2016-11-081-1/+1
* scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke2016-11-081-4/+4
* scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke2016-11-081-3/+3
* scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke2016-11-081-4/+3
* scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke2016-11-081-3/+3
* scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke2016-11-081-2/+2
* scsi: libfc: Fixup disc_mutex handlingHannes Reinecke2016-11-081-13/+25
* libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love2013-03-251-8/+17
* libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Robert Love2013-03-251-2/+3
* [SCSI] libfc: Handle discovery failure during ctlr link downBhanu Prakash Gollapudi2012-02-191-0/+7
* [SCSI] libfc: Declare local functions staticBart Van Assche2012-01-161-3/+3
* scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
* [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