aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/isert (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+11
2016-05-16iscsi-target: Convert transport drivers to signal rdma_shutdownNicholas Bellinger1-0/+1
2016-05-13IB/isert: convert to the generic RDMA READ/WRITE APIChristoph Hellwig2-825/+85
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-1/+1
2016-05-09iscsi-target: add void (*iscsit_get_rx_pdu)()Varun Prakash1-0/+10
2016-03-30iser-target: Use ib_drain_qpSagi Grimberg2-37/+4
2016-03-10iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_descChristoph Hellwig2-9/+8
2016-03-10iser-target: Kill struct isert_rdma_wrChristoph Hellwig2-130/+119
2016-03-10iser-target: Convert to new CQ APIChristoph Hellwig2-243/+184
2016-03-10iser-target: Split and properly type the login bufferChristoph Hellwig2-30/+29
2016-03-10iser-target: Remove ISER_RECV_DATA_SEG_LENChristoph Hellwig2-10/+8
2016-03-10iser-target: Remove impossible condition from isert_wait_connJenny Derzhavetz1-8/+0
2016-03-10iser-target: Remove redundant wait in release_connJenny Derzhavetz2-8/+0
2016-03-10iser-target: Rework connection terminationJenny Derzhavetz2-56/+52
2016-03-10iser-target: Separate flows for np listeners and connections cma eventsJenny Derzhavetz1-6/+5
2016-03-10iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz2-2/+6
2016-03-10iser-target: Fix identification of login rx descriptor typeJenny Derzhavetz1-1/+2
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-100/+106
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+5
2016-01-07iser-target: Fix non negative ERR_PTR isert_device_get usageNicholas Bellinger1-2/+5
2015-12-24IB/isert: Support the remote invalidation exceptionJenny Derzhavetz2-7/+41
2015-12-24IB/isert: Declare correct flags when accepting a connectionJenny Derzhavetz1-0/+6
2015-12-24IB/isert: Remove unused file iser_proto.hSagi Grimberg3-32/+32
2015-12-24IB/iser,isert: Create and use new shared headerSagi Grimberg3-31/+17
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2-34/+14
2015-12-08iser-target: Remove explicit mlx4 work-aroundSagi Grimberg1-10/+3
2015-10-28iser-target: Port to new memory registration APISagi Grimberg2-104/+28
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2-81/+81
2015-10-28Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-cleanupDoug Ledford2-81/+81
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-1/+1
2015-10-22iser-target: Remove an unused variableBart Van Assche1-3/+2
2015-10-08IB: split struct ib_send_wrChristoph Hellwig2-81/+81
2015-09-15iser-target: Skip data copy if all the command data comes as immediateJenny Derzhavetz2-8/+19
2015-09-15iser-target: Change the recv buffers posting logicJenny Derzhavetz2-48/+67
2015-09-15iser-target: Fix pending connections handling in target stack shutdown sequnceJenny Derzhavetz2-31/+40
2015-09-15iser-target: Remove np_ prefix from isert_np membersJenny Derzhavetz2-33/+33
2015-09-15iser-target: Remove unused variablesJenny Derzhavetz2-6/+0
2015-09-15iser-target: Put the reference on commands waiting for unsol dataJenny Derzhavetz1-1/+37
2015-09-15iser-target: remove command with state ISTATE_REMOVEJenny Derzhavetz1-1/+8
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-25/+4
2015-08-30iser-target: Remove ib_get_dma_mr callsJason Gunthorpe2-23/+11
2015-08-30iser-target: Convert to ib_alloc_mrSagi Grimberg1-2/+4
2015-08-30IB: Modify ib_create_mr APISagi Grimberg1-5/+1
2015-08-30IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg1-1/+1
2015-08-26target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover1-2/+2
2015-08-26target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover1-19/+2
2015-08-26target/iscsi: Keep local_ip as the actual sockaddrAndy Grover1-6/+2
2015-07-24iser-target: Fix REJECT CM event use-after-free OOPsNicholas Bellinger1-5/+11
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+3
2015-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-7/+17