开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
/
rxe_verbs.c
Age
Commit message (
Expand
)
Author
2024-02-04
RDMA/rxe: Remove unused 'iova' parameter from rxe_mr_init_user
Guoqing Jiang
2024-01-25
RDMA/rxe: Improve newline in printing messages
Li Zhijian
2023-08-22
RDMA/rxe: Fix redundant break statement in switch-case.
Rohit Chavan
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-09
RDMA/rxe: Implement rereg_user_mr
Bob Pearson
2023-06-09
RDMA/rxe: Introduce rxe access supported flags
Bob Pearson
2023-05-16
RDMA/rxe: Convert spin_{lock_bh,unlock_bh} to spin_{lock_irqsave,unlock_irqre...
Guoqing Jiang
2023-04-17
RDMA/rxe: Protect QP state with qp->state_lock
Bob Pearson
2023-04-17
RDMA/rxe: Remove qp->req.state
Bob Pearson
2023-04-17
RDMA/rxe: Remove qp->resp.state
Bob Pearson
2023-04-16
RDMA: Add ib_virt_dma_to_page()
Jason Gunthorpe
2023-03-30
RDMA/rxe: Clean kzalloc failure paths
Leon Romanovsky
2023-03-29
RDMA/rxe: Remove tasklet call from rxe_cq.c
Bob Pearson
2023-03-24
RDMA/rxe: Add error messages
Bob Pearson
2023-03-24
RDMA/rxe: Change rxe_dbg to rxe_dbg_dev
Bob Pearson
2023-02-16
RDMA/rxe: Fix missing memory barriers in rxe_queue.h
Bob Pearson
2023-02-16
RDMA/rxe: Remove rxe_alloc()
Bob Pearson
2023-01-26
RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c
Bob Pearson
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_av.c
Bob Pearson
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_verbs.c
Bob Pearson
2022-11-10
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mr.c
Bob Pearson
2022-10-28
RDMA/rxe: cleanup some error handling in rxe_verbs.c
Yunsheng Lin
2022-10-28
RDMA/rxe: Split rxe_run_task() into two subroutines
Bob Pearson
2022-09-27
RDMA/rxe: Remove redundant num_sge fields
Bob Pearson
2022-09-27
RDMA/rxe: Set pd early in mr alloc routines
Bob Pearson
2022-09-22
RDMA/rxe: Use members of generic struct in rxe_mr
Daisuke Matsuda
2022-08-29
RDMA/rxe: Remove an unused member from struct rxe_mr
Daisuke Matsuda
2022-07-27
Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"
Li Zhijian
2022-06-30
RDMA/rxe: Stop lookup of partially built objects
Bob Pearson
2022-05-09
RDMA/rxe: Enforce IBA C11-17
Bob Pearson
2022-05-09
RDMA/rxe: Move qp cleanup code to rxe_qp_do_cleanup()
Bob Pearson
2022-05-09
RDMA/rxe: Add rxe_srq_cleanup()
Bob Pearson
2022-05-06
RDMA/rxe: Remove IB_SRQ_INIT_MASK
Bob Pearson
2022-04-08
RDMA/rxe: Remove support for SMI QPs from rdma_rxe
Bob Pearson
2022-03-16
RDMA/rxe: Use standard names for ref counting
Bob Pearson
2022-03-16
RDMA/rxe: Replace red-black trees by xarrays
Bob Pearson
2022-02-16
RDMA/rxe: Revert changes from irqsave to bh locks
Bob Pearson
2022-01-28
RDMA/rxe: Enforce IBA o10-2.2.3
Bob Pearson
2022-01-28
RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.c
Bob Pearson
2022-01-07
RDMA/rxe: Use the standard method to produce udp source port
Zhu Yanjun
2021-11-19
RDMA/rxe: Cleanup rxe_pool_entry
Bob Pearson
2021-11-19
RDMA/rxe: Replace irqsave locks with bh locks
Bob Pearson
2021-10-12
RDMA/rxe: Convert kernel UD post send to use ah_num
Bob Pearson
2021-10-12
RDMA/rxe: Create AH index and return to user space
Bob Pearson
2021-10-12
RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wr
Bob Pearson
2021-10-06
RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srq
Xiao Yang
2021-09-24
RDMA/rxe: Create duplicate mapping tables for FMRs
Bob Pearson
[next]