aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_comp.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Split qp state for requester and completerBob Pearson2022-08-021-3/+3
* RDMA/rxe: Make the tasklet exits the sameBob Pearson2022-07-221-17/+18
* RDMA/rxe: Fix rnr retry behaviorBob Pearson2022-07-221-1/+7
* RDMA/rxe: Check rxe_get() return valueBob Pearson2022-05-091-1/+2
* RDMA/rxe: Use standard names for ref countingBob Pearson2022-03-161-4/+4
* RDMA/rxe: Replace irqsave locks with bh locksBob Pearson2021-11-191-5/+3
* RDMA/rxe: Set partial attributes when completion status != IBV_WC_SUCCESSXiao Yang2021-10-061-20/+25
* RDMA/rxe: Add memory barriers to kernel queuesBob Pearson2021-09-241-9/+3
* RDMA/rxe: Move ICRC generation to a subroutineBob Pearson2021-07-161-2/+2
* Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2021-06-221-6/+10
|\
| * RDMA/rxe: Return CQE error if invalid lkey was suppliedLeon Romanovsky2021-05-171-6/+10
* | RDMA/rxe: Implement invalidate MW operationsBob Pearson2021-06-161-2/+2
* | RDMA/rxe: Add support for bind MW work requestsBob Pearson2021-06-161-0/+1
* | RDMA/rxe: Protext kernel index from user spaceBob Pearson2021-06-031-10/+21
|/
* RDMA/rxe: Fix missing acks from responderBob Pearson2021-04-081-1/+0
* RDMA/rxe: Split MEM into MR and MWBob Pearson2021-03-301-2/+2
* RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson2021-03-051-32/+23
* RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson2021-02-081-28/+21
* Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-311-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
* | RDMA/rxe: Fix style warningsBob Pearson2020-08-271-2/+1
|/
* RDMA/rxe: Fix soft lockup problem due to using tasklets in softirqZhu Yanjun2020-02-131-4/+4
* ibverbs/rxe: Remove variable self-initializationMaksym Planeta2019-07-071-1/+1
* IB/rxe: Remove unnecessary rxe variableZhu Yanjun2019-01-211-3/+3
* RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer2018-11-081-0/+6
* IB/rxe: fixes for rdma read retryVijay Immanuel2018-08-301-5/+16
* IB/rxe: avoid back-to-back retriesVijay Immanuel2018-08-301-1/+17
* RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche2018-08-081-0/+1
* IB/rxe: avoid calling WARN_ON_ONCE twiceZhu Yanjun2018-05-171-4/+0
* IB/rxe: remove unused function variableZhu Yanjun2018-04-271-4/+2
* IB/rxe: Convert timers to use timer_setup()Kees Cook2017-10-251-2/+2
* RDMA/rxe: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-2/+2
* IB/rxe: Add port protocol statsYonatan Cohen2017-04-211-1/+13
* IB/rxe: Fix an skb leakBart Van Assche2017-01-101-1/+14
* IB/rxe: Generate a completion for all failed work requestsBart Van Assche2017-01-101-1/+10
* IB/rxe: Introduce functions for queue drainingBart Van Assche2017-01-101-40/+23
* IB/rxe: Issue warnings onceBart Van Assche2017-01-101-1/+1
* IB/rxe: Drop future atomic/read packets rather than retryingAndrew Boyer2016-12-221-1/+1
* IB/rxe: Hold refs when running taskletsAndrew Boyer2016-12-121-0/+4
* IB/rxe: Advance the consumer pointer before posting the CQEAndrew Boyer2016-12-121-2/+3
* IB/rxe: improved debug prints & code cleanupParav Pandit2016-10-061-2/+4
* IB/rxe: Fix kmem_cache leakYonatan Cohen2016-09-161-0/+13
* Soft RoCE driverMoni Shoua2016-08-041-0/+734