aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re
AgeCommit message (Expand)AuthorFilesLines
2026-05-13RDMA/bnxt_re: zero shared page before exposing to userspaceLord Ulf Henrik Holmberg1-1/+1
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-683/+1081
2026-03-30RDMA/bnxt_re: Clean up uverbs CQ creation pathLeon Romanovsky1-19/+9
2026-03-30RDMA/bnxt_re: Replace kcalloc() with kzalloc_objs()Leon Romanovsky1-3/+2
2026-03-30RDMA/bnxt_re: Remove unnecessary checks in kernel CQ creation pathLeon Romanovsky1-12/+2
2026-03-30RDMA/bnxt_re: Simplify bnxt_re_init_depth() callers and implementationLeon Romanovsky2-47/+42
2026-03-30RDMA: Properly propagate the number of CQEs as unsigned intLeon Romanovsky2-6/+5
2026-03-30RDMA: Clarify that CQ resize is a user‑space verbLeon Romanovsky1-1/+1
2026-03-27fwctl/bnxt_en: Move common definitions to include/linux/bnxt/Pavan Chebbi4-4/+4
2026-03-08RDMA/bnxt_re: Support application specific CQsSriharsha Basavapatna3-18/+22
2026-03-08RDMA/bnxt_re: Separate kernel and user CQ creation pathsSriharsha Basavapatna1-53/+102
2026-03-08RDMA/bnxt_re: Refactor bnxt_re_create_cq()Sriharsha Basavapatna1-3/+26
2026-03-08RDMA/bnxt_re: Support doorbell extensionsKalesh AP4-0/+184
2026-03-08RDMA/bnxt_re: Refactor bnxt_qplib_create_qp() functionKalesh AP4-225/+295
2026-03-08RDMA/bnxt_re: Move the UAPI methods to a dedicated fileKalesh AP4-305/+344
2026-03-08RDMA: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATAJason Gunthorpe1-0/+1
2026-03-08RDMA/bnxt_re: Use ib_respond_empty_udata()Jason Gunthorpe1-10/+15
2026-03-08RDMA/bnxt_re: Use ib_respond_udata()Jason Gunthorpe1-22/+9
2026-03-08RDMA/bnxt_re: Add missing comp_mask validationJason Gunthorpe1-2/+5
2026-03-08RDMA/bnxt_re: Add compatibility checks to the uapi path for no dataJason Gunthorpe1-0/+57
2026-03-08RDMA/bnxt_re: Add compatibility checks to the uapi pathJason Gunthorpe1-13/+16
2026-03-02RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversionLeon Romanovsky1-1/+1
2026-02-25RDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-8/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-19/+19
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-32/+32
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-9/+80
2026-02-02RDMA/bnxt_re: Report QP rate limit in debugfsKalesh AP1-2/+12
2026-02-02RDMA/bnxt_re: Report packet pacing capabilities when querying deviceKalesh AP1-1/+21
2026-02-02RDMA/bnxt_re: Add support for QP rate limitingKalesh AP7-6/+47
2026-01-10bnxt_en: Update FW interface to 1.10.3.151Michael Chan1-2/+2
2025-12-30RDMA/bnxt_re: fix dma_free_coherent() pointerThomas Fourier1-3/+1
2025-12-23RDMA/bnxt_re: Fix to use correct page size for PDE tableKalesh AP1-2/+2
2025-12-22RDMA/bnxt_re: Fix OOB write in bnxt_re_copy_err_stats()Ding Hui1-3/+3
2025-12-22RDMA/bnxt_re: Fix IB_SEND_IP_CSUM handling in post_sendAlok Tiwari1-6/+1
2025-12-21RDMA/bnxt_re: Fix incorrect BAR check in bnxt_qplib_map_creq_db()Alok Tiwari1-1/+1
2025-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-9/+163
2025-11-24RDMA/bnxt_re: Pass correct flag for dma mr creationSelvin Xavier3-7/+9
2025-11-24RDMA/bnxt_re: Fix the inline size for GenP7 devicesSelvin Xavier1-1/+1
2025-11-20RDMA/bnxt_re: Fix wrong check for CQ coalesc supportKalesh AP1-1/+1
2025-11-09RDMA/bnxt_re: Add a debugfs entry for CQE coalescing tuningKalesh AP6-1/+153
2025-10-19RDMA/bnxt_re: Fix a potential memory leak in destroy_gsi_sqpYanLong Dai1-8/+3
2025-10-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16-346/+622
2025-09-24RDMA/bnxt_re: improve clarity in ALLOC_PAGE handlerAlok Tiwari1-1/+1
2025-09-24RDMA/bnxt_re: Remove non-statistics counters from hw_countersAnantha Prabhu2-81/+0
2025-09-24RDMA/bnxt_re: Add debugfs info entry for device and resource informationAnantha Prabhu1-0/+37
2025-09-21RDMA/bnxt_re: Fix incorrect errno used in function commentsAlok Tiwari1-2/+2
2025-09-21RDMA: Use %pe format specifier for error pointersLeon Romanovsky2-4/+3
2025-09-11RDMA/bnxt_re: Avoid GID level QoS update from the driverShravya KN3-141/+0