aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-28IB/iser: Fix possible NULL deref at iser_inv_desc()Israel Rukshin1-5/+13
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe1-4/+5
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-1/+1
2018-07-30IB/iser: Inline two work request conversion functionsBart Van Assche1-2/+3
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy1-1/+1
2018-07-24IB/iser: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-7/+7
2018-07-09IB/iser: Remove set-but-not-used variablesBart Van Assche1-4/+0
2018-06-29IB/iser: set can_queue earlier to allow setting higher queue depthSagi Grimberg1-9/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-06-04IB/iser: use T10-PI check mask definitions from core layerMax Gurtovoy2-6/+2
2018-05-31IB/iser: Do not reduce max_sectorsSergey Gorenko4-11/+26
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-28IB/iser: Combine substrings for three messagesMarkus Elfring1-6/+4
2018-01-28IB/iser: Delete an unnecessary variable initialisation in iser_send_data_out()Markus Elfring1-1/+1
2018-01-28IB/iser: Delete an error message for a failed memory allocation in iser_send_data_out()Markus Elfring1-3/+1
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford1-1/+1
2017-09-29IB/{ipoib, iser}: Consistent print format of vendor errorAjaykumar Hotchandani1-1/+1
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit1-1/+1
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky1-4/+2
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-07-20RDMA/iser: don't send an rkey if all data is written as immadiate-dataSagi Grimberg1-2/+4
2017-07-17IB/iser: Fix connection teardown race conditionVladimir Neyelov1-0/+11
2017-07-11IB/iser: Handle lack of memory management extentions correctlyMike Marciniszyn1-2/+8
2017-04-25IB/iser: fix spelling mistake: "unexepected" -> "unexpected"Colin Ian King1-1/+1
2017-03-24RDMA/iser: Fix possible mr leak on device removal eventSagi Grimberg2-3/+7
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+2
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2017-02-19IB/iser: Protect completion context active_qps updateMax Gurtovoy1-0/+2
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2017-01-24IB/iser: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2017-01-24IB/iser: remove unused variable from iser_conn structMax Gurtovoy3-14/+5
2017-01-24IB/iser: Fix sg_tablesize calculationMax Gurtovoy1-7/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14ib_iser: log the connection reject messageSteve Wise1-1/+4
2016-09-23IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig3-21/+8
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche1-2/+2
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-2/+2
2016-05-05IB/iser: Fix max_sectors calculationChristoph Hellwig1-4/+10
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2-9/+25
2016-03-04iser: Accept arbitrary sg lists mapping if the device supports itSagi Grimberg2-9/+25
2016-02-29IB/iser: Use ib_drain_sq()Steve Wise3-27/+2
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