summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/qedr/verbs.c
AgeCommit message (Expand)Author
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-07-18RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr()Jianglei Nie
2022-06-07RDMA/qedr: Fix reporting QP timeout attributeKamal Heib
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2021-12-07RDMA/qedr: Fix reporting max_{send/recv}_wr attrsKamal Heib
2021-11-01Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe
2021-11-01Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe
2021-10-29RDMA/qedr: Fix NULL deref for query_qp on the GSI QPAlok Prasad
2021-10-25RDMA/qedr: Remove unsupported qedr_resize_cq callbackKamal Heib
2021-10-19rdma/qedr: Fix crash due to redundant release of device's qp memoryPrabhakar Kushwaha
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb
2021-08-19RDMA/qedr: Move variables reset to qedr_set_common_qp_params()Prabhakar Kushwaha
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-07-30RDMA/qedr: Improve error logs for rdma_alloc_tid error returnPrabhakar Kushwaha
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-04-07RDMA/qedr: Fix kernel panic when trying to access recv_cqKamal Heib
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-12-01RDMA/qedr: iWARP invalid(zero) doorbell address fixAlok Prasad
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon
2020-10-01RDMA/qedr: Endianness warnings cleanupAlok Prasad
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky
2020-09-18RDMA/qedr: Fix resource leak in qedr_create_qpKeita Suzuki
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe
2020-09-18RDMA: Fix link active_speed sizeAharon Landau
2020-09-16RDMA/qedr: Add support for user mode XRC-SRQ'sYuval Basson
2020-09-11RDMA/qedr: Fix function prototype parameters alignmentMichal Kalderon
2020-09-11RDMA/qedr: Fix inline size returned for iWARPMichal Kalderon
2020-09-11RDMA/qedr: Fix iWARP active mtu displayMichal Kalderon
2020-09-11RDMA/qedr: Fix doorbell settingMichal Kalderon
2020-09-11RDMA/qedr: Fix qp structure memory leakMichal Kalderon
2020-09-11RDMA/qedr: Remove fbo and zbva from the MRJason Gunthorpe
2020-09-11RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe
2020-09-11RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-codingJason Gunthorpe
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-09-02RDMA/qedr: Fix reported max_pkeysKamal Heib
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-07-27qed: fix assignment of n_rq_elems to incorrect params fieldColin Ian King
2020-07-22qed: add support for different page sizes for chainsAlexander Lobakin
2020-07-22qed: simplify chain allocation with init params structAlexander Lobakin
2020-07-20RDMA/qedr: Remove the query_pkey callbackKamal Heib