summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/iser
AgeCommit message (Expand)Author
2017-07-27IB/iser: Fix connection teardown race conditionVladimir Neyelov
2017-02-01IB/iser: Fix sg_tablesize calculationMax Gurtovoy
2016-09-23IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig
2016-05-05IB/iser: Fix max_sectors calculationChristoph Hellwig
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford
2016-03-04iser: Accept arbitrary sg lists mapping if the device supports itSagi Grimberg
2016-02-29IB/iser: Use ib_drain_sq()Steve Wise
2015-12-26IB/iser: Support the remote invalidation exceptionJenny Derzhavetz
2015-12-24IB/iser: Change the increment rkey flow logicSagi Grimberg
2015-12-24IB/iser,isert: Create and use new shared headerSagi Grimberg
2015-12-24IB/iser: set intuitive values for mr_validJenny Derzhavetz
2015-12-24IB/iser: Don't register memory for all immediate data writesJenny Derzhavetz
2015-12-24IB/iser: Reuse ib_sg_to_pagesSagi Grimberg
2015-12-24IB/iser: Fix module init not cleaning up on error flowRoi Dayan
2015-12-24IB/iser: constify iser_reg_ops structureJulia Lawall
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford
2015-12-11IB/iser: Convert to CQ abstractionChristoph Hellwig
2015-12-11IB/iser: Use helper for container_ofSagi Grimberg
2015-12-11IB/iser: Use a dedicated descriptor for loginSagi Grimberg
2015-12-07IB/iser: use sector_div instead of do_divArnd Bergmann
2015-10-28IB/iser: Port to new fast registration APISagi Grimberg
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro
2015-10-28IB/iser: Enable SG clusteringSagi Grimberg
2015-10-28IB/iser: set block queue_virt_boundarySagi Grimberg
2015-10-22IB/iser: Remove an unused variableBart Van Assche
2015-10-21IB/iser: fix a comment typoGeliang Tang
2015-10-08IB: split struct ib_send_wrChristoph Hellwig
2015-09-25IB/iser: Add module parameter for always register memorySagi Grimberg
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe
2015-08-30IB/iser: Use pd->local_dma_lkeyJason Gunthorpe
2015-08-30IB/iser: Chain all iser transaction send work requestsSagi Grimberg
2015-08-30IB/iser: Add debug prints to the various memory registration methodsSagi Grimberg
2015-08-30IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg
2015-08-30IB/iser: Pass registration pool a size parameterSagi Grimberg
2015-08-30IB/iser: Unify fast memory registration flowsSagi Grimberg
2015-08-30IB/iser: Make reg_desc_get a per device routineSagi Grimberg
2015-08-30IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmrSagi Grimberg
2015-08-30IB/iser: Maintain connection fmr_pool under a single registration descriptorAdir Lev
2015-08-30IB/iser: Introduce iser registration pool structSagi Grimberg
2015-08-30IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_descSagi Grimberg
2015-08-30IB/iser: Introduce iser_reg_opsSagi Grimberg
2015-08-30IB/iser: Remove dead code in fmr_pool alloc/freeSagi Grimberg
2015-08-30IB/iser: Rename struct fast_reg_descriptor -> iser_fr_descSagi Grimberg
2015-08-30IB/iser: Introduce struct iser_reg_resourcesSagi Grimberg