summary refs log tree commit diff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)Author
2021-03-01RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe
2021-02-16RDMA/rxe: Remove unused pkt->offsetBob Pearson
2021-02-08RDMA/rxe: Cleanup init_send_wqeBob Pearson
2021-02-08RDMA/rxe: Fix minor coding style issuesBob Pearson
2021-02-08RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson
2021-02-05RDMA/rxe: Correct skb on loopback pathBob 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
2021-01-28RDMA/rxe: Replace missing rxe_pool_get_index_lockedBob Pearson
2021-01-28RDMA/rxe: Remove unneeded pool->stateBob Pearson
2021-01-28RDMA/rxe: Remove references to ib_device and poolBob Pearson
2021-01-28RDMA/rxe: Remove RXE_POOL_ATOMICBob Pearson
2021-01-28RDMA/rxe: Fix misleading comments and namesBob Pearson
2021-01-28RDMA/rxe: Fix bug in rxe_alloc()Bob Pearson
2021-01-20Revert "RDMA/rxe: Remove VLAN code leftovers from RXE"Martin Wilck
2021-01-12RDMA/rxe: Fix race in rxe_mcast.cBob Pearson
2021-01-12RDMA/rxe: Add unlocked versions of pool APIsBob Pearson
2021-01-12RDMA/rxe: Make add/drop key/index APIs type safeBob Pearson
2021-01-12RDMA/rxe: Make pool lookup and alloc APIs type safeBob Pearson
2021-01-12RDMA/rxe: Add elem_offset field to rxe_type_infoBob Pearson
2021-01-12RDMA/rxe: Let pools support both keys and indicesBob Pearson
2021-01-12RDMA/rxe: Remove unneeded RXE_POOL_ATOMIC flagBob Pearson
2021-01-12RDMA/rxe: Add check for supported QP typesXiao Yang
2020-12-11RDMA/rxe: Use acquire/release for memory orderingBob Pearson
2020-11-23RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe
2020-11-12RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig
2020-11-12RDMA/rxe: Remove VLAN code leftovers from RXEZhu Yanjun
2020-11-02RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit
2020-10-28RDMA/rxe: Compute PSN windows correctlyBob Pearson
2020-10-26RDMA/rxe: Remove unused RXE_MR_TYPE_FMRBob Pearson
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe
2020-10-26RDMA/rxe: Fix small problem in network_type patchBob Pearson
2020-10-16RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson
2020-10-16RDMA/rxe: Move the definitions for rxe_av.network_type to uAPIJason Gunthorpe
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe
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