Age | Commit message (Expand) | Author |
2025-01-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2025-01-14 | RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]" | Zhu Yanjun |
2024-12-25 | RDMA/rxe: Remove deliver net device event | Yuyu Li |
2024-12-24 | RDMA/rxe: Remove the direct link to net_device | Zhu Yanjun |
2024-12-17 | RDMA/rxe: Fix mismatched max_msg_sz | zhenwei pi |
2024-11-04 | RDMA/rxe: Set queue pair cur_qp_state when being queried | Liu Jian |
2024-10-30 | RDMA/rxe: Fix the qp flush warnings in req | Zhu Yanjun |
2024-08-23 | RDMA/rxe: Fix __bth_set_resv6a | zhenwei pi |
2024-08-23 | RDMA/rxe: Fix misspelling of 'rmda' | zhenwei pi |
2024-08-23 | RDMA/rxe: Use sizeof instead of hard code number | zhenwei pi |
2024-07-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2024-07-04 | RDMA/core: Introduce "name_assign_type" for an IB device | Mark Zhang |
2024-06-27 | RDMA: Pass entire uverbs attr bundle to create cq function | Akiva Goldberger |
2024-06-26 | RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPs | Honggang LI |
2024-06-09 | RDMA/rxe: Fix responder length checking for UD request packets | Honggang LI |
2024-05-30 | RDMA/rxe: Fix data copy for IB_SEND_INLINE | Honggang LI |
2024-05-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2024-04-22 | RDMA/rxe: Let destroy qp succeed with stuck packet | Bob Pearson |
2024-04-22 | RDMA/rxe: Get rid of pkt resend on err | Bob Pearson |
2024-04-22 | RDMA/rxe: Make rxe_loopback match rxe_send behavior | Bob Pearson |
2024-04-22 | RDMA/rxe: Fix incorrect rxe_put in error path | Bob Pearson |
2024-04-22 | RDMA/rxe: Don't call direct between tasks | Bob Pearson |
2024-04-22 | RDMA/rxe: Don't call rxe_requester from rxe_completer | Bob Pearson |
2024-04-22 | RDMA/rxe: Don't schedule rxe_completer from rxe_requester | Bob Pearson |
2024-04-22 | RDMA/rxe: Remove save/rollback_state in rxe_requester | Bob Pearson |
2024-04-22 | RDMA/rxe: Merge request and complete tasks | Bob Pearson |
2024-04-22 | RDMA/rxe: Remove redundant scheduling of rxe_completer | Bob Pearson |
2024-04-22 | RDMA/rxe: Allow good work requests to be executed | Bob Pearson |
2024-04-22 | RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt | Bob Pearson |
2024-04-11 | RDMA/rxe: Return the correct errno | Zhu Yanjun |
2024-04-01 | RDMA/rxe: Fix the problem "mutex_destroy missing" | Yanjun.Zhu |
2024-02-04 | RDMA/rxe: Remove unused 'iova' parameter from rxe_mr_init_user | Guoqing Jiang |
2024-01-25 | RDMA/rxe: Remove rxe_info from rxe_set_mtu | Li Zhijian |
2024-01-25 | RDMA/rxe: Improve newline in printing messages | Li Zhijian |
2023-09-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2023-08-22 | RDMA/rxe: Fix redundant break statement in switch-case. | Rohit Chavan |
2023-07-31 | RDMA/rxe: Fix incomplete state save in rxe_requester | Bob Pearson |
2023-07-31 | RDMA/rxe: Fix rxe_modify_srq | Bob Pearson |
2023-07-31 | RDMA/rxe: Fix unsafe drain work queue code | Bob Pearson |
2023-07-31 | RDMA/rxe: Move work queue code to subroutines | Bob Pearson |
2023-07-18 | RDMA/rxe: Fix an error handling path in rxe_bind_mw() | Christophe JAILLET |
2023-06-29 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2023-06-27 | Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-06-27 | Merge tag 'v6.4' into rdma.git for-next | Jason Gunthorpe |
2023-06-20 | RDMA/rxe: Simplify cq->notify code | Bob Pearson |
2023-06-20 | RDMA/rxe: Fixes mr access supported list | Bob Pearson |
2023-06-14 | RDMA/rxe: Fix rxe_cq_post | Bob Pearson |
2023-06-09 | RDMA/rxe: Send last wqe reached event on qp cleanup | Bob Pearson |
2023-06-09 | RDMA/rxe: Fix the use-before-initialization error of resp_pkts | Zhu Yanjun |
2023-06-09 | RDMA/rxe: Implement rereg_user_mr | Bob Pearson |