summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_recv.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Convert spin_{lock_bh,unlock_bh} to spin_{lock_irqsave,unlock_irqre...Guoqing Jiang2023-05-161-4/+5
* RDMA/rxe: Protect QP state with qp->state_lockBob Pearson2023-04-171-2/+8
* RDMA/rxe: Remove qp->req.stateBob Pearson2023-04-171-4/+5
* RDMA/rxe: Remove qp->resp.stateBob Pearson2023-04-171-1/+1
* RDMA/rxe: Remove error/warning messages from packet receiver pathDaisuke Matsuda2022-09-291-79/+27
* RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson2022-04-081-1/+0
* RDMA/rxe: Use standard names for ref countingBob Pearson2022-03-161-4/+4
* RDMA/rxe: Remove mcg from rxe poolsBob Pearson2022-02-161-1/+1
* RDMA/rxe: Replace pool key by rxe->mcg_treeBob Pearson2022-02-161-2/+2
* RDMA/rxe: Replace grp by mcg, mce by mcaBob Pearson2022-02-161-4/+4
* RDMA/rxe: Move mcg_lock to rxeBob Pearson2022-02-161-2/+2
* RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elemBob Pearson2022-01-281-2/+2
* RDMA/rxe: Move ICRC checking to a subroutineBob Pearson2021-07-161-21/+2
* RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson2021-03-051-24/+35
* RDMA/rxe: Remove unused pkt->offsetBob Pearson2021-02-161-3/+1
* RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson2021-02-081-0/+6
* RDMA/rxe: Fix coding error in rxe_rcv_mcast_pktBob Pearson2021-02-051-6/+10
* RDMA/rxe: Remove useless code in rxe_recv.cBob Pearson2021-02-051-2/+1
* RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson2021-02-051-3/+8
* RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson2020-10-161-0/+3
* RDMA/rxe: Fix bug rejecting all multicast packetsBob Pearson2020-10-081-3/+16
* RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson2020-10-081-5/+12
* RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
* RDMA/rxe: Remove pkey tableKamal Heib2020-07-311-25/+4
* RDMA/rxe: Skip dgid check in loopback modeZhu Yanjun2020-07-071-1/+5
* rxe: correctly calculate iCRC for unaligned payloadsSteve Wise2019-12-091-1/+1
* IB/rxe: Remove unnecessary rxe variableZhu Yanjun2019-01-211-7/+5
* IB/rxe: remove redudant qpn checkZhu Yanjun2018-08-301-2/+2
* IB/rxe: Drop QP0 silentlyZhu Yanjun2018-07-241-2/+7
* IB/rxe: avoid unnecessary NULL checkZhu Yanjun2018-06-181-2/+1
* IB/rxe: Use rdma GID APIParav Pandit2018-06-181-3/+9
* IB/rxe: Change rxe_rcv to return voidYuval Shaia2018-04-271-3/+2
* IB/rxe: replace refcount_inc with skb_getZhu Yanjun2018-04-191-1/+1
* IB/rxe: optimize mcast recv processZhu Yanjun2018-03-291-10/+4
* rdma_rxe: make rxe work over 802.1q VLAN devicesMartin Wilck2018-03-141-1/+1
* IB/rxe: Avoid passing unused index pointer which is optionalParav Pandit2017-12-181-2/+1
* IB/rxe: Offload CRC calculation when possibleyonatanc2017-04-211-2/+2
* IB/rxe: Do not export module's private functionParav Pandit2017-04-211-1/+0
* IB/rxe: Add port protocol statsYonatan Cohen2017-04-211-0/+2
* IB/rxe: Suppress sparse warningsBart Van Assche2017-01-101-1/+1
* IB/rxe: Remove buffer used for printing IP addressAndrew Boyer2016-12-121-6/+5
* IB/rxe: improved debug prints & code cleanupParav Pandit2016-10-061-1/+2
* IB/rxe: fix GFP_KERNEL in spinlock contextAlexey Khoroshilov2016-09-161-1/+1
* Soft RoCE driverMoni Shoua2016-08-041-0/+420