aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29RDMA/rxe: Remove error/warning messages from packet receiver pathDaisuke Matsuda1-79/+27
2022-04-08RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson1-1/+0
2022-03-16RDMA/rxe: Use standard names for ref countingBob Pearson1-4/+4
2022-02-16RDMA/rxe: Remove mcg from rxe poolsBob Pearson1-1/+1
2022-02-16RDMA/rxe: Replace pool key by rxe->mcg_treeBob Pearson1-2/+2
2022-02-16RDMA/rxe: Replace grp by mcg, mce by mcaBob Pearson1-4/+4
2022-02-16RDMA/rxe: Move mcg_lock to rxeBob Pearson1-2/+2
2022-01-28RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elemBob Pearson1-2/+2
2021-07-16RDMA/rxe: Move ICRC checking to a subroutineBob Pearson1-21/+2
2021-03-05RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson1-24/+35
2021-02-16RDMA/rxe: Remove unused pkt->offsetBob Pearson1-3/+1
2021-02-08RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson1-0/+6
2021-02-05RDMA/rxe: Fix coding error in rxe_rcv_mcast_pktBob Pearson1-6/+10
2021-02-05RDMA/rxe: Remove useless code in rxe_recv.cBob Pearson1-2/+1
2021-02-05RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson1-3/+8
2020-10-16RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson1-0/+3
2020-10-08RDMA/rxe: Fix bug rejecting all multicast packetsBob Pearson1-3/+16
2020-10-08RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson1-5/+12
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson1-28/+1
2020-07-31RDMA/rxe: Remove pkey tableKamal Heib1-25/+4
2020-07-07RDMA/rxe: Skip dgid check in loopback modeZhu Yanjun1-1/+5
2019-12-09rxe: correctly calculate iCRC for unaligned payloadsSteve Wise1-1/+1
2019-01-21IB/rxe: Remove unnecessary rxe variableZhu Yanjun1-7/+5
2018-08-30IB/rxe: remove redudant qpn checkZhu Yanjun1-2/+2
2018-07-24IB/rxe: Drop QP0 silentlyZhu Yanjun1-2/+7
2018-06-18IB/rxe: avoid unnecessary NULL checkZhu Yanjun1-2/+1
2018-06-18IB/rxe: Use rdma GID APIParav Pandit1-3/+9
2018-04-27IB/rxe: Change rxe_rcv to return voidYuval Shaia1-3/+2
2018-04-19IB/rxe: replace refcount_inc with skb_getZhu Yanjun1-1/+1
2018-03-29IB/rxe: optimize mcast recv processZhu Yanjun1-10/+4
2018-03-14rdma_rxe: make rxe work over 802.1q VLAN devicesMartin Wilck1-1/+1
2017-12-18IB/rxe: Avoid passing unused index pointer which is optionalParav Pandit1-2/+1
2017-04-21IB/rxe: Offload CRC calculation when possibleyonatanc1-2/+2
2017-04-21IB/rxe: Do not export module's private functionParav Pandit1-1/+0
2017-04-21IB/rxe: Add port protocol statsYonatan Cohen1-0/+2
2017-01-10IB/rxe: Suppress sparse warningsBart Van Assche1-1/+1
2016-12-12IB/rxe: Remove buffer used for printing IP addressAndrew Boyer1-6/+5
2016-10-06IB/rxe: improved debug prints & code cleanupParav Pandit1-1/+2
2016-09-16IB/rxe: fix GFP_KERNEL in spinlock contextAlexey Khoroshilov1-1/+1
2016-08-04Soft RoCE driverMoni Shoua1-0/+420