summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_queue.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Clean kzalloc failure pathsLeon Romanovsky2023-03-301-3/+2
* RDMA/rxe: Fix resize_finish() in rxe_queue.cBob Pearson2022-09-271-5/+7
* RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson2022-02-161-4/+6
* RDMA/rxe: Replace irqsave locks with bh locksBob Pearson2021-11-191-5/+4
* RDMA/rxe: Add memory barriers to kernel queuesBob Pearson2021-09-241-7/+23
* RDMA/rxe: Zero out index member of struct rxe_queueXiao Yang2021-08-201-1/+1
* RDMA/rxe: Protext kernel index from user spaceBob Pearson2021-06-031-6/+7
* RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson2021-06-031-4/+4
* RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
* RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()Sudip Mukherjee2020-05-121-4/+7
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-14/+8
* RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-151-19/+5
* IB/rxe: Clear queue buffer when modifying QP to resetYonatan Cohen2016-11-161-0/+9
* Soft RoCE driverMoni Shoua2016-08-041-0/+217