| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-10-09 | 1 | -1/+1 |
|\ |
|
| * | IB/core: add support to create a unsafe global rkey to ib_create_pd | Christoph Hellwig | 2016-09-23 | 1 | -1/+1 |
* | | IB/isert: Properly release resources on DEVICE_REMOVAL | Raju Rangoju | 2016-09-02 | 2 | -3/+22 |
* | | IB/isert: fix error return code in isert_alloc_login_buf() | Wei Yongjun | 2016-08-22 | 1 | -1/+1 |
|/ |
|
* | IB/isert: Remove an unused member variable | Bart Van Assche | 2016-08-02 | 2 | -3/+0 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2016-05-28 | 1 | -0/+11 |
|\ |
|
| * | iscsi-target: Convert transport drivers to signal rdma_shutdown | Nicholas Bellinger | 2016-05-16 | 1 | -0/+1 |
| * | iscsi-target: add void (*iscsit_get_rx_pdu)() | Varun Prakash | 2016-05-09 | 1 | -0/+10 |
* | | IB/isert: convert to the generic RDMA READ/WRITE API | Christoph Hellwig | 2016-05-13 | 2 | -825/+85 |
* | | IB/core: Add passing an offset into the SG to ib_map_mr_sg | Christoph Hellwig | 2016-05-13 | 1 | -1/+1 |
|/ |
|
* | iser-target: Use ib_drain_qp | Sagi Grimberg | 2016-03-30 | 2 | -37/+4 |
* | iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_desc | Christoph Hellwig | 2016-03-10 | 2 | -9/+8 |
* | iser-target: Kill struct isert_rdma_wr | Christoph Hellwig | 2016-03-10 | 2 | -130/+119 |
* | iser-target: Convert to new CQ API | Christoph Hellwig | 2016-03-10 | 2 | -243/+184 |
* | iser-target: Split and properly type the login buffer | Christoph Hellwig | 2016-03-10 | 2 | -30/+29 |
* | iser-target: Remove ISER_RECV_DATA_SEG_LEN | Christoph Hellwig | 2016-03-10 | 2 | -10/+8 |
* | iser-target: Remove impossible condition from isert_wait_conn | Jenny Derzhavetz | 2016-03-10 | 1 | -8/+0 |
* | iser-target: Remove redundant wait in release_conn | Jenny Derzhavetz | 2016-03-10 | 2 | -8/+0 |
* | iser-target: Rework connection termination | Jenny Derzhavetz | 2016-03-10 | 2 | -56/+52 |
* | iser-target: Separate flows for np listeners and connections cma events | Jenny Derzhavetz | 2016-03-10 | 1 | -6/+5 |
* | iser-target: Add new state ISER_CONN_BOUND to isert_conn | Jenny Derzhavetz | 2016-03-10 | 2 | -2/+6 |
* | iser-target: Fix identification of login rx descriptor type | Jenny Derzhavetz | 2016-03-10 | 1 | -1/+2 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-01-23 | 3 | -100/+106 |
|\ |
|
| * | IB/isert: Support the remote invalidation exception | Jenny Derzhavetz | 2015-12-24 | 2 | -7/+41 |
| * | IB/isert: Declare correct flags when accepting a connection | Jenny Derzhavetz | 2015-12-24 | 1 | -0/+6 |
| * | IB/isert: Remove unused file iser_proto.h | Sagi Grimberg | 2015-12-24 | 3 | -32/+32 |
| * | IB/iser,isert: Create and use new shared header | Sagi Grimberg | 2015-12-24 | 3 | -31/+17 |
| * | IB/ulps: Avoid calling ib_query_device | Or Gerlitz | 2015-12-22 | 2 | -34/+14 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2016-01-20 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | iser-target: Fix non negative ERR_PTR isert_device_get usage | Nicholas Bellinger | 2016-01-07 | 1 | -2/+5 |
* | | iser-target: Remove explicit mlx4 work-around | Sagi Grimberg | 2015-12-08 | 1 | -10/+3 |
|/ |
|
* | iser-target: Port to new memory registration API | Sagi Grimberg | 2015-10-28 | 2 | -104/+28 |
* | Merge branch 'wr-cleanup' into k.o/for-4.4 | Doug Ledford | 2015-10-28 | 2 | -81/+81 |
|\ |
|
| * | Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-c... | Doug Ledford | 2015-10-28 | 2 | -81/+81 |
| |\ |
|
| | * | IB: split struct ib_send_wr | Christoph Hellwig | 2015-10-08 | 2 | -81/+81 |
* | | | IB/cma: Add support for network namespaces | Guy Shapiro | 2015-10-28 | 1 | -1/+1 |
* | | | iser-target: Remove an unused variable | Bart Van Assche | 2015-10-22 | 1 | -3/+2 |
|/ / |
|
* | | iser-target: Skip data copy if all the command data comes as immediate | Jenny Derzhavetz | 2015-09-15 | 2 | -8/+19 |
* | | iser-target: Change the recv buffers posting logic | Jenny Derzhavetz | 2015-09-15 | 2 | -48/+67 |
* | | iser-target: Fix pending connections handling in target stack shutdown sequnce | Jenny Derzhavetz | 2015-09-15 | 2 | -31/+40 |
* | | iser-target: Remove np_ prefix from isert_np members | Jenny Derzhavetz | 2015-09-15 | 2 | -33/+33 |
* | | iser-target: Remove unused variables | Jenny Derzhavetz | 2015-09-15 | 2 | -6/+0 |
* | | iser-target: Put the reference on commands waiting for unsol data | Jenny Derzhavetz | 2015-09-15 | 1 | -1/+37 |
* | | iser-target: remove command with state ISTATE_REMOVE | Jenny Derzhavetz | 2015-09-15 | 1 | -1/+8 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2015-09-11 | 1 | -25/+4 |
|\ |
|
| * | target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storage | Andy Grover | 2015-08-26 | 1 | -2/+2 |
| * | target/iscsi: Replace conn->login_ip with login_sockaddr | Andy Grover | 2015-08-26 | 1 | -19/+2 |
| * | target/iscsi: Keep local_ip as the actual sockaddr | Andy Grover | 2015-08-26 | 1 | -6/+2 |
* | | iser-target: Remove ib_get_dma_mr calls | Jason Gunthorpe | 2015-08-30 | 2 | -23/+11 |
* | | iser-target: Convert to ib_alloc_mr | Sagi Grimberg | 2015-08-30 | 1 | -2/+4 |