summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/qedr
AgeCommit message (Expand)AuthorFilesLines
2026-07-20RDMA: Use ib_no_udata_io() in query_device callbacksLeon Romanovsky1-2/+2
2026-07-14RDMA: Remove redundant memset() from query_device callbacksLeon Romanovsky1-2/+0
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela1-1/+1
2026-06-03RDMA: Update the query_device() opJason Gunthorpe1-1/+6
2026-05-29RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()Jiri Pirko1-6/+7
2026-05-18RDMA: Replace memset with = {} pattern for ib_respond_udata()Jason Gunthorpe1-5/+1
2026-05-18RDMA/qedr: Replace qedr_ib_copy_to_udata() with ib_respond_udata()Jason Gunthorpe1-29/+6
2026-05-18RDMA: Convert drivers using sizeof() to ib_respond_udata()Jason Gunthorpe1-6/+1
2026-03-31RDMA: Remove redundant = {} for udata req structsJason Gunthorpe1-4/+4
2026-03-31RDMA: Use ib_copy_validate_udata_in() for implicit full structsJason Gunthorpe1-23/+11
2026-02-25RDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-16/+16
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-27/+20
2026-01-05RDMA/qedr: Remove unused definesLeon Romanovsky1-20/+0
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas2-2/+7
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger2-2/+3
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault1-1/+2
2024-02-12RDMA/qedr: Fix qedr_create_user_qp error flowKamal Heib1-1/+10
2023-07-31RDMA: Remove unnecessary ternary operatorsRuan Jinjie1-1/+1
2023-07-23RDMA/qedr: Remove a duplicate assignment in qedr_create_gsi_qp()Minjie Du1-1/+0
2022-12-09Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe1-1/+8
2022-10-28RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()Dan Carpenter1-1/+8
2022-10-24RDMA/qedr: fix repeated words in commentswangjianli1-1/+1
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+5
2022-07-18RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr()Jianglei Nie1-3/+5
2022-06-07RDMA/qedr: Fix reporting QP timeout attributeKamal Heib2-1/+4
2022-05-17RDMA/qedr: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi1-1/+0
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+2
2021-12-07RDMA/qedr: Fix reporting max_{send/recv}_wr attrsKamal Heib1-0/+2
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-18/+9
2021-11-01Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-6/+9
2021-11-01Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe3-2/+6
2021-10-29RDMA/qedr: Fix NULL deref for query_qp on the GSI QPAlok Prasad1-6/+9
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+6
2021-10-25RDMA/qedr: Remove unsupported qedr_resize_cq callbackKamal Heib3-12/+0
2021-10-19rdma/qedr: Fix crash due to redundant release of device's qp memoryPrabhakar Kushwaha3-2/+6
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin1-1/+1
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe1-1/+1
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb1-1/+1
2021-08-19RDMA/qedr: Move variables reset to qedr_set_common_qp_params()Prabhakar Kushwaha1-18/+14
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky5-46/+26
2021-07-30RDMA/qedr: Improve error logs for rdma_alloc_tid error returnPrabhakar Kushwaha1-3/+15
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-14/+18
2021-04-12RDMA/qedr: Fix error return code in qedr_iw_connect()Wang Wensheng1-1/+3
2021-04-07RDMA/qedr: Fix kernel panic when trying to access recv_cqKamal Heib1-1/+2
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch3-13/+15
2021-02-16RDMA/qedr: Use true and false for bool variableJiapeng Chong1-4/+4
2021-02-08RDMA/qedr: Remove in_irq() usage from debug outputSebastian Andrzej Siewior1-2/+2
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-34/+18