Age | Commit message (Expand) | Author | Files | Lines |
2016-12-22 | qedr: Always notify the verb consumer of flushed CQEs | Amrani, Ram | 1 | -1/+1 |
2016-12-22 | qedr: clear the vendor error field in the work completion | Amrani, Ram | 1 | -0/+3 |
2016-12-22 | qedr: post_send/recv according to QP state | Amrani, Ram | 1 | -4/+4 |
2016-12-22 | qedr: ignore inline flag in read verbs | Amrani, Ram | 1 | -1/+3 |
2016-12-22 | qedr: modify QP state to error when destroying it | Amrani, Ram | 1 | -2/+4 |
2016-12-22 | qedr: return correct value on modify qp | Amrani, Ram | 1 | -1/+1 |
2016-12-22 | qedr: return error if destroy CQ failed | Amrani, Ram | 1 | -1/+6 |
2016-12-22 | qedr: configure the number of CQEs on CQ creation | Amrani, Ram | 1 | -0/+3 |
2016-12-14 | Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test | Doug Ledford | 1 | -12/+12 |
2016-12-14 | qedr: remove pointless NULL check in qedr_post_send() | Wei Yongjun | 1 | -5/+0 |
2016-12-14 | qedr: Use list_move_tail instead of list_del/list_add_tail | Wei Yongjun | 1 | -2/+1 |
2016-12-14 | qedr: Fix possible memory leak in qedr_create_qp() | Wei Yongjun | 1 | -4/+8 |
2016-12-14 | qedr: return -EINVAL if pd is null and avoid null ptr dereference | Colin Ian King | 1 | -1/+3 |
2016-12-13 | IB/core: Let create_ah return extended response to user | Moni Shoua | 1 | -1/+2 |
2016-10-14 | qedr: Add events support and register IB device | Ram Amrani | 1 | -0/+37 |
2016-10-14 | qedr: Add GSI support | Ram Amrani | 1 | -0/+41 |
2016-10-14 | qedr: Add support for data path | Ram Amrani | 1 | -0/+1020 |
2016-10-14 | qedr: Add support for memory registeration verbs | Ram Amrani | 1 | -0/+365 |
2016-10-14 | qedr: Add support for QP verbs | Ram Amrani | 1 | -0/+1089 |
2016-10-14 | qedr: Add support for PD,PKEY and CQ verbs | Ram Amrani | 1 | -0/+539 |
2016-10-14 | qedr: Add support for user context verbs | Ram Amrani | 1 | -0/+456 |