summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser
Commit message (Expand)AuthorAgeFilesLines
* IB/iser: fix spelling mistake: "unexepected" -> "unexpected"Colin Ian King2017-04-251-1/+1
* RDMA/iser: Fix possible mr leak on device removal eventSagi Grimberg2017-03-252-3/+7
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/iser: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-0/+2
|\ \
| * | IB/iser: Protect completion context active_qps updateMax Gurtovoy2017-02-191-0/+2
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-0/+1
|\ \ \ | |/ / |/| |
| * | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-071-0/+1
| |/
* | IB/iser: remove unused variable from iser_conn structMax Gurtovoy2017-01-243-14/+5Star
* | IB/iser: Fix sg_tablesize calculationMax Gurtovoy2017-01-241-7/+0Star
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ib_iser: log the connection reject messageSteve Wise2016-12-141-1/+4
* IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig2016-09-233-21/+8Star
* IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-131-2/+2
* IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-2/+2
* IB/iser: Fix max_sectors calculationChristoph Hellwig2016-05-051-4/+10
*-. Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2016-03-162-9/+25
|\ \
| | * iser: Accept arbitrary sg lists mapping if the device supports itSagi Grimberg2016-03-042-9/+25
| |/
* / IB/iser: Use ib_drain_sq()Steve Wise2016-02-293-27/+2Star
|/
* IB/iser: Support the remote invalidation exceptionJenny Derzhavetz2015-12-274-3/+76
* IB/iser: Change the increment rkey flow logicSagi Grimberg2015-12-241-10/+10
* IB/iser,isert: Create and use new shared headerSagi Grimberg2015-12-243-43/+11Star
* IB/iser: set intuitive values for mr_validJenny Derzhavetz2015-12-242-6/+6
* IB/iser: Don't register memory for all immediate data writesJenny Derzhavetz2015-12-243-7/+14
* IB/iser: Reuse ib_sg_to_pagesSagi Grimberg2015-12-242-85/+25Star
* IB/iser: Fix module init not cleaning up on error flowRoi Dayan2015-12-241-3/+6
* IB/iser: constify iser_reg_ops structureJulia Lawall2015-12-242-3/+3
* Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-224-358/+294Star
|\
| * Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford2015-12-154-356/+292Star
| |\
| | * IB/iser: Convert to CQ abstractionChristoph Hellwig2015-12-114-283/+210Star
| | * IB/iser: Use helper for container_ofSagi Grimberg2015-12-113-6/+9
| | * IB/iser: Use a dedicated descriptor for loginSagi Grimberg2015-12-113-83/+89
* | | IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2015-12-224-31/+22Star
|/ /
* / IB/iser: use sector_div instead of do_divArnd Bergmann2015-12-071-1/+1
|/
* IB/iser: Port to new fast registration APISagi Grimberg2015-10-293-52/+28Star
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-293-42/+42
|\
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-083-42/+42
* | IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-1/+1
* | IB/iser: Enable SG clusteringSagi Grimberg2015-10-281-1/+1
* | IB/iser: set block queue_virt_boundarySagi Grimberg2015-10-284-326/+18Star
* | IB/iser: Remove an unused variableBart Van Assche2015-10-231-4/+0Star
* | IB/iser: fix a comment typoGeliang Tang2015-10-211-1/+1
|/
* IB/iser: Add module parameter for always register memorySagi Grimberg2015-09-254-14/+31
* IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2015-08-311-1/+1
* IB/iser: Use pd->local_dma_lkeyJason Gunthorpe2015-08-314-5/+5
* IB/iser: Chain all iser transaction send work requestsSagi Grimberg2015-08-314-77/+99
* IB/iser: Add debug prints to the various memory registration methodsSagi Grimberg2015-08-311-1/+9
* IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg2015-08-315-7/+60
* IB/iser: Pass registration pool a size parameterSagi Grimberg2015-08-313-25/+36