aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-16scsi: libfc: Remove get_cpu() semantics in fc_exch_em_alloc()Davidlohr Bueso1-2/+1
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior2-34/+25
2022-03-08scsi: libfc: Fix use after free in fc_exch_abts_resp()Jianglei Nie1-0/+1
2022-02-27scsi: libfc: Replace one-element arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-22scsi: libfc: Stop using the SCSI pointerBart Van Assche1-15/+11
2021-10-16scsi: libfc: Call scsi_done() directlyBart Van Assche1-3/+3
2021-06-28scsi: libfc: Fix array index out of bound exceptionJaved Hasan1-5/+8
2021-06-10scsi: libfc: FDMI enhancementsJaved Hasan1-6/+58
2021-06-10scsi: libfc: Add FDMI-2 attributesJaved Hasan1-6/+248
2021-06-10scsi: libfc: Initialisation of RHBA and RPA attributesJaved Hasan1-1/+23
2021-06-09scsi: libfc: Correct the condition check and invalid argument passedJaved Hasan1-3/+5
2021-04-15scsi: libfc: Fix a format specifierBart Van Assche1-1/+1
2021-03-15scsi: libfc: Fix misspelling of fc_fcp_destroy()Lee Jones1-1/+1
2021-03-15scsi: libfc: Fix incorrect naming of fc_rport_adisc_resp()Lee Jones1-1/+1
2021-03-15scsi: libfc: Fix some possible copy/paste issuesLee Jones1-6/+6
2021-01-12scsi: libfc: Avoid invoking response handler twice if ep is already completedJaved Hasan1-2/+14
2020-10-29scsi: libfc: Fix enum-conversion warningArnd Bergmann1-1/+1
2020-10-29scsi: libfc: Work around -Warray-bounds warningArnd Bergmann1-11/+19
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann7-6/+704
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2020-09-15scsi: libfc: Fix passing zero to 'PTR_ERR' warningYueHaibing1-2/+2
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+0
2020-08-31scsi: libfc: Fix for double free()Javed Hasan1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-8/+8
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+9
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-12/+23
2020-08-04scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan1-3/+9
2020-07-15scsi: libfc: Provide missing and repair existing function documentationLee Jones1-4/+7
2020-07-15scsi: libfc: Fix a couple of misdocumented function parametersLee Jones1-2/+2
2020-07-15scsi: libfc: Repair function parameter documentationLee Jones1-2/+5
2020-07-15scsi: libfc: trivial: Fix spelling mistake of 'discovery'Lee Jones1-1/+1
2020-07-15scsi: libfc: Supply some missing kerneldoc struct/function attributes/paramsLee Jones1-1/+6
2020-07-08scsi: libfc: fc_disc: Fix-up some incorrectly referenced function parametersLee Jones1-3/+3
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-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+9
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
2020-02-21scsi: libfc: free response frame from GPN_IDIgor Druzhinin1-0/+2
2019-07-29scsi: 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/scsiLinus Torvalds1-1/+1
2019-07-16scsi: 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-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
2019-01-29scsi: libfc: free skb when receiving invalid flogi respMing Lu1-3/+3
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