summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger2024-06-271-1/+2
* RDMA/qedr: Fix qedr_create_user_qp error flowKamal Heib2024-02-121-1/+10
* RDMA: Remove unnecessary ternary operatorsRuan Jinjie2023-07-311-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-08-041-3/+5
|\
| * RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr()Jianglei Nie2022-07-181-3/+5
* | RDMA/qedr: Fix reporting QP timeout attributeKamal Heib2022-06-071-1/+3
|/
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+2
* RDMA/qedr: Fix reporting max_{send/recv}_wr attrsKamal Heib2021-12-071-0/+2
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2021-11-011-6/+9
|\
| * RDMA/qedr: Fix NULL deref for query_qp on the GSI QPAlok Prasad2021-10-291-6/+9
* | Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-011-1/+4
|\|
| * rdma/qedr: Fix crash due to redundant release of device's qp memoryPrabhakar Kushwaha2021-10-191-1/+4
* | RDMA/qedr: Remove unsupported qedr_resize_cq callbackKamal Heib2021-10-251-10/+0
|/
* Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-301-1/+1
|\
| * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-241-1/+1
* | RDMA/qedr: Move variables reset to qedr_set_common_qp_params()Prabhakar Kushwaha2021-08-191-18/+14
* | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-34/+15
* | RDMA/qedr: Improve error logs for rdma_alloc_tid error returnPrabhakar Kushwaha2021-07-301-3/+15
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-011-4/+5
|\
| * RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-4/+5
* | RDMA/qedr: Fix kernel panic when trying to access recv_cqKamal Heib2021-04-071-1/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-161-0/+13
|\
| * RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-0/+3
| * RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+3
| * RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
| * RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-0/+4
* | RDMA/qedr: iWARP invalid(zero) doorbell address fixAlok Prasad2020-12-011-0/+9
|/
* RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon2020-10-011-1/+3
* RDMA/qedr: Endianness warnings cleanupAlok Prasad2020-10-011-2/+2
* RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-291-8/+0
* RDMA/qedr: Fix resource leak in qedr_create_qpKeita Suzuki2020-09-181-25/+27
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-1/+1
|\
| * RDMA: Fix link active_speed sizeAharon Landau2020-09-181-1/+1
* | RDMA/qedr: Add support for user mode XRC-SRQ'sYuval Basson2020-09-161-91/+200
* | RDMA/qedr: Fix function prototype parameters alignmentMichal Kalderon2020-09-111-2/+2
* | RDMA/qedr: Fix inline size returned for iWARPMichal Kalderon2020-09-111-1/+1
* | RDMA/qedr: Fix iWARP active mtu displayMichal Kalderon2020-09-111-1/+2
* | RDMA/qedr: Fix doorbell settingMichal Kalderon2020-09-111-1/+1
* | RDMA/qedr: Fix qp structure memory leakMichal Kalderon2020-09-111-0/+2
* | RDMA/qedr: Remove fbo and zbva from the MRJason Gunthorpe2020-09-111-4/+0
* | RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe2020-09-111-4/+3
* | RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-codingJason Gunthorpe2020-09-111-25/+16
* | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-2/+3
* | RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-091-1/+2
* | RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-091-1/+2
* | RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* | RDMA/qedr: Fix reported max_pkeysKamal Heib2020-09-021-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-20/+25
|\
| * RDMA/qedr: Remove the query_pkey callbackKamal Heib2020-07-201-1/+0