index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-10
RDMA/core: Fix use-after-free when rename device name
Wang Liang
1
-2
/
+7
2025-04-10
RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow
Patrisious Haddad
1
-1
/
+1
2025-04-10
IB/mad: Check available slots before posting receive WRs
Maher Sanalla
1
-18
/
+20
2025-04-10
RDMA/erdma: Prevent use-after-free in erdma_accept_newconn()
Cheng Xu
1
-1
/
+0
2025-04-10
RDMA/mlx5: Fix calculation of total invalidated pages
Chiara Meiohas
1
-4
/
+6
2025-04-10
RDMA/core: Don't expose hw_counters outside of init net namespace
Roman Gushchin
2
-0
/
+10
2025-04-10
RDMA/mlx5: Fix MR cache initialization error flow
Michael Guralnik
1
-11
/
+22
2025-04-10
RDMA/mana_ib: Ensure variable err is initialized
Kees Bakker
1
-1
/
+1
2025-04-10
RDMA/mlx5: Fix page_size variable overflow
Michael Guralnik
1
-4
/
+4
2025-03-12
RDMA/hns: Fix wrong value of max_sge_rd
Junxian Huang
1
-1
/
+1
2025-03-12
RDMA/hns: Fix missing xa_destroy()
Junxian Huang
3
-1
/
+5
2025-03-12
RDMA/hns: Fix a missing rollback in error path of hns_roce_create_qp_common()
Junxian Huang
1
-1
/
+1
2025-03-12
RDMA/hns: Fix invalid sq params not being blocked
Junxian Huang
1
-5
/
+4
2025-03-12
RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db()
Junxian Huang
1
-3
/
+5
2025-03-12
RDMA/hns: Fix soft lockup during bt pages loop
Junxian Huang
1
-1
/
+15
2025-03-12
RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp path
Saravanan Vajravel
1
-2
/
+0
2025-03-06
RDMA/mlx5: Handle errors returned from mlx5r_ib_rate()
Qasim Ijaz
1
-5
/
+9
2025-03-03
RDMA/bnxt_re: Fix reporting maximum SRQs on P7 chips
Preethi G
3
-1
/
+10
2025-03-03
RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indx
Kashyap Desai
1
-1
/
+2
2025-03-03
RDMA/bnxt_re: Fix allocation of QP table
Kashyap Desai
6
-19
/
+19
2025-03-03
RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() tests
Zhu Yanjun
1
-19
/
+6
2025-02-23
RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers
Kashyap Desai
1
-0
/
+2
2025-02-23
RDMA/mlx5: Fix bind QP error cleanup flow
Patrisious Haddad
1
-2
/
+6
2025-02-20
RDMA/mlx5: Fix AH static rate parsing
Patrisious Haddad
3
-4
/
+6
2025-02-20
RDMA/mlx5: Fix implicit ODP hang on parent deregistration
Yishai Hadas
1
-0
/
+1
2025-02-10
RDMA/bnxt_re: Fix the statistics for Gen P7 VF
Selvin Xavier
2
-2
/
+10
2025-02-10
RDMA/bnxt_re: Fix issue in the unload path
Kalesh AP
2
-11
/
+0
2025-02-10
RDMA/bnxt_re: Add sanity checks on rdev validity
Kalesh AP
1
-0
/
+5
2025-02-10
RDMA/bnxt_re: Fix an issue in bnxt_re_async_notifier
Kalesh AP
1
-1
/
+6
2025-02-09
RDMA/hns: Fix mbox timing out by adding retry mechanism
Junxian Huang
2
-16
/
+50
2025-02-06
RDMA/mana_ib: Allocate PAGE aligned doorbell index
Konstantin Taranov
1
-1
/
+1
2025-02-06
RDMA/mlx5: Fix a WARN during dereg_mr for DM type
Yishai Hadas
1
-1
/
+2
2025-02-06
RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error
Yishai Hadas
1
-1
/
+12
2025-02-03
IB/mlx5: Set and get correct qp_num for a DCT QP
Mark Zhang
1
-1
/
+3
2025-02-03
RDMA/mlx5: Fix the recovery flow of the UMR QP
Yishai Hadas
1
-27
/
+56
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-2
/
+2
2025-01-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+3
2025-01-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
60
-1221
/
+1947
2025-01-21
RDMA/mlx5: Fix implicit ODP use after free
Patrisious Haddad
1
-8
/
+22
2025-01-21
RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error
Yishai Hadas
2
-2
/
+17
2025-01-19
RDMA/qib: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-8
/
+8
2025-01-19
RDMA/hfi1: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-7
/
+7
2025-01-14
RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]"
Zhu Yanjun
1
-6
/
+5
2025-01-14
RDMA/cxgb4: Notify rdma stack for IB_EVENT_QP_LAST_WQE_REACHED event
Anumula Murali Mohan Reddy
1
-0
/
+8
2025-01-14
RDMA/bnxt_re: Allocate dev_attr information dynamically
Kalesh AP
8
-45
/
+51
2025-01-14
RDMA/bnxt_re: Pass the context for ulp_irq_stop
Kalesh AP
1
-1
/
+11
2025-01-14
RDMA/bnxt_re: Add support to handle DCB_CONFIG_CHANGE event
Kalesh AP
4
-0
/
+107
2025-01-14
RDMA/bnxt_re: Query firmware defaults of CC params during probe
Kalesh AP
4
-0
/
+121
2025-01-14
RDMA/bnxt_re: Add Async event handling support
Kalesh AP
2
-0
/
+40
2025-01-13
RDMA/mlx5: Fix indirect mkey ODP page count
Michael Guralnik
1
-17
/
+15
[next]