aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/libfc
AgeCommit message (Expand)AuthorFilesLines
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+9
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 5-12/+23
2020-08-04scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesGravatar Javed Hasan 1-3/+9
2020-07-15scsi: libfc: Provide missing and repair existing function documentationGravatar Lee Jones 1-4/+7
2020-07-15scsi: libfc: Fix a couple of misdocumented function parametersGravatar Lee Jones 1-2/+2
2020-07-15scsi: libfc: Repair function parameter documentationGravatar Lee Jones 1-2/+5
2020-07-15scsi: libfc: trivial: Fix spelling mistake of 'discovery'Gravatar Lee Jones 1-1/+1
2020-07-15scsi: libfc: Supply some missing kerneldoc struct/function attributes/paramsGravatar Lee Jones 1-1/+6
2020-07-08scsi: libfc: fc_disc: Fix-up some incorrectly referenced function parametersGravatar Lee Jones 1-3/+3
2020-06-26scsi: libfc: Skip additional kref updating work eventGravatar Javed Hasan 1-4/+5
2020-06-26scsi: libfc: Handling of extra krefGravatar Javed Hasan 1-1/+3
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+9
2020-03-29scsi: libfc: rport state move to PLOGI if all PRLI retry exhaustedGravatar Javed Hasan 1-0/+2
2020-03-29scsi: libfc: If PRLI rejected, move rport to PLOGI stateGravatar Javed Hasan 1-1/+7
2020-02-21scsi: libfc: free response frame from GPN_IDGravatar Igor Druzhinin 1-0/+2
2019-07-29scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureGravatar Hannes Reinecke 1-1/+4
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-1/+1
2019-07-16scsi: libfc: fix null pointer dereference on a null lportGravatar Colin Ian King 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Gravatar Thomas Gleixner 10-130/+10
2019-05-21scsi: libfc: switch to SPDX tagsGravatar Christoph Hellwig 10-130/+10
2019-04-18Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Gravatar Saurav Kashyap 1-1/+0
2019-02-04Revert "scsi: libfc: Add WARN_ON() when deleting rports"Gravatar Ross Lagerwall 1-1/+0
2019-01-29scsi: libfc: free skb when receiving invalid flogi respGravatar Ming Lu 1-3/+3
2018-11-28scsi: libfc: fc_rport: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2018-11-21scsi: libfc: Remove set but not used variable 'disc'Gravatar Yue Haibing 1-2/+0
2018-10-15scsi: libfc: retry PRLI if we cannot analyse the payloadGravatar Hannes Reinecke 1-2/+6
2018-10-15scsi: libfc: check fc_frame_payload_get() return value for nullGravatar Thomas Abraham 1-4/+10
2018-09-11scsi: libfc: remove set but not used variable 'rpriv'Gravatar YueHaibing 1-3/+0
2018-08-30scsi: libfc: remove unnecessary condition checkGravatar Chengguang Xu 1-2/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-148/+107
2018-08-02scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOGravatar Johannes Thumshirn 1-0/+1
2018-07-12scsi: libfc: Add WARN_ON() when deleting rportsGravatar Hannes Reinecke 1-0/+1
2018-07-12scsi: libfc: hold disc_mutex in fc_disc_stop_rports()Gravatar Hannes Reinecke 1-6/+4
2018-07-12scsi: libfc: fixup lockdep annotationsGravatar Hannes Reinecke 1-1/+1
2018-07-10scsi: libfc: fixup 'sleeping function called from invalid context'Gravatar Hannes Reinecke 1-3/+4
2018-07-10scsi: libfc: Add lockdep annotationsGravatar Hannes Reinecke 3-140/+99
2018-02-13scsi: libfc: remove redundant initialization of 'disc'Gravatar Colin Ian King 1-1/+1
2017-12-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-0/+4
2017-11-28scsi: libfc: fix ELS request handlingGravatar Martin Wilck 1-0/+4
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 1-3/+3
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-11/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-27scsi: libfc: Convert timers to use timer_setup()Gravatar Kees Cook 1-11/+10
2017-10-16scsi: libfc: don't assign resid_len in fc_lport_bsg_requestGravatar Christoph Hellwig 1-3/+0
2017-10-06scsi: libfc: fix a deadlock in fc_rport_workGravatar Satish Kharat 1-1/+1
2017-08-25scsi: fc_fcp: do not call fc_block_scsi_eh() from host resetGravatar Hannes Reinecke 1-2/+0
2017-07-12scsi: libfc: pass an error pointer to fc_disc_error()Gravatar Dan Carpenter 1-1/+1
2017-06-16networking: convert many more places to skb_put_zero()Gravatar Johannes Berg 1-1/+1
2017-05-16scsi: libfc: fix incorrect variable assignmentGravatar Gustavo A. R. Silva 1-1/+1