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