aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser/iser_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-28IB/iser: Port to new fast registration APISagi Grimberg1-15/+1
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-1/+1
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-1/+1
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-1/+1
2015-09-25IB/iser: Add module parameter for always register memorySagi Grimberg1-8/+13
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-1/+1
2015-08-30IB/iser: Use pd->local_dma_lkeyJason Gunthorpe1-1/+1
2015-08-30IB/iser: Chain all iser transaction send work requestsSagi Grimberg1-10/+11
2015-08-30IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg1-0/+27
2015-08-30IB/iser: Pass registration pool a size parameterSagi Grimberg1-21/+26
2015-08-30IB/iser: Maintain connection fmr_pool under a single registration descriptorAdir Lev1-20/+36
2015-08-30IB/iser: Introduce iser registration pool structSagi Grimberg1-25/+35
2015-08-30IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_descSagi Grimberg1-21/+17
2015-08-30IB/iser: Introduce iser_reg_opsSagi Grimberg1-23/+7
2015-08-30IB/iser: Remove dead code in fmr_pool alloc/freeSagi Grimberg1-16/+10
2015-08-30IB/iser: Rename struct fast_reg_descriptor -> iser_fr_descSagi Grimberg1-5/+5
2015-08-30IB/iser: Introduce struct iser_reg_resourcesSagi Grimberg1-44/+57
2015-08-30IB/iser: Convert to ib_alloc_mrSagi Grimberg1-3/+4
2015-08-30IB: Modify ib_create_mr APISagi Grimberg1-4/+2
2015-08-30IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg1-1/+1
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-1/+4
2015-05-18IB/iser: Align to generic logging helpersSagi Grimberg1-10/+18
2015-04-15IB/iser: Move PI context alloc/free to routinesSagi Grimberg1-55/+63
2015-04-15IB/iser: Get rid of struct iser_rdma_regdSagi Grimberg1-1/+1
2015-04-15IB/iser: Move memory reg/dereg routines to iser_memory.cSagi Grimberg1-87/+0
2015-04-15IB/iser: Handle fastreg/local_inv completion errorsSagi Grimberg1-5/+6
2015-04-15IB/iser: Fix unload during ep_poll wrong dereferenceSagi Grimberg1-1/+1
2015-02-17IB/iser: Release the iscsi endpoint if ep_disconnect wasn't calledAriel Nahum1-0/+2