summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_resp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-241-10/+25
|\
| * RDMA/rxe: Recheck the MR in when generating a READ replyBob Pearson2022-04-201-2/+8
| * RDMA/rxe: Fix "Replace mr by rkey in responder resources"Bob Pearson2022-04-121-8/+17
* | RDMA/rxe: Check rxe_get() return valueBob Pearson2022-05-091-1/+2
* | RDMA/rxe: Remove reliable datagram supportBob Pearson2022-04-081-2/+1
* | RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson2022-04-081-2/+0
|/
* RDMA/rxe: Use standard names for ref countingBob Pearson2022-03-161-16/+16
* RDMA/rxe: Replace mr by rkey in responder resourcesBob Pearson2022-03-151-38/+85
* RDMA/rxe: Fix ref error in rxe_av.cBob Pearson2022-03-151-1/+1
* RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson2022-02-161-5/+6
* RDMA/rxe: Check the last packet by RXE_END_MASKXiao Yang2022-02-081-4/+6
* RDMA/rxe: Remove duplicate settingsXiao Yang2021-10-061-4/+0
* RDMA/rxe: Add MASK suffix for RXE_READ_OR_ATOMIC and RXE_WRITE_OR_SENDXiao Yang2021-09-281-1/+1
* RDMA/rxe: Add new RXE_READ_OR_WRITE_MASKXiao Yang2021-09-281-2/+2
* RDMA/rxe: Add memory barriers to kernel queuesBob Pearson2021-09-241-30/+10
* Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-301-1/+1
|\
| * RDMA/rxe: Use the correct size of wqe when processing SRQBob Pearson2021-08-021-1/+1
* | RDMA/rxe: Move ICRC generation to a subroutineBob Pearson2021-07-161-25/+8
|/
* RDMA/rxe: Missing unlock on error in get_srq_wqe()Dan Carpenter2021-06-251-0/+1
* RDMA/rxe: Fix extra copy in prepare_ack_packetBob Pearson2021-06-221-10/+3
* RDMA/rxe: Fix over copying in get_srq_wqeBob Pearson2021-06-221-2/+8
* RDMA/rxe: Fix extra copies in build_rdma_network_hdrBob Pearson2021-06-221-17/+12
* RDMA/rxe: Fix useless copy in send_atomic_ackBob Pearson2021-06-221-4/+0
* RDMA/rxe: Implement memory access through MWsBob Pearson2021-06-161-15/+40
* RDMA/rxe: Implement invalidate MW operationsBob Pearson2021-06-161-24/+36
* RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson2021-06-161-2/+0
* RDMA/rxe: Protext kernel index from user spaceBob Pearson2021-06-031-10/+34
* RDMA/rxe: Fix missing acks from responderBob Pearson2021-04-081-10/+8
* RDMA/rxe: Split MEM into MR and MWBob Pearson2021-03-301-17/+17
* Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe2021-02-181-0/+5
|\
| * Revert "RDMA/rxe: Remove VLAN code leftovers from RXE"Martin Wilck2021-01-201-0/+5
* | RDMA/rxe: Remove unused pkt->offsetBob Pearson2021-02-161-2/+1
* | RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson2021-02-081-0/+3
|/
* RDMA/rxe: Remove VLAN code leftovers from RXEZhu Yanjun2020-11-121-5/+0
* RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
* rxe: correctly calculate iCRC for unaligned payloadsSteve Wise2019-12-091-0/+7
* RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2019-07-081-1/+4
* IB/rxe: Remove unnecessary rxe variableZhu Yanjun2019-01-211-2/+1
* IB/rxe: move the variable into the function that uses itZhu Yanjun2018-11-081-8/+4
* RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer2018-11-081-1/+2
* rxe: fix error completion wr_id and qp_numSagi Grimberg2018-11-061-4/+9
* IB/rxe: clean skb queue directlyZhu Yanjun2018-11-061-4/+1
* IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel2018-08-301-2/+6
* IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit2018-08-301-1/+1
* IB/rxe: support for 802.1q VLAN on the listenerVijay Immanuel2018-06-181-0/+5
* Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-091-5/+1
|\
| * IB/rxe: avoid double kfree_skbZhu Yanjun2018-04-271-5/+1
* | IB/rxe: remove unused function variableZhu Yanjun2018-04-271-2/+1
* | IB/rxe: replace refcount_inc with skb_getZhu Yanjun2018-04-191-1/+1
* | IB/rxe: optimize the function duplicate_requestZhu Yanjun2018-04-191-14/+3
|/