summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-27/+21
2021-07-16RDMA/rxe: Move crc32 init code to rxe_icrc.cBob Pearson1-8/+3
2021-06-17RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-06-17RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-1/+1
2021-06-17RDMA/rxe: Disallow MR dereg and invalidate when boundBob Pearson1-11/+0
2021-06-17RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASKBob Pearson1-1/+1
2021-06-17RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson1-0/+2
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson1-17/+63
2021-05-20RDMA/rxe: Remove unused parameter udataLang Cheng1-1/+1
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson1-11/+11
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-5/+5
2021-02-09RDMA/rxe: Cleanup init_send_wqeBob Pearson1-23/+19
2021-02-09RDMA/rxe: Fix minor coding style issuesBob Pearson1-6/+10
2021-01-12RDMA/rxe: Make add/drop key/index APIs type safeBob Pearson1-8/+8
2020-12-12RDMA/rxe: Use acquire/release for memory orderingBob Pearson1-11/+0
2020-11-23RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe1-1/+0
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig1-7/+0
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-1/+5
2020-11-02RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe1-1/+2
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit1-1/+5
2020-10-27RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-1/+1
2020-10-27RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-7/+2
2020-10-27RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-6/+1
2020-10-27RDMA: Check create_flags during create_qpJason Gunthorpe1-0/+3
2020-10-27RDMA: Check flags during create_cqJason Gunthorpe1-1/+1
2020-10-27RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-27RDMA: Check srq_type during create_srqJason Gunthorpe1-0/+3
2020-10-27RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-8/+1
2020-10-27RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+2
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-6/+3
2020-10-09RDMA/rxe: Remove duplicate entries in struct rxe_mrBob Pearson1-1/+1
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-1/+1
2020-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-1/+2
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1-1/+1
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson1-28/+1
2020-08-24RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-31RDMA/rxe: Remove pkey tableKamal Heib1-14/+3
2020-07-16RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queueMikhail Malygin1-1/+4
2020-07-16RDMA/rxe: Remove rxe_link_layer()Kamal Heib1-3/+1
2020-07-16RDMA/rxe: Return void from rxe_mem_init_dma()Kamal Heib1-17/+3
2020-07-07RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-05-03RDMA: Group create AH arguments in structMaor Gottlieb1-4/+5
2019-10-28RDMA/rxe: Increase DMA max_segment_size parameterBart Van Assche1-0/+3
2019-10-01RDMA/rxe: Verify modify_device maskKamal Heib1-0/+4
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-3/+3