Age | Commit message (Expand) | Author | Files | Lines |
2022-05-17 | scsi: libfc: Remove get_cpu() semantics in fc_exch_em_alloc() | Davidlohr Bueso | 1 | -2/+1 |
2022-05-17 | scsi: fcoe: Use per-CPU API to update per-CPU statistics | Sebastian Andrzej Siewior | 2 | -34/+25 |
2022-03-09 | scsi: libfc: Fix use after free in fc_exch_abts_resp() | Jianglei Nie | 1 | -0/+1 |
2022-02-28 | scsi: libfc: Replace one-element arrays with flexible-array members | Gustavo A. R. Silva | 1 | -1/+1 |
2022-02-23 | scsi: libfc: Stop using the SCSI pointer | Bart Van Assche | 1 | -15/+11 |
2021-10-17 | scsi: libfc: Call scsi_done() directly | Bart Van Assche | 1 | -3/+3 |
2021-06-29 | scsi: libfc: Fix array index out of bound exception | Javed Hasan | 1 | -5/+8 |
2021-06-10 | scsi: libfc: FDMI enhancements | Javed Hasan | 1 | -6/+58 |
2021-06-10 | scsi: libfc: Add FDMI-2 attributes | Javed Hasan | 1 | -6/+248 |
2021-06-10 | scsi: libfc: Initialisation of RHBA and RPA attributes | Javed Hasan | 1 | -1/+23 |
2021-06-10 | scsi: libfc: Correct the condition check and invalid argument passed | Javed Hasan | 1 | -3/+5 |
2021-04-16 | scsi: libfc: Fix a format specifier | Bart Van Assche | 1 | -1/+1 |
2021-03-16 | scsi: libfc: Fix misspelling of fc_fcp_destroy() | Lee Jones | 1 | -1/+1 |
2021-03-16 | scsi: libfc: Fix incorrect naming of fc_rport_adisc_resp() | Lee Jones | 1 | -1/+1 |
2021-03-16 | scsi: libfc: Fix some possible copy/paste issues | Lee Jones | 1 | -6/+6 |
2021-01-13 | scsi: libfc: Avoid invoking response handler twice if ep is already completed | Javed Hasan | 1 | -2/+14 |
2020-10-30 | scsi: libfc: Fix enum-conversion warning | Arnd Bergmann | 1 | -1/+1 |
2020-10-30 | scsi: libfc: Work around -Warray-bounds warning | Arnd Bergmann | 1 | -11/+19 |
2020-10-30 | scsi: libfc: Move scsi/fc_encode.h to libfc | Arnd Bergmann | 7 | -6/+704 |
2020-10-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+2 |
2020-09-16 | scsi: libfc: Fix passing zero to 'PTR_ERR' warning | YueHaibing | 1 | -2/+2 |
2020-09-08 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -2/+0 |
2020-09-01 | scsi: libfc: Fix for double free() | Javed Hasan | 1 | -2/+0 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 4 | -8/+8 |
2020-08-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -3/+9 |
2020-08-07 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 5 | -12/+23 |
2020-08-05 | scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid cases | Javed Hasan | 1 | -3/+9 |
2020-07-15 | scsi: libfc: Provide missing and repair existing function documentation | Lee Jones | 1 | -4/+7 |
2020-07-15 | scsi: libfc: Fix a couple of misdocumented function parameters | Lee Jones | 1 | -2/+2 |
2020-07-15 | scsi: libfc: Repair function parameter documentation | Lee Jones | 1 | -2/+5 |
2020-07-15 | scsi: libfc: trivial: Fix spelling mistake of 'discovery' | Lee Jones | 1 | -1/+1 |
2020-07-15 | scsi: libfc: Supply some missing kerneldoc struct/function attributes/params | Lee Jones | 1 | -1/+6 |
2020-07-08 | scsi: libfc: fc_disc: Fix-up some incorrectly referenced function parameters | Lee Jones | 1 | -3/+3 |
2020-06-27 | scsi: libfc: Skip additional kref updating work event | Javed Hasan | 1 | -4/+5 |
2020-06-27 | scsi: libfc: Handling of extra kref | Javed Hasan | 1 | -1/+3 |
2020-04-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+9 |
2020-03-30 | scsi: libfc: rport state move to PLOGI if all PRLI retry exhausted | Javed Hasan | 1 | -0/+2 |
2020-03-30 | scsi: libfc: If PRLI rejected, move rport to PLOGI state | Javed Hasan | 1 | -1/+7 |
2020-02-22 | scsi: libfc: free response frame from GPN_ID | Igor Druzhinin | 1 | -0/+2 |
2019-07-30 | scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure | Hannes Reinecke | 1 | -1/+4 |
2019-07-20 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -1/+1 |
2019-07-17 | scsi: libfc: fix null pointer dereference on a null lport | Colin Ian King | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 | Thomas Gleixner | 10 | -130/+10 |
2019-05-21 | scsi: libfc: switch to SPDX tags | Christoph Hellwig | 10 | -130/+10 |
2019-04-19 | Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO" | Saurav Kashyap | 1 | -1/+0 |
2019-02-05 | Revert "scsi: libfc: Add WARN_ON() when deleting rports" | Ross Lagerwall | 1 | -1/+0 |
2019-01-29 | scsi: libfc: free skb when receiving invalid flogi resp | Ming Lu | 1 | -3/+3 |
2018-11-29 | scsi: libfc: fc_rport: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2018-11-22 | scsi: libfc: Remove set but not used variable 'disc' | Yue Haibing | 1 | -2/+0 |
2018-10-16 | scsi: libfc: retry PRLI if we cannot analyse the payload | Hannes Reinecke | 1 | -2/+6 |