aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-26IB/iser: Support the remote invalidation exceptionJenny Derzhavetz4-3/+76
2015-12-24IB/iser: Change the increment rkey flow logicSagi Grimberg1-10/+10
2015-12-24IB/iser,isert: Create and use new shared headerSagi Grimberg3-43/+11
2015-12-24IB/iser: set intuitive values for mr_validJenny Derzhavetz2-6/+6
2015-12-24IB/iser: Don't register memory for all immediate data writesJenny Derzhavetz3-7/+14
2015-12-24IB/iser: Reuse ib_sg_to_pagesSagi Grimberg2-85/+25
2015-12-24IB/iser: Fix module init not cleaning up on error flowRoi Dayan1-3/+6
2015-12-24IB/iser: constify iser_reg_ops structureJulia Lawall2-3/+3
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford4-358/+294
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz4-31/+22
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cqDoug Ledford4-356/+292
2015-12-11IB/iser: Convert to CQ abstractionChristoph Hellwig4-283/+210
2015-12-11IB/iser: Use helper for container_ofSagi Grimberg3-6/+9
2015-12-11IB/iser: Use a dedicated descriptor for loginSagi Grimberg3-83/+89
2015-12-07IB/iser: use sector_div instead of do_divArnd Bergmann1-1/+1
2015-10-28IB/iser: Port to new fast registration APISagi Grimberg3-52/+28
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford3-42/+42
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-1/+1
2015-10-28IB/iser: Enable SG clusteringSagi Grimberg1-1/+1
2015-10-28IB/iser: set block queue_virt_boundarySagi Grimberg4-326/+18
2015-10-22IB/iser: Remove an unused variableBart Van Assche1-4/+0
2015-10-21IB/iser: fix a comment typoGeliang Tang1-1/+1
2015-10-08IB: split struct ib_send_wrChristoph Hellwig3-42/+42
2015-09-25IB/iser: Add module parameter for always register memorySagi Grimberg4-14/+31
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-1/+1
2015-08-30IB/iser: Use pd->local_dma_lkeyJason Gunthorpe4-5/+5
2015-08-30IB/iser: Chain all iser transaction send work requestsSagi Grimberg4-77/+99
2015-08-30IB/iser: Add debug prints to the various memory registration methodsSagi Grimberg1-1/+9
2015-08-30IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg5-7/+60
2015-08-30IB/iser: Pass registration pool a size parameterSagi Grimberg3-25/+36
2015-08-30IB/iser: Unify fast memory registration flowsSagi Grimberg3-131/+113
2015-08-30IB/iser: Make reg_desc_get a per device routineSagi Grimberg2-13/+41
2015-08-30IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmrSagi Grimberg1-8/+8
2015-08-30IB/iser: Maintain connection fmr_pool under a single registration descriptorAdir Lev3-54/+68
2015-08-30IB/iser: Introduce iser registration pool structSagi Grimberg3-59/+82
2015-08-30IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_descSagi Grimberg1-21/+17
2015-08-30IB/iser: Introduce iser_reg_opsSagi Grimberg4-45/+75
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 Grimberg3-14/+14
2015-08-30IB/iser: Introduce struct iser_reg_resourcesSagi Grimberg3-81/+91
2015-08-30IB/iser: Remove an unneeded print for unaligned memorySagi Grimberg1-11/+9
2015-08-30IB/iser: Remove a redundant always-false conditionSagi Grimberg1-6/+0
2015-08-30IB/iser: Fix possible bogus DMA unmappingSagi Grimberg2-4/+10
2015-08-30IB/iser: Get rid of un-maintained countersSagi Grimberg1-9/+3
2015-08-30IB/iser: Fix missing return status check in iser_send_data_outSagi Grimberg1-3/+5
2015-08-30IB/iser: Remove '.' from log messageSagi Grimberg1-1/+2
2015-08-30IB/iser: Change minor assignments and logging printsSagi Grimberg1-7/+4
2015-08-30IB/iser: Change some module parameters to be ROJenny Falkovich1-16/+15
2015-08-30IB/iser: Convert to ib_alloc_mrSagi Grimberg1-3/+4
2015-08-30IB: Modify ib_create_mr APISagi Grimberg1-4/+2