aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-11RDMA/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-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-1/+1
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-7/+2
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-6/+1
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-1/+1
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe1-0/+3
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-8/+1
2020-10-26RDMA: 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-08RDMA/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-23treewide: 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-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-05-02RDMA: 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
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-20/+10
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-2/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-19/+12
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-18/+12
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-10/+6
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-9/+8
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-8/+6
2019-02-19rdma_rxe: Use netlink messages to add/delete linksSteve Wise1-2/+2
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe1-0/+14
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe1-15/+2
2019-02-19RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe1-14/+3