summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_queue.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-16RDMA/rxe: Fix missing memory barriers in rxe_queue.hBob Pearson1-42/+66
2022-07-01RDMA/rxe: Replace include statementBob Pearson1-3/+2
2021-09-24RDMA/rxe: Add memory barriers to kernel queuesBob Pearson1-173/+119
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson1-38/+107
2021-06-03RDMA/rxe: Protect user space index loads/storesBob Pearson1-51/+117
2021-06-03RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson1-3/+10
2020-12-12RDMA/rxe: Use acquire/release for memory orderingBob Pearson1-34/+60
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson1-28/+1
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-10/+5
2018-03-16RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-3/+2
2016-11-17IB/rxe: Clear queue buffer when modifying QP to resetYonatan Cohen1-0/+2
2016-08-04Soft RoCE driverMoni Shoua1-0/+178