aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser/iser_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-17IB/iser: Fix memory regions possible leakSagi Grimberg1-11/+14
2014-12-15IB/iser: Micro-optimize iser_handle_wcSagi Grimberg1-1/+1
2014-12-15IB/iser: Use more completion queuesSagi Grimberg1-1/+11
2014-12-15IB/iser: Remove redundant is_mr indicatorSagi Grimberg1-4/+2
2014-12-15IB/iser: Fix sparse warningsSagi Grimberg1-7/+8
2014-12-15IB/iser: Decrement CQ's active QPs accounting when QP creation failsSagi Grimberg1-0/+4
2014-12-15IB/iser: Collapse cleanup and disconnect handlersAriel Nahum1-8/+11
2014-12-15IB/iser: Fix catastrophic error flow hangSagi Grimberg1-1/+3
2014-12-15IB/iser: Re-adjust CQ and QP send ring sizes to HW limitsMinh Tran1-5/+24
2014-10-09IB/iser: Suppress scsi command send completionsSagi Grimberg1-2/+3
2014-10-09IB/iser: Optimize completion pollingSagi Grimberg1-5/+7
2014-10-09IB/iser: Use beacon to indicate all completions were consumedSagi Grimberg1-14/+18