aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_resp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-02RDMA/rxe: Use the correct size of wqe when processing SRQBob Pearson1-1/+1
2021-06-25RDMA/rxe: Missing unlock on error in get_srq_wqe()Dan Carpenter1-0/+1
2021-06-22RDMA/rxe: Fix extra copy in prepare_ack_packetBob Pearson1-10/+3
2021-06-22RDMA/rxe: Fix over copying in get_srq_wqeBob Pearson1-2/+8
2021-06-22RDMA/rxe: Fix extra copies in build_rdma_network_hdrBob Pearson1-17/+12
2021-06-22RDMA/rxe: Fix useless copy in send_atomic_ackBob Pearson1-4/+0
2021-06-16RDMA/rxe: Implement memory access through MWsBob Pearson1-15/+40
2021-06-16RDMA/rxe: Implement invalidate MW operationsBob Pearson1-24/+36
2021-06-16RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson1-2/+0
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson1-10/+34
2021-04-08RDMA/rxe: Fix missing acks from responderBob Pearson1-10/+8
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson1-17/+17
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe1-0/+5
2021-02-16RDMA/rxe: Remove unused pkt->offsetBob Pearson1-2/+1
2021-02-08RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson1-0/+3
2021-01-20Revert "RDMA/rxe: Remove VLAN code leftovers from RXE"Martin Wilck1-0/+5
2020-11-12RDMA/rxe: Remove VLAN code leftovers from RXEZhu Yanjun1-5/+0
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson1-28/+1
2019-12-09rxe: correctly calculate iCRC for unaligned payloadsSteve Wise1-0/+7
2019-07-08RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov1-1/+4
2019-01-21IB/rxe: Remove unnecessary rxe variableZhu Yanjun1-2/+1
2018-11-08IB/rxe: move the variable into the function that uses itZhu Yanjun1-8/+4
2018-11-08RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer1-1/+2
2018-11-06rxe: fix error completion wr_id and qp_numSagi Grimberg1-4/+9
2018-11-06IB/rxe: clean skb queue directlyZhu Yanjun1-4/+1
2018-08-30IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel1-2/+6
2018-08-30IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit1-1/+1
2018-06-18IB/rxe: support for 802.1q VLAN on the listenerVijay Immanuel1-0/+5
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford1-5/+1
2018-04-27IB/rxe: avoid double kfree_skbZhu Yanjun1-5/+1
2018-04-27IB/rxe: remove unused function variableZhu Yanjun1-2/+1
2018-04-19IB/rxe: replace refcount_inc with skb_getZhu Yanjun1-1/+1
2018-04-19IB/rxe: optimize the function duplicate_requestZhu Yanjun1-14/+3
2018-03-07IB/rxe: remove unnecessary skb_cloneZhu Yanjun1-12/+3
2018-01-18RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche1-1/+1
2018-01-15RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe1-2/+1
2017-08-28IB/rxe: Fix up the responder's find_resources() functionAndrew Boyer1-1/+1
2017-07-20rxe: fix broken receive queue drainingVijay Immanuel1-0/+3
2017-07-12IB/rxe: do not copy extra stack memory to skbKees Cook1-1/+3
2017-05-01IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn1-2/+0
2017-04-21IB/rxe: Add port protocol statsYonatan Cohen1-0/+5
2017-03-24IB/rxe: increment msn only when completing a requestDavid Marchand1-5/+4
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford1-1/+1
2017-02-08IB/rxe: Fix resid updateEyal Itkin1-1/+1
2017-01-10IB/rxe: Remove a pointless indirection layerBart Van Assche1-2/+2
2017-01-10IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche1-0/+1
2017-01-10IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche1-10/+10
2017-01-10IB/rxe: Generate a completion for all failed work requestsBart Van Assche1-2/+2
2017-01-10IB/rxe: Introduce functions for queue drainingBart Van Assche1-13/+15
2017-01-10IB/rxe: Issue warnings onceBart Van Assche1-5/+6