summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/isert/ib_isert.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-0/+1
| * iscsi-target: add void (*iscsit_get_rx_pdu)()Varun Prakash2016-05-091-0/+10
* | IB/isert: convert to the generic RDMA READ/WRITE APIChristoph Hellwig2016-05-131-759/+82
* | 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-301-35/+4
* iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_descChristoph Hellwig2016-03-101-8/+3
* iser-target: Kill struct isert_rdma_wrChristoph Hellwig2016-03-101-112/+107
* iser-target: Convert to new CQ APIChristoph Hellwig2016-03-101-236/+169
* iser-target: Split and properly type the login bufferChristoph Hellwig2016-03-101-28/+28
* iser-target: Remove ISER_RECV_DATA_SEG_LENChristoph Hellwig2016-03-101-5/+5
* iser-target: Remove impossible condition from isert_wait_connJenny Derzhavetz2016-03-101-8/+0
* iser-target: Remove redundant wait in release_connJenny Derzhavetz2016-03-101-7/+0
* iser-target: Rework connection terminationJenny Derzhavetz2016-03-101-55/+52
* iser-target: Separate flows for np listeners and connections cma eventsJenny Derzhavetz2016-03-101-6/+5
* iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz2016-03-101-2/+5
* iser-target: Fix identification of login rx descriptor typeJenny Derzhavetz2016-03-101-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-231-50/+68
|\
| * IB/isert: Support the remote invalidation exceptionJenny Derzhavetz2015-12-241-7/+39
| * IB/isert: Declare correct flags when accepting a connectionJenny Derzhavetz2015-12-241-0/+6
| * IB/isert: Remove unused file iser_proto.hSagi Grimberg2015-12-241-1/+0
| * IB/iser,isert: Create and use new shared headerSagi Grimberg2015-12-241-11/+11
| * IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-33/+14
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-201-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/+3
|/
* iser-target: Port to new memory registration APISagi Grimberg2015-10-281-102/+28
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-78/+78
|\
| * Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-c...Doug Ledford2015-10-281-78/+78
| |\
| | * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-78/+78
* | | IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-1/+1
* | | iser-target: Remove an unused variableBart Van Assche2015-10-221-3/+2
|/ /
* | iser-target: Skip data copy if all the command data comes as immediateJenny Derzhavetz2015-09-151-8/+18
* | iser-target: Change the recv buffers posting logicJenny Derzhavetz2015-09-151-46/+65
* | iser-target: Fix pending connections handling in target stack shutdown sequnceJenny Derzhavetz2015-09-151-29/+37
* | iser-target: Remove np_ prefix from isert_np membersJenny Derzhavetz2015-09-151-29/+29
* | iser-target: Remove unused variablesJenny Derzhavetz2015-09-151-1/+0
* | iser-target: Put the reference on commands waiting for unsol dataJenny Derzhavetz2015-09-151-1/+37
* | iser-target: remove command with state ISTATE_REMOVEJenny Derzhavetz2015-09-151-1/+8
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-09-111-25/+4
|\
| * target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover2015-08-261-2/+2
| * target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover2015-08-261-19/+2
| * target/iscsi: Keep local_ip as the actual sockaddrAndy Grover2015-08-261-6/+2
* | iser-target: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-301-22/+11
* | iser-target: Convert to ib_alloc_mrSagi Grimberg2015-08-301-2/+4
* | IB: Modify ib_create_mr APISagi Grimberg2015-08-301-5/+1
* | IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg2015-08-301-1/+1
* | iser-target: Fix REJECT CM event use-after-free OOPsNicholas Bellinger2015-07-241-5/+11
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-3/+3
|\
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-301-3/+3