summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: libfc: Call scsi_done() directlyBart Van Assche2021-10-171-3/+3
* scsi: libfc: Fix array index out of bound exceptionJaved Hasan2021-06-291-5/+8
* scsi: libfc: FDMI enhancementsJaved Hasan2021-06-101-6/+58
* scsi: libfc: Add FDMI-2 attributesJaved Hasan2021-06-101-6/+248
* scsi: libfc: Initialisation of RHBA and RPA attributesJaved Hasan2021-06-101-1/+23
* scsi: libfc: Correct the condition check and invalid argument passedJaved Hasan2021-06-101-3/+5
* scsi: libfc: Fix a format specifierBart Van Assche2021-04-161-1/+1
* scsi: libfc: Fix misspelling of fc_fcp_destroy()Lee Jones2021-03-161-1/+1
* scsi: libfc: Fix incorrect naming of fc_rport_adisc_resp()Lee Jones2021-03-161-1/+1
* scsi: libfc: Fix some possible copy/paste issuesLee Jones2021-03-161-6/+6
* scsi: libfc: Avoid invoking response handler twice if ep is already completedJaved Hasan2021-01-131-2/+14
* scsi: libfc: Fix enum-conversion warningArnd Bergmann2020-10-301-1/+1
* scsi: libfc: Work around -Warray-bounds warningArnd Bergmann2020-10-301-11/+19
* scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann2020-10-307-6/+704
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-151-2/+2
|\
| * scsi: libfc: Fix passing zero to 'PTR_ERR' warningYueHaibing2020-09-151-2/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-081-2/+0
|\|
| * scsi: libfc: Fix for double free()Javed Hasan2020-09-011-2/+0
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-244-8/+8
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-151-3/+9
|\
| * scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan2020-08-051-3/+9
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-075-12/+23
|\|
| * scsi: libfc: Provide missing and repair existing function documentationLee Jones2020-07-151-4/+7
| * scsi: libfc: Fix a couple of misdocumented function parametersLee Jones2020-07-151-2/+2
| * scsi: libfc: Repair function parameter documentationLee Jones2020-07-151-2/+5
| * scsi: libfc: trivial: Fix spelling mistake of 'discovery'Lee Jones2020-07-151-1/+1
| * scsi: libfc: Supply some missing kerneldoc struct/function attributes/paramsLee Jones2020-07-151-1/+6
| * scsi: libfc: fc_disc: Fix-up some incorrectly referenced function parametersLee Jones2020-07-081-3/+3
* | scsi: libfc: Skip additional kref updating work eventJaved Hasan2020-06-271-4/+5
* | scsi: libfc: Handling of extra krefJaved Hasan2020-06-271-1/+3
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-101-1/+9
|\
| * scsi: libfc: rport state move to PLOGI if all PRLI retry exhaustedJaved Hasan2020-03-301-0/+2
| * scsi: libfc: If PRLI rejected, move rport to PLOGI stateJaved Hasan2020-03-301-1/+7
* | scsi: libfc: free response frame from GPN_IDIgor Druzhinin2020-02-211-0/+2
|/
* scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke2019-07-301-1/+4
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-201-1/+1
|\
| * scsi: libfc: fix null pointer dereference on a null lportColin Ian King2019-07-171-1/+1
| * scsi: libfc: switch to SPDX tagsChristoph Hellwig2019-05-2110-130/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-0510-130/+10
|/
* Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap2019-04-191-1/+0
* Revert "scsi: libfc: Add WARN_ON() when deleting rports"Ross Lagerwall2019-02-051-1/+0
* scsi: libfc: free skb when receiving invalid flogi respMing Lu2019-01-291-3/+3
* scsi: libfc: fc_rport: Mark expected switch fall-throughGustavo A. R. Silva2018-11-291-0/+1
* scsi: libfc: Remove set but not used variable 'disc'Yue Haibing2018-11-221-2/+0
* scsi: libfc: retry PRLI if we cannot analyse the payloadHannes Reinecke2018-10-161-2/+6
* scsi: libfc: check fc_frame_payload_get() return value for nullThomas Abraham2018-10-161-4/+10
* scsi: libfc: remove set but not used variable 'rpriv'YueHaibing2018-09-121-3/+0
* scsi: libfc: remove unnecessary condition checkChengguang Xu2018-08-301-2/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-163-148/+107
|\
| * scsi: libfc: Add WARN_ON() when deleting rportsHannes Reinecke2018-07-131-0/+1