aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/iser
AgeCommit message (Expand)AuthorFilesLines
2017-10-18Merge branch 'for-next-early' into for-nextGravatar Doug Ledford 1-1/+1
2017-09-29IB/{ipoib, iser}: Consistent print format of vendor errorGravatar Ajaykumar Hotchandani 1-1/+1
2017-09-25IB: Correct MR length field to be 64-bitGravatar Parav Pandit 1-1/+1
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidGravatar Leon Romanovsky 1-4/+2
2017-07-24RDMA: Remove useless MODULE_VERSIONGravatar Leon Romanovsky 1-1/+0
2017-07-20RDMA/iser: don't send an rkey if all data is written as immadiate-dataGravatar Sagi Grimberg 1-2/+4
2017-07-17IB/iser: Fix connection teardown race conditionGravatar Vladimir Neyelov 1-0/+11
2017-07-11IB/iser: Handle lack of memory management extentions correctlyGravatar Mike Marciniszyn 1-2/+8
2017-04-25IB/iser: fix spelling mistake: "unexepected" -> "unexpected"Gravatar Colin Ian King 1-1/+1
2017-03-24RDMA/iser: Fix possible mr leak on device removal eventGravatar Sagi Grimberg 2-3/+7
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-0/+2
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+1
2017-02-19IB/iser: Protect completion context active_qps updateGravatar Max Gurtovoy 1-0/+2
2017-02-06scsi: remove eh_timed_out methods in the transport templateGravatar Christoph Hellwig 1-0/+1
2017-01-24IB/iser: Switch from dma_device to dev.parentGravatar Bart Van Assche 1-1/+1
2017-01-24IB/iser: remove unused variable from iser_conn structGravatar Max Gurtovoy 3-14/+5
2017-01-24IB/iser: Fix sg_tablesize calculationGravatar Max Gurtovoy 1-7/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-14ib_iser: log the connection reject messageGravatar Steve Wise 1-1/+4
2016-09-23IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYGravatar Christoph Hellwig 3-21/+8
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdGravatar Christoph Hellwig 1-1/+1
2016-05-13IB/core: Enhance ib_map_mr_sg()Gravatar Bart Van Assche 1-2/+2
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgGravatar Christoph Hellwig 1-2/+2
2016-05-05IB/iser: Fix max_sectors calculationGravatar Christoph Hellwig 1-4/+10
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Gravatar Doug Ledford 2-9/+25
2016-03-04iser: Accept arbitrary sg lists mapping if the device supports itGravatar Sagi Grimberg 2-9/+25
2016-02-29IB/iser: Use ib_drain_sq()Gravatar Steve Wise 3-27/+2
2015-12-26IB/iser: Support the remote invalidation exceptionGravatar Jenny Derzhavetz 4-3/+76
2015-12-24IB/iser: Change the increment rkey flow logicGravatar Sagi Grimberg 1-10/+10
2015-12-24IB/iser,isert: Create and use new shared headerGravatar Sagi Grimberg 3-43/+11
2015-12-24IB/iser: set intuitive values for mr_validGravatar Jenny Derzhavetz 2-6/+6
2015-12-24IB/iser: Don't register memory for all immediate data writesGravatar Jenny Derzhavetz 3-7/+14
2015-12-24IB/iser: Reuse ib_sg_to_pagesGravatar Sagi Grimberg 2-85/+25
2015-12-24IB/iser: Fix module init not cleaning up on error flowGravatar Roi Dayan 1-3/+6
2015-12-24IB/iser: constify iser_reg_ops structureGravatar Julia Lawall 2-3/+3
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Gravatar Doug Ledford 4-358/+294
2015-12-22IB/ulps: Avoid calling ib_query_deviceGravatar Or Gerlitz 4-31/+22
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Gravatar Doug Ledford 4-356/+292
2015-12-11IB/iser: Convert to CQ abstractionGravatar Christoph Hellwig 4-283/+210
2015-12-11IB/iser: Use helper for container_ofGravatar Sagi Grimberg 3-6/+9
2015-12-11IB/iser: Use a dedicated descriptor for loginGravatar Sagi Grimberg 3-83/+89
2015-12-07IB/iser: use sector_div instead of do_divGravatar Arnd Bergmann 1-1/+1
2015-10-28IB/iser: Port to new fast registration APIGravatar Sagi Grimberg 3-52/+28
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Gravatar Doug Ledford 3-42/+42
2015-10-28IB/cma: Add support for network namespacesGravatar Guy Shapiro 1-1/+1
2015-10-28IB/iser: Enable SG clusteringGravatar Sagi Grimberg 1-1/+1
2015-10-28IB/iser: set block queue_virt_boundaryGravatar Sagi Grimberg 4-326/+18
2015-10-22IB/iser: Remove an unused variableGravatar Bart Van Assche 1-4/+0
2015-10-21IB/iser: fix a comment typoGravatar Geliang Tang 1-1/+1