summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_recv.c
AgeCommit message (Expand)Author
2023-05-16RDMA/rxe: Convert spin_{lock_bh,unlock_bh} to spin_{lock_irqsave,unlock_irqre...Guoqing Jiang
2023-04-17RDMA/rxe: Protect QP state with qp->state_lockBob Pearson
2023-04-17RDMA/rxe: Remove qp->req.stateBob Pearson
2023-04-17RDMA/rxe: Remove qp->resp.stateBob Pearson
2022-09-29RDMA/rxe: Remove error/warning messages from packet receiver pathDaisuke Matsuda
2022-04-08RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson
2022-03-16RDMA/rxe: Use standard names for ref countingBob Pearson
2022-02-16RDMA/rxe: Remove mcg from rxe poolsBob Pearson
2022-02-16RDMA/rxe: Replace pool key by rxe->mcg_treeBob Pearson
2022-02-16RDMA/rxe: Replace grp by mcg, mce by mcaBob Pearson
2022-02-16RDMA/rxe: Move mcg_lock to rxeBob Pearson
2022-01-28RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elemBob Pearson
2021-07-16RDMA/rxe: Move ICRC checking to a subroutineBob Pearson
2021-03-05RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson
2021-02-16RDMA/rxe: Remove unused pkt->offsetBob Pearson
2021-02-08RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson
2021-02-05RDMA/rxe: Fix coding error in rxe_rcv_mcast_pktBob Pearson
2021-02-05RDMA/rxe: Remove useless code in rxe_recv.cBob Pearson
2021-02-05RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson
2020-10-16RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson
2020-10-08RDMA/rxe: Fix bug rejecting all multicast packetsBob Pearson
2020-10-08RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson
2020-07-31RDMA/rxe: Remove pkey tableKamal Heib
2020-07-07RDMA/rxe: Skip dgid check in loopback modeZhu Yanjun
2019-12-09rxe: correctly calculate iCRC for unaligned payloadsSteve Wise
2019-01-21IB/rxe: Remove unnecessary rxe variableZhu Yanjun
2018-08-30IB/rxe: remove redudant qpn checkZhu Yanjun
2018-07-24IB/rxe: Drop QP0 silentlyZhu Yanjun
2018-06-18IB/rxe: avoid unnecessary NULL checkZhu Yanjun
2018-06-18IB/rxe: Use rdma GID APIParav Pandit
2018-04-27IB/rxe: Change rxe_rcv to return voidYuval Shaia
2018-04-19IB/rxe: replace refcount_inc with skb_getZhu Yanjun
2018-03-29IB/rxe: optimize mcast recv processZhu Yanjun
2018-03-14rdma_rxe: make rxe work over 802.1q VLAN devicesMartin Wilck
2017-12-18IB/rxe: Avoid passing unused index pointer which is optionalParav Pandit
2017-04-21IB/rxe: Offload CRC calculation when possibleyonatanc
2017-04-21IB/rxe: Do not export module's private functionParav Pandit
2017-04-21IB/rxe: Add port protocol statsYonatan Cohen
2017-01-10IB/rxe: Suppress sparse warningsBart Van Assche
2016-12-12IB/rxe: Remove buffer used for printing IP addressAndrew Boyer
2016-10-06IB/rxe: improved debug prints & code cleanupParav Pandit
2016-09-16IB/rxe: fix GFP_KERNEL in spinlock contextAlexey Khoroshilov
2016-08-04Soft RoCE driverMoni Shoua