aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr/verbs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-25RDMA/qedr: Remove unsupported qedr_resize_cq callbackKamal Heib1-1/+0
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-2/+2
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-5/+6
2020-09-16RDMA/qedr: Add support for user mode XRC-SRQ'sYuval Basson1-1/+2
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-1/+1
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-1/+1
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky1-1/+1
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-1/+1
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb1-1/+1
2019-11-12RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky1-4/+3
2019-11-06RDMA/qedr: Remove unsupported modify_port callbackKamal Heib1-2/+0
2019-11-06RDMA/qedr: Use the common mmap APIMichal Kalderon1-1/+2
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-3/+2
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-1/+1
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-4/+3
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-3/+3
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-3/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-7/+7
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-2/+2
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-3/+3
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-1/+1
2018-08-14qedr: Add support for kernel mode SRQ'sYuval Bason1-0/+9
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-4/+4
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-1/+0
2018-04-03IB/qedr: Remove GID add/del dummy routinesParav Pandit1-5/+0
2017-08-18RDMA/qedr: Add support for registering an iWARP deviceKalderon, Michal1-0/+2
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+2
2016-10-14qedr: Add events support and register IB deviceRam Amrani1-0/+9
2016-10-14qedr: Add GSI supportRam Amrani1-0/+3
2016-10-14qedr: Add support for data pathRam Amrani1-0/+5
2016-10-14qedr: Add support for memory registeration verbsRam Amrani1-0/+11
2016-10-14qedr: Add support for QP verbsRam Amrani1-0/+7
2016-10-14qedr: Add support for PD,PKEY and CQ verbsRam Amrani1-0/+14
2016-10-14qedr: Add support for user context verbsRam Amrani1-0/+52