summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Return CQE error if invalid lkey was suppliedLeon Romanovsky2021-05-171-6/+10
* RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky2021-05-111-0/+7
* RDMA/rxe: Fix a bug in rxe_fill_ip_info()Bob Pearson2021-04-211-1/+1
* RDMA/rxe: Fix missing acks from responderBob Pearson2021-04-082-11/+8
* RDMA/rxe: Remove rxe_dma_device declarationKamal Heib2021-03-311-1/+0
* RDMA/rxe: Split MEM into MR and MWBob Pearson2021-03-308-226/+218
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-263-9/+9
* RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson2021-03-051-32/+23
* RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson2021-03-051-24/+35
* RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson2021-03-051-1/+9
* RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha2021-03-011-0/+1
* Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe2021-02-182-0/+8
|\
| * Revert "RDMA/rxe: Remove VLAN code leftovers from RXE"Martin Wilck2021-01-202-0/+11
* | RDMA/rxe: Remove unused pkt->offsetBob Pearson2021-02-164-96/+90
* | RDMA/rxe: Cleanup init_send_wqeBob Pearson2021-02-091-23/+19
* | RDMA/rxe: Fix minor coding style issuesBob Pearson2021-02-092-7/+11
* | RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson2021-02-084-35/+35
* | RDMA/rxe: Correct skb on loopback pathBob Pearson2021-02-051-0/+5
* | 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: Replace missing rxe_pool_get_index_lockedBob Pearson2021-01-281-7/+14
* | RDMA/rxe: Remove unneeded pool->stateBob Pearson2021-01-282-43/+1
* | RDMA/rxe: Remove references to ib_device and poolBob Pearson2021-01-282-41/+2
* | RDMA/rxe: Remove RXE_POOL_ATOMICBob Pearson2021-01-282-6/+1
* | RDMA/rxe: Fix misleading comments and namesBob Pearson2021-01-283-43/+42
* | RDMA/rxe: Fix bug in rxe_alloc()Bob Pearson2021-01-281-6/+35
* | RDMA/rxe: Fix race in rxe_mcast.cBob Pearson2021-01-121-24/+40
* | RDMA/rxe: Add unlocked versions of pool APIsBob Pearson2021-01-122-26/+97
* | RDMA/rxe: Make add/drop key/index APIs type safeBob Pearson2021-01-123-22/+28
* | RDMA/rxe: Make pool lookup and alloc APIs type safeBob Pearson2021-01-121-17/+38
* | RDMA/rxe: Add elem_offset field to rxe_type_infoBob Pearson2021-01-122-0/+11
* | RDMA/rxe: Let pools support both keys and indicesBob Pearson2021-01-122-47/+58
* | RDMA/rxe: Remove unneeded RXE_POOL_ATOMIC flagBob Pearson2021-01-121-1/+1
* | RDMA/rxe: Add check for supported QP typesXiao Yang2021-01-121-0/+11
|/
* RDMA/rxe: Use acquire/release for memory orderingBob Pearson2020-12-123-50/+60
* RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe2020-11-232-10/+0
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-173-9/+0
* Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-174-7/+38
|\
| * RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig2020-11-121-1/+1
| * RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit2020-11-021-1/+5
| * RDMA/rxe: Fix small problem in network_type patchBob Pearson2020-10-262-5/+32
* | RDMA/rxe: Remove VLAN code leftovers from RXEZhu Yanjun2020-11-122-14/+0
* | RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe2020-11-021-1/+2
* | RDMA/rxe: Compute PSN windows correctlyBob Pearson2020-10-281-1/+2
* | RDMA/rxe: Remove unused RXE_MR_TYPE_FMRBob Pearson2020-10-272-2/+0
* | RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-1/+1
* | RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-261-7/+2
* | RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-6/+1
* | RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-0/+3