summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser/iser_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* IB/iser: Do not reduce max_sectorsSergey Gorenko2018-05-311-3/+18
* IB/{ipoib, iser}: Consistent print format of vendor errorAjaykumar Hotchandani2017-09-291-1/+1
* RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-241-4/+2
* IB/iser: Handle lack of memory management extentions correctlyMike Marciniszyn2017-07-111-2/+8
* RDMA/iser: Fix possible mr leak on device removal eventSagi Grimberg2017-03-241-3/+5
* IB/iser: Protect completion context active_qps updateMax Gurtovoy2017-02-191-0/+2
* IB/iser: remove unused variable from iser_conn structMax Gurtovoy2017-01-241-12/+1
* ib_iser: log the connection reject messageSteve Wise2016-12-141-1/+4
* IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig2016-09-231-19/+3
* IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
*-. Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2016-03-161-8/+15
|\ \
| | * iser: Accept arbitrary sg lists mapping if the device supports itSagi Grimberg2016-03-041-8/+15
| |/
* / IB/iser: Use ib_drain_sq()Steve Wise2016-02-291-13/+2
|/
* IB/iser: Support the remote invalidation exceptionJenny Derzhavetz2015-12-261-3/+15
* IB/iser,isert: Create and use new shared headerSagi Grimberg2015-12-241-4/+3
* IB/iser: set intuitive values for mr_validJenny Derzhavetz2015-12-241-2/+2
* Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-221-210/+64
|\
| * Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford2015-12-151-208/+62
| |\
| | * IB/iser: Convert to CQ abstractionChristoph Hellwig2015-12-111-201/+57
| | * IB/iser: Use helper for container_ofSagi Grimberg2015-12-111-4/+2
| | * IB/iser: Use a dedicated descriptor for loginSagi Grimberg2015-12-111-7/+7
* | | IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-22/+16
|/ /
* / IB/iser: use sector_div instead of do_divArnd Bergmann2015-12-071-1/+1
|/
* IB/iser: Port to new fast registration APISagi Grimberg2015-10-281-15/+1
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-1/+1
|\
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-1/+1
* | IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-1/+1
|/
* IB/iser: Add module parameter for always register memorySagi Grimberg2015-09-251-8/+13
* IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2015-08-301-1/+1
* IB/iser: Use pd->local_dma_lkeyJason Gunthorpe2015-08-301-1/+1
* IB/iser: Chain all iser transaction send work requestsSagi Grimberg2015-08-301-10/+11
* IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg2015-08-301-0/+27
* IB/iser: Pass registration pool a size parameterSagi Grimberg2015-08-301-21/+26
* IB/iser: Maintain connection fmr_pool under a single registration descriptorAdir Lev2015-08-301-20/+36
* IB/iser: Introduce iser registration pool structSagi Grimberg2015-08-301-25/+35
* IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_descSagi Grimberg2015-08-301-21/+17
* IB/iser: Introduce iser_reg_opsSagi Grimberg2015-08-301-23/+7
* IB/iser: Remove dead code in fmr_pool alloc/freeSagi Grimberg2015-08-301-16/+10
* IB/iser: Rename struct fast_reg_descriptor -> iser_fr_descSagi Grimberg2015-08-301-5/+5
* IB/iser: Introduce struct iser_reg_resourcesSagi Grimberg2015-08-301-44/+57
* IB/iser: Convert to ib_alloc_mrSagi Grimberg2015-08-301-3/+4
* IB: Modify ib_create_mr APISagi Grimberg2015-08-301-4/+2
* IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg2015-08-301-1/+1
* IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-1/+4
* IB/iser: Align to generic logging helpersSagi Grimberg2015-05-181-10/+18
* IB/iser: Move PI context alloc/free to routinesSagi Grimberg2015-04-151-55/+63
* IB/iser: Get rid of struct iser_rdma_regdSagi Grimberg2015-04-151-1/+1
* IB/iser: Move memory reg/dereg routines to iser_memory.cSagi Grimberg2015-04-151-87/+0
* IB/iser: Handle fastreg/local_inv completion errorsSagi Grimberg2015-04-151-5/+6
* IB/iser: Fix unload during ep_poll wrong dereferenceSagi Grimberg2015-04-151-1/+1