aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-2/+4
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-9/+7
2019-02-04RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib1-9/+2
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-2/+2
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-0/+1
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-1/+1
2018-12-12RDMA/rxe: Initialize ib_device_ops structKamal Heib1-43/+47
2018-12-11IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia1-21/+1