aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser/iser_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-24IB/iser: Drain the entire QP during destruction flowMax Gurtovoy1-2/+4
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-4/+4
2022-03-18IB/iser: Use iser_fr_desc as registration contextMax Gurtovoy1-1/+1
2022-01-28RDMA/iser: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-01-06IB/iser: Align coding style across driverMax Gurtovoy1-29/+25
2022-01-05IB/iser: Remove un-needed casting to/from void pointerMax Gurtovoy1-9/+8
2022-01-05IB/iser: Don't suppress send completionsMax Gurtovoy1-4/+2
2022-01-05IB/iser: Rename ib_ret local variableMax Gurtovoy1-15/+15
2022-01-05IB/iser: Fix RNR errorsSergey Gorenko1-29/+12
2021-07-20scsi: iser: Use scsi_get_sector() instead of scsi_get_lba()Bart Van Assche1-1/+1
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky1-1/+1
2021-01-19IB/iser: Remove unneeded semicolonsMax Gurtovoy1-1/+1
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-29IB/iser: use new shared CQ mechanismYamin Friedman1-87/+25
2020-06-02RDMA/iser: Remove support for FMR memory registrationIsrael Rukshin1-111/+15
2020-01-03IB/iser: use true,false for bool variablezhengbin1-1/+1
2019-10-22infiniband: fix ulp/iser/iser_verbs.c kernel-doc notationrd.dunlab@gmail.com1-22/+38
2019-10-08RDMA/iser: Use iser_err instead of pr_err for loggingMax Gurtovoy1-2/+2
2019-10-01IB/iser: remove redundant macro definitionsMax Gurtovoy1-2/+2
2019-10-01IB/iser: add unlikely checks in the fast pathMax Gurtovoy1-2/+2
2019-06-24RDMA/core: Rename signature qp create flag and signature device capabilityIsrael Rukshin1-2/+2
2019-06-24IB/iser: Unwind WR union at iser_tx_descIsrael Rukshin1-2/+10
2019-06-24IB/iser: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin1-95/+45
2018-11-21iser: set sector for ambiguous mr status errorsSagi Grimberg1-4/+3
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe1-4/+5
2018-07-24IB/iser: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-7/+7
2018-05-31IB/iser: Do not reduce max_sectorsSergey Gorenko1-3/+18
2017-09-29IB/{ipoib, iser}: Consistent print format of vendor errorAjaykumar Hotchandani1-1/+1
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky1-4/+2
2017-07-11IB/iser: Handle lack of memory management extentions correctlyMike Marciniszyn1-2/+8
2017-03-24RDMA/iser: Fix possible mr leak on device removal eventSagi Grimberg1-3/+5
2017-02-19IB/iser: Protect completion context active_qps updateMax Gurtovoy1-0/+2
2017-01-24IB/iser: remove unused variable from iser_conn structMax Gurtovoy1-12/+1
2016-12-14ib_iser: log the connection reject messageSteve Wise1-1/+4
2016-09-23IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig1-19/+3
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford1-8/+15
2016-03-04iser: Accept arbitrary sg lists mapping if the device supports itSagi Grimberg1-8/+15
2016-02-29IB/iser: Use ib_drain_sq()Steve Wise1-13/+2
2015-12-26IB/iser: Support the remote invalidation exceptionJenny Derzhavetz1-3/+15
2015-12-24IB/iser,isert: Create and use new shared headerSagi Grimberg1-4/+3
2015-12-24IB/iser: set intuitive values for mr_validJenny Derzhavetz1-2/+2
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford1-210/+64
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz1-22/+16
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cqDoug Ledford1-208/+62
2015-12-11IB/iser: Convert to CQ abstractionChristoph Hellwig1-201/+57
2015-12-11IB/iser: Use helper for container_ofSagi Grimberg1-4/+2
2015-12-11IB/iser: Use a dedicated descriptor for loginSagi Grimberg1-7/+7
2015-12-07IB/iser: use sector_div instead of do_divArnd Bergmann1-1/+1