summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/isert (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/isert: Do not excplicitly check == false for boolZou Wei2020-11-121-1/+1
* IB/isert: add module param to set sg_tablesize for IO cmdMax Gurtovoy2020-10-282-1/+32
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-182-56/+78
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-09-112-56/+78
| |\
| | * IB/isert: Fix unaligned immediate-data handlingSagi Grimberg2020-09-092-56/+78
* | | Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-311-5/+5
|\| |
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-5/+5
| |/
* / IB/isert: remove duplicated error printsMax Gurtovoy2020-08-181-12/+3
|/
* IB/isert: use new shared CQ mechanismYamin Friedman2020-07-292-153/+34
* IB/isert: allocate RW ctxs according to max IO sizeMax Gurtovoy2020-07-162-3/+6
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-1/+1
* RDMA/cma: Provide ECE reject reasonLeon Romanovsky2020-05-271-2/+3
* scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche2020-02-141-0/+12
* scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche2020-01-211-12/+0
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-293-9/+3
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* | RDMA/rw: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin2019-06-241-2/+2
* | RDMA/core: Rename signature qp create flag and signature device capabilityIsrael Rukshin2019-06-241-2/+2
* | IB/isert: Remove unused sig_attrs argumentIsrael Rukshin2019-05-211-6/+5
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-101-1/+1
|\
| * scsi: target/iscsi: Fix spelling of "unsolicited"Bart Van Assche2019-02-051-1/+1
* | infiniband: remove unneeded header search pathsMasahiro Yamada2019-01-251-1/+0
|/
* RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* IB/isert: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-12/+9
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-2/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+3
* IB/isert: use T10-PI check mask definitions from core layerMax Gurtovoy2018-06-041-4/+7
* IB/isert: fix T10-pi check mask settingMax Gurtovoy2018-06-041-1/+1
* IB/isert: Fix for lib/dma_debug check_sync warningAlex Estrin2018-05-241-9/+17
* Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-301-0/+1
|\
| * iser-target: Fix possible use-after-free in connection establishment errorSagi Grimberg2018-01-101-0/+1
* | iser-target: avoid reinitializing rdma contexts for isert commandsBharat Potnuri2017-12-192-0/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-151-7/+7
|\
| * RDMA/isert: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-151-7/+7
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
* iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_doneNicholas Bellinger2017-07-071-1/+1
* iser-target: avoid posting a recv buffer twiceSagi Grimberg2017-03-312-1/+14
* iser-target: Fix queue-full response handlingNicholas Bellinger2017-03-311-18/+35
* IB/isert: fix spelling mistake: "teminating" -> "terminating"Colin Ian King2017-01-241-1/+1
*---. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-141-0/+8
|\ \ \
| | | * ib_isert: log the connection reject messageSteve Wise2016-12-141-0/+2
| | |/
| * / IB/isert: do not ignore errors in dma_map_single()Alexey Khoroshilov2016-12-141-0/+6
| |/
* / IB/isert: Remove and fix debug prints after allocation failureLeon Romanovsky2016-12-031-17/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-101-1/+1
|\
| * IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* | IB/isert: Properly release resources on DEVICE_REMOVALRaju Rangoju2016-09-022-3/+22
* | IB/isert: fix error return code in isert_alloc_login_buf()Wei Yongjun2016-08-221-1/+1
|/
* IB/isert: Remove an unused member variableBart Van Assche2016-08-022-3/+0