summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser
AgeCommit message (Expand)AuthorLines
2022-08-16IB/iser: Fix login with authenticationSergey Gorenko-1/+6
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-2/+4
2022-06-24IB/iser: Drain the entire QP during destruction flowMax Gurtovoy-2/+4
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie-2/+2
2022-05-24IB/iser: Fix typo in commentJulia Lawall-1/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe-5/+5
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+1
2022-03-18IB/iser: Fix error flow in case of registration failureMax Gurtovoy-3/+11
2022-03-18IB/iser: Generalize map/unmap dma tasksMax Gurtovoy-45/+31
2022-03-18IB/iser: Use iser_fr_desc as registration contextMax Gurtovoy-11/+11
2022-03-18IB/iser: Remove iser_reg_data_sg helper functionMax Gurtovoy-22/+9
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche-0/+1
2022-01-28RDMA/iser: Delete useless module.h includeLeon Romanovsky-2/+0
2022-01-06IB/iser: Align coding style across driverMax Gurtovoy-126/+87
2022-01-05IB/iser: Remove un-needed casting to/from void pointerMax Gurtovoy-9/+8
2022-01-05IB/iser: Don't suppress send completionsMax Gurtovoy-20/+6
2022-01-05IB/iser: Rename ib_ret local variableMax Gurtovoy-15/+15
2022-01-05IB/iser: Fix RNR errorsSergey Gorenko-78/+42
2022-01-05IB/iser: Remove deprecated pi_guard module paramMax Gurtovoy-5/+0
2021-08-11scsi: RDMA/iser: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche-1/+1
2021-07-20scsi: iser: Use scsi_get_sector() instead of scsi_get_lba()Bart Van Assche-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+2
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky-1/+1
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie-0/+1
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie-0/+1
2021-03-30RDMA/iser: struct iscsi_iser_task is declared twiceWan Jiabing-1/+0
2021-01-19IB/iser: Simplify prot_caps settingMax Gurtovoy-7/+14
2021-01-19IB/iser: Enforce iser_max_sectors to be greater than 0Max Gurtovoy-2/+3
2021-01-19IB/iser: Protect iscsi_max_lun module param using callbackMax Gurtovoy-7/+20
2021-01-19IB/iser: Remove unneeded semicolonsMax Gurtovoy-3/+2
2020-12-07RDMA/iser: Remove in_interrupt() usageSebastian Andrzej Siewior-17/+5
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab-1/+1
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-07-29IB/iser: use new shared CQ mechanismYamin Friedman-106/+29
2020-06-22RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis-0/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-06-02RDMA/iser: Remove support for FMR memory registrationIsrael Rukshin-372/+40
2020-03-26IB/iser: Always check sig MR before putting it to the free poolSergey Gorenko-3/+18
2020-01-03IB/iser: use true,false for bool variablezhengbin-2/+2
2019-10-22infiniband: fix ulp/iser/iser_initiator.c kernel-doc warningsrd.dunlab@gmail.com-0/+5
2019-10-22infiniband: fix ulp/iser/iser_verbs.c kernel-doc notationrd.dunlab@gmail.com-22/+38
2019-10-22infiniband: fix ulp/iser/iscsi_iser.h kernel-doc warningsrd.dunlab@gmail.com-7/+11
2019-10-22infiniband: fix ulp/iser/iscsi_iser.[hc] kernel-doc notationrd.dunlab@gmail.com-5/+5
2019-10-08RDMA/iser: Use iser_err instead of pr_err for loggingMax Gurtovoy-2/+2
2019-10-01IB/iser: remove redundant macro definitionsMax Gurtovoy-11/+7
2019-10-01IB/iser: bound protection_sg size by data_sg sizeMax Gurtovoy-0/+1
2019-10-01IB/iser: add unlikely checks in the fast pathMax Gurtovoy-3/+3
2019-09-13IB/iser: Support up to 16MB data transfer in a single commandSergey Gorenko-3/+4
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-28/+7