summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_disc.c
AgeCommit message (Expand)AuthorLines
2020-09-15scsi: libfc: Fix passing zero to 'PTR_ERR' warningYueHaibing-2/+2
2020-08-31scsi: libfc: Fix for double free()Javed Hasan-2/+0
2020-08-04scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan-3/+9
2020-07-15scsi: libfc: trivial: Fix spelling mistake of 'discovery'Lee Jones-1/+1
2020-07-08scsi: libfc: fc_disc: Fix-up some incorrectly referenced function parametersLee Jones-3/+3
2020-02-21scsi: libfc: free response frame from GPN_IDIgor Druzhinin-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner-13/+1
2018-07-12scsi: libfc: hold disc_mutex in fc_disc_stop_rports()Hannes Reinecke-6/+4
2018-07-10scsi: libfc: fixup 'sleeping function called from invalid context'Hannes Reinecke-3/+4
2018-07-10scsi: libfc: Add lockdep annotationsHannes Reinecke-21/+11
2018-02-13scsi: libfc: remove redundant initialization of 'disc'Colin Ian King-1/+1
2017-07-12scsi: libfc: pass an error pointer to fc_disc_error()Dan Carpenter-1/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar-0/+2
2016-11-08scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke-1/+1
2016-11-08scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke-4/+4
2016-11-08scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke-3/+3
2016-11-08scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke-4/+3
2016-11-08scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke-3/+3
2016-11-08scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke-2/+2
2016-11-08scsi: libfc: Fixup disc_mutex handlingHannes Reinecke-13/+25
2013-03-25libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love-8/+17
2013-03-25libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Robert Love-2/+3
2012-02-19[SCSI] libfc: Handle discovery failure during ctlr link downBhanu Prakash Gollapudi-0/+7
2012-01-16[SCSI] libfc: Declare local functions staticBart Van Assche-3/+3
2011-10-31scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker-0/+1
2011-05-24[SCSI] libfc: fix mm leak in handling incoming request for target discoveryHillf Danton-0/+1
2010-10-25[SCSI] libfc: Do not let disc work cancel itselfBhanu Prakash Gollapudi-3/+2
2010-07-28[SCSI] libfc: don't require a local exchange for incoming requestsJoe Eykholt-12/+7
2010-07-28[SCSI] libfc: add discovery-private pointer for LLDJoe Eykholt-7/+7
2010-07-28[SCSI] libfc: convert rport lookup to be RCU safeJoe Eykholt-3/+3
2010-05-16[SCSI] libfc: Move the port_id into lportRobert Love-1/+1
2010-04-11[SCSI] libfc, fcoe: normalize format specifies for world wide namesChris Leech-1/+1
2010-04-11[SCSI] libfc: set both precision and field with when printing FC IDsChris Leech-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-12-04[SCSI] libfc fcoe: increase ELS and CT timeoutsJoe Eykholt-2/+3
2009-12-04[SCSI] libfc: Formatting cleanups across libfcRobert Love-40/+38
2009-12-04[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love-0/+2
2009-12-04[SCSI] libfc: fix memory corruption caused by double frees and bad error hand...Chris Leech-1/+1
2009-09-10[SCSI] libfc: send GPN_ID in reaction to single-port RSCNs.Joe Eykholt-24/+113
2009-09-10[SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love-12/+8
2009-09-10[SCSI] libfc: don't do discovery before callback is setJoe Eykholt-0/+3
2009-09-10[SCSI] libfc: clean up point-to-point discovery code.Joe Eykholt-82/+2
2009-09-10[SCSI] libfc: discovery gpn_ft parse bugJoe Eykholt-3/+4
2009-09-10[SCSI] libfc: discovery retry should clear pending first.Joe Eykholt-2/+2
2009-09-10[SCSI] libfc: fix: empty zone causes endless discovery retries.Joe Eykholt-0/+3
2009-09-10[SCSI] libfc: handle discovery failure more correctly.Joe Eykholt-0/+3
2009-09-10[SCSI] libfc: rearrange code in fc_disc_gpn_ft_resp()Joe Eykholt-16/+12
2009-09-10[SCSI] libfc: discovery restart sequence error fixJoe Eykholt-2/+1
2009-09-10[SCSI] libfc: do not log off rports before or after discoveryJoe Eykholt-13/+34
2009-09-10[SCSI] libfc: move rport_lookup into fc_rport.cJoe Eykholt-22/+0