index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
bnxt_re
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-13
RDMA/bnxt_re: zero shared page before exposing to userspace
Lord Ulf Henrik Holmberg
1
-1
/
+1
2026-04-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
9
-683
/
+1081
2026-03-30
RDMA/bnxt_re: Clean up uverbs CQ creation path
Leon Romanovsky
1
-19
/
+9
2026-03-30
RDMA/bnxt_re: Replace kcalloc() with kzalloc_objs()
Leon Romanovsky
1
-3
/
+2
2026-03-30
RDMA/bnxt_re: Remove unnecessary checks in kernel CQ creation path
Leon Romanovsky
1
-12
/
+2
2026-03-30
RDMA/bnxt_re: Simplify bnxt_re_init_depth() callers and implementation
Leon Romanovsky
2
-47
/
+42
2026-03-30
RDMA: Properly propagate the number of CQEs as unsigned int
Leon Romanovsky
2
-6
/
+5
2026-03-30
RDMA: Clarify that CQ resize is a user‑space verb
Leon Romanovsky
1
-1
/
+1
2026-03-27
fwctl/bnxt_en: Move common definitions to include/linux/bnxt/
Pavan Chebbi
4
-4
/
+4
2026-03-08
RDMA/bnxt_re: Support application specific CQs
Sriharsha Basavapatna
3
-18
/
+22
2026-03-08
RDMA/bnxt_re: Separate kernel and user CQ creation paths
Sriharsha Basavapatna
1
-53
/
+102
2026-03-08
RDMA/bnxt_re: Refactor bnxt_re_create_cq()
Sriharsha Basavapatna
1
-3
/
+26
2026-03-08
RDMA/bnxt_re: Support doorbell extensions
Kalesh AP
4
-0
/
+184
2026-03-08
RDMA/bnxt_re: Refactor bnxt_qplib_create_qp() function
Kalesh AP
4
-225
/
+295
2026-03-08
RDMA/bnxt_re: Move the UAPI methods to a dedicated file
Kalesh AP
4
-305
/
+344
2026-03-08
RDMA: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATA
Jason Gunthorpe
1
-0
/
+1
2026-03-08
RDMA/bnxt_re: Use ib_respond_empty_udata()
Jason Gunthorpe
1
-10
/
+15
2026-03-08
RDMA/bnxt_re: Use ib_respond_udata()
Jason Gunthorpe
1
-22
/
+9
2026-03-08
RDMA/bnxt_re: Add missing comp_mask validation
Jason Gunthorpe
1
-2
/
+5
2026-03-08
RDMA/bnxt_re: Add compatibility checks to the uapi path for no data
Jason Gunthorpe
1
-0
/
+57
2026-03-08
RDMA/bnxt_re: Add compatibility checks to the uapi path
Jason Gunthorpe
1
-13
/
+16
2026-03-02
RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversion
Leon Romanovsky
1
-1
/
+1
2026-02-25
RDMA: Move DMA block iterator logic into dedicated files
Leon Romanovsky
1
-1
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-8
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-19
/
+19
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
6
-32
/
+32
2026-02-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-9
/
+80
2026-02-02
RDMA/bnxt_re: Report QP rate limit in debugfs
Kalesh AP
1
-2
/
+12
2026-02-02
RDMA/bnxt_re: Report packet pacing capabilities when querying device
Kalesh AP
1
-1
/
+21
2026-02-02
RDMA/bnxt_re: Add support for QP rate limiting
Kalesh AP
7
-6
/
+47
2026-01-10
bnxt_en: Update FW interface to 1.10.3.151
Michael Chan
1
-2
/
+2
2025-12-30
RDMA/bnxt_re: fix dma_free_coherent() pointer
Thomas Fourier
1
-3
/
+1
2025-12-23
RDMA/bnxt_re: Fix to use correct page size for PDE table
Kalesh AP
1
-2
/
+2
2025-12-22
RDMA/bnxt_re: Fix OOB write in bnxt_re_copy_err_stats()
Ding Hui
1
-3
/
+3
2025-12-22
RDMA/bnxt_re: Fix IB_SEND_IP_CSUM handling in post_send
Alok Tiwari
1
-6
/
+1
2025-12-21
RDMA/bnxt_re: Fix incorrect BAR check in bnxt_qplib_map_creq_db()
Alok Tiwari
1
-1
/
+1
2025-12-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
9
-9
/
+163
2025-11-24
RDMA/bnxt_re: Pass correct flag for dma mr creation
Selvin Xavier
3
-7
/
+9
2025-11-24
RDMA/bnxt_re: Fix the inline size for GenP7 devices
Selvin Xavier
1
-1
/
+1
2025-11-20
RDMA/bnxt_re: Fix wrong check for CQ coalesc support
Kalesh AP
1
-1
/
+1
2025-11-09
RDMA/bnxt_re: Add a debugfs entry for CQE coalescing tuning
Kalesh AP
6
-1
/
+153
2025-10-19
RDMA/bnxt_re: Fix a potential memory leak in destroy_gsi_sqp
YanLong Dai
1
-8
/
+3
2025-10-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
16
-346
/
+622
2025-09-24
RDMA/bnxt_re: improve clarity in ALLOC_PAGE handler
Alok Tiwari
1
-1
/
+1
2025-09-24
RDMA/bnxt_re: Remove non-statistics counters from hw_counters
Anantha Prabhu
2
-81
/
+0
2025-09-24
RDMA/bnxt_re: Add debugfs info entry for device and resource information
Anantha Prabhu
1
-0
/
+37
2025-09-21
RDMA/bnxt_re: Fix incorrect errno used in function comments
Alok Tiwari
1
-2
/
+2
2025-09-21
RDMA: Use %pe format specifier for error pointers
Leon Romanovsky
2
-4
/
+3
2025-09-11
RDMA/bnxt_re: Avoid GID level QoS update from the driver
Shravya KN
3
-141
/
+0
[next]