summaryrefslogtreecommitdiff
path: root/drivers/scsi/libfc
AgeCommit message (Expand)AuthorFilesLines
2024-02-23scsi: libfc: Fix up timeout error in fc_fcp_rec_error()Hannes Reinecke1-1/+1
2024-02-23scsi: libfc: Don't schedule abort twiceHannes Reinecke1-5/+11
2023-11-28scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()Wenchao Hao1-0/+6
2022-04-15scsi: libfc: Fix use after free in fc_exch_abts_resp()Jianglei Nie1-0/+1
2021-07-25scsi: libfc: Fix array index out of bound exceptionJaved Hasan1-5/+8
2021-05-11scsi: libfc: Fix a format specifierBart Van Assche1-1/+1
2021-02-07scsi: libfc: Avoid invoking response handler twice if ep is already completedJaved Hasan1-2/+14
2020-10-01scsi: libfc: Skip additional kref updating work eventJaved Hasan1-4/+5
2020-10-01scsi: libfc: Handling of extra krefJaved Hasan1-1/+3
2020-09-23scsi: libfc: Fix for double free()Javed Hasan1-2/+0
2020-08-26scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan1-3/+9
2020-04-29scsi: libfc: If PRLI rejected, move rport to PLOGI stateJaved Hasan1-1/+7
2020-03-21scsi: libfc: free response frame from GPN_IDIgor Druzhinin1-0/+2
2019-07-30scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke1-1/+4
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2019-07-17scsi: libfc: fix null pointer dereference on a null lportColin Ian King1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner10-130/+10
2019-05-21scsi: libfc: switch to SPDX tagsChristoph Hellwig10-130/+10
2019-04-19Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap1-1/+0
2019-02-05Revert "scsi: libfc: Add WARN_ON() when deleting rports"Ross Lagerwall1-1/+0
2019-01-29scsi: libfc: free skb when receiving invalid flogi respMing Lu1-3/+3
2018-11-29scsi: libfc: fc_rport: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-22scsi: libfc: Remove set but not used variable 'disc'Yue Haibing1-2/+0
2018-10-16scsi: libfc: retry PRLI if we cannot analyse the payloadHannes Reinecke1-2/+6
2018-10-16scsi: libfc: check fc_frame_payload_get() return value for nullThomas Abraham1-4/+10
2018-09-12scsi: libfc: remove set but not used variable 'rpriv'YueHaibing1-3/+0
2018-08-30scsi: libfc: remove unnecessary condition checkChengguang Xu1-2/+1
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-148/+107
2018-08-02scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn1-0/+1
2018-07-13scsi: libfc: Add WARN_ON() when deleting rportsHannes Reinecke1-0/+1
2018-07-13scsi: libfc: hold disc_mutex in fc_disc_stop_rports()Hannes Reinecke1-6/+4
2018-07-13scsi: libfc: fixup lockdep annotationsHannes Reinecke1-1/+1
2018-07-11scsi: libfc: fixup 'sleeping function called from invalid context'Hannes Reinecke1-3/+4
2018-07-11scsi: libfc: Add lockdep annotationsHannes Reinecke3-140/+99
2018-02-14scsi: libfc: remove redundant initialization of 'disc'Colin Ian King1-1/+1
2017-12-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+4
2017-11-29scsi: libfc: fix ELS request handlingMartin Wilck1-0/+4
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-3/+3
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27scsi: libfc: Convert timers to use timer_setup()Kees Cook1-11/+10
2017-10-17scsi: libfc: don't assign resid_len in fc_lport_bsg_requestChristoph Hellwig1-3/+0
2017-10-06scsi: libfc: fix a deadlock in fc_rport_workSatish Kharat1-1/+1
2017-08-26scsi: fc_fcp: do not call fc_block_scsi_eh() from host resetHannes Reinecke1-2/+0
2017-07-13scsi: libfc: pass an error pointer to fc_disc_error()Dan Carpenter1-1/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-1/+1
2017-05-17scsi: libfc: fix incorrect variable assignmentGustavo A. R. Silva1-1/+1
2017-05-09scsi: libfc: do not flood console with messages 'libfc: queue full ...'Hannes Reinecke1-6/+9
2017-04-12scsi: libfc: directly call ELS request handlersJohannes Thumshirn1-11/+9