summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/isert
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0Star
* iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_doneNicholas Bellinger2017-07-071-1/+1
* iser-target: avoid posting a recv buffer twiceSagi Grimberg2017-03-312-1/+14
* iser-target: Fix queue-full response handlingNicholas Bellinger2017-03-311-18/+35
* IB/isert: fix spelling mistake: "teminating" -> "terminating"Colin Ian King2017-01-241-1/+1
*---. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-141-0/+8
|\ \ \
| | | * ib_isert: log the connection reject messageSteve Wise2016-12-141-0/+2
| | |/
| * / IB/isert: do not ignore errors in dma_map_single()Alexey Khoroshilov2016-12-141-0/+6
| |/
* / IB/isert: Remove and fix debug prints after allocation failureLeon Romanovsky2016-12-031-17/+6Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-101-1/+1
|\
| * IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* | IB/isert: Properly release resources on DEVICE_REMOVALRaju Rangoju2016-09-022-3/+22
* | IB/isert: fix error return code in isert_alloc_login_buf()Wei Yongjun2016-08-221-1/+1
|/
* IB/isert: Remove an unused member variableBart Van Assche2016-08-022-3/+0Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-281-0/+11
|\
| * iscsi-target: Convert transport drivers to signal rdma_shutdownNicholas Bellinger2016-05-171-0/+1
| * iscsi-target: add void (*iscsit_get_rx_pdu)()Varun Prakash2016-05-101-0/+10
* | IB/isert: convert to the generic RDMA READ/WRITE APIChristoph Hellwig2016-05-132-825/+85Star
* | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-1/+1
|/
* iser-target: Use ib_drain_qpSagi Grimberg2016-03-312-37/+4Star
* iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_descChristoph Hellwig2016-03-112-9/+8Star
* iser-target: Kill struct isert_rdma_wrChristoph Hellwig2016-03-112-130/+119Star
* iser-target: Convert to new CQ APIChristoph Hellwig2016-03-112-243/+184Star
* iser-target: Split and properly type the login bufferChristoph Hellwig2016-03-112-30/+29Star
* iser-target: Remove ISER_RECV_DATA_SEG_LENChristoph Hellwig2016-03-112-10/+8Star
* iser-target: Remove impossible condition from isert_wait_connJenny Derzhavetz2016-03-111-8/+0Star
* iser-target: Remove redundant wait in release_connJenny Derzhavetz2016-03-112-8/+0Star
* iser-target: Rework connection terminationJenny Derzhavetz2016-03-112-56/+52Star
* iser-target: Separate flows for np listeners and connections cma eventsJenny Derzhavetz2016-03-111-6/+5Star
* iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz2016-03-112-2/+6
* iser-target: Fix identification of login rx descriptor typeJenny Derzhavetz2016-03-111-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-243-100/+106
|\
| * IB/isert: Support the remote invalidation exceptionJenny Derzhavetz2015-12-242-7/+41
| * IB/isert: Declare correct flags when accepting a connectionJenny Derzhavetz2015-12-241-0/+6
| * IB/isert: Remove unused file iser_proto.hSagi Grimberg2015-12-243-32/+32
| * IB/iser,isert: Create and use new shared headerSagi Grimberg2015-12-243-31/+17Star
| * IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2015-12-222-34/+14Star
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-211-2/+5
|\ \ | |/ |/|
| * iser-target: Fix non negative ERR_PTR isert_device_get usageNicholas Bellinger2016-01-071-2/+5
* | iser-target: Remove explicit mlx4 work-aroundSagi Grimberg2015-12-081-10/+3Star
|/
* iser-target: Port to new memory registration APISagi Grimberg2015-10-292-104/+28Star
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-292-81/+81
|\
| * Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-c...Doug Ledford2015-10-292-81/+81
| |\
| | * IB: split struct ib_send_wrChristoph Hellwig2015-10-082-81/+81
* | | IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-1/+1
* | | iser-target: Remove an unused variableBart Van Assche2015-10-231-3/+2Star
|/ /
* | iser-target: Skip data copy if all the command data comes as immediateJenny Derzhavetz2015-09-162-8/+19
* | iser-target: Change the recv buffers posting logicJenny Derzhavetz2015-09-162-48/+67
* | iser-target: Fix pending connections handling in target stack shutdown sequnceJenny Derzhavetz2015-09-162-31/+40