aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_rport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-28scsi: libfc: Fix array index out of bound exceptionJaved Hasan1-5/+8
2021-03-15scsi: libfc: Fix incorrect naming of fc_rport_adisc_resp()Lee Jones1-1/+1
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2020-07-15scsi: libfc: Fix a couple of misdocumented function parametersLee Jones1-2/+2
2020-06-26scsi: libfc: Skip additional kref updating work eventJaved Hasan1-4/+5
2020-06-26scsi: libfc: Handling of extra krefJaved Hasan1-1/+3
2020-03-29scsi: libfc: rport state move to PLOGI if all PRLI retry exhaustedJaved Hasan1-0/+2
2020-03-29scsi: libfc: If PRLI rejected, move rport to PLOGI stateJaved Hasan1-1/+7
2019-07-29scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke1-1/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-13/+1
2019-04-18Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap1-1/+0
2019-02-04Revert "scsi: libfc: Add WARN_ON() when deleting rports"Ross Lagerwall1-1/+0
2018-11-28scsi: libfc: fc_rport: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-21scsi: libfc: Remove set but not used variable 'disc'Yue Haibing1-2/+0
2018-10-15scsi: libfc: retry PRLI if we cannot analyse the payloadHannes Reinecke1-2/+6
2018-10-15scsi: libfc: check fc_frame_payload_get() return value for nullThomas Abraham1-4/+10
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-55/+45
2018-08-02scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn1-0/+1
2018-07-12scsi: libfc: Add WARN_ON() when deleting rportsHannes Reinecke1-0/+1
2018-07-12scsi: libfc: fixup lockdep annotationsHannes Reinecke1-1/+1
2018-07-10scsi: libfc: Add lockdep annotationsHannes Reinecke1-55/+44
2017-10-06scsi: libfc: fix a deadlock in fc_rport_workSatish Kharat1-1/+1
2017-05-16scsi: libfc: fix incorrect variable assignmentGustavo A. R. Silva1-1/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+2
2016-11-25scsi: libfc: Remove an unneeded conditionDan Carpenter1-1/+0
2016-11-08scsi: libfc: Remove fc_rport_init()Hannes Reinecke1-10/+0
2016-11-08scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke1-4/+2
2016-11-08scsi: libfc: Replace ->rport_recv_req callback with function callHannes Reinecke1-4/+2
2016-11-08scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke1-5/+3
2016-11-08scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke1-4/+10
2016-11-08scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke1-6/+3
2016-11-08scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke1-9/+7
2016-11-08scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke1-38/+30
2016-11-08scsi: libfc: Replace ->exch_seq_send callback with function callHannes Reinecke1-2/+2
2016-11-08scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke1-13/+13
2016-11-08scsi: libfc: Return LS_RJT_BUSY for PRLI in status PLOGIHannes Reinecke1-0/+17
2016-11-08scsi: libfc: Rework PRLI handlingHannes Reinecke1-18/+38
2016-11-08scsi: libfc: Implement RTV responderHannes Reinecke1-1/+40
2016-11-08scsi: libfc: use error code for fc_rport_error()Hannes Reinecke1-40/+61
2016-11-08scsi: libfc: sanitize E_D_TOV and R_A_TOV settingHannes Reinecke1-2/+4
2016-11-08scsi: libfc: use configured rport E_D_TOVHannes Reinecke1-1/+1
2016-11-08scsi: libfc: additional debugging messagesHannes Reinecke1-5/+20
2016-11-08scsi: libfc: don't advance state machine for incoming FLOGIHannes Reinecke1-6/+14
2016-11-08scsi: libfc: Do not login if the port is already startedHannes Reinecke1-0/+6
2016-11-08scsi: libfc: Do not drop down to FLOGI for fc_rport_login()Hannes Reinecke1-1/+5
2016-11-08scsi: libfc: Do not take rdata->rp_mutex when processing a -FC_EX_CLOSED ELS response.Chad Dupuis1-8/+24
2016-11-08scsi: libfc: Fixup disc_mutex handlingHannes Reinecke1-0/+2
2016-11-08scsi: libfc: Revisit kref handlingHannes Reinecke1-30/+101