index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
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
/
sw
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
RDMA/siw: Fix connection failure handling
Bernard Metzler
1
-4
/
+12
2023-09-13
RDMA/siw: Correct wrong debug message
Guoqing Jiang
1
-1
/
+1
2023-09-13
RDMA/siw: Balance the reference of cep->kref in the error path
Guoqing Jiang
1
-1
/
+0
2023-09-13
RDMA/rxe: Fix incomplete state save in rxe_requester
Bob Pearson
1
-20
/
+25
2023-09-13
RDMA/rxe: Split rxe_run_task() into two subroutines
Bob Pearson
8
-34
/
+44
2023-09-13
RDMA/siw: Fabricate a GID on tun and loopback devices
Chuck Lever
3
-16
/
+11
2023-07-19
RDMA/rxe: Fix access checks in rxe_check_bind_mw
Bob Pearson
1
-8
/
+9
2023-07-19
RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mw.c
Bob Pearson
1
-10
/
+10
2023-07-19
RDMA/rxe: Add ibdev_dbg macros for rxe
Bob Pearson
1
-0
/
+19
2023-06-21
RDMA/rxe: Fix the use-before-initialization error of resp_pkts
Zhu Yanjun
1
-4
/
+3
2023-06-21
RDMA/rxe: Removed unused name from rxe_task struct
Bob Pearson
3
-12
/
+5
2023-06-21
RDMA/rxe: Fix ref count error in check_rkey()
Bob Pearson
1
-1
/
+2
2023-06-21
RDMA/rxe: Fix packet length checks
Bob Pearson
1
-0
/
+6
2023-06-05
RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"
Zhu Yanjun
1
-2
/
+5
2023-05-11
RDMA/siw: Remove namespace check from siw_netdev_event()
Tetsuo Handa
1
-3
/
+0
2023-05-11
RDMA/rdmavt: Delete unnecessary NULL check
Natalia Petrova
1
-2
/
+0
2023-05-11
RDMA/siw: Fix potential page_array out of range access
Daniil Dulov
1
-1
/
+1
2023-03-10
RDMA/siw: Fix user page pinning accounting
Bernard Metzler
1
-11
/
+12
2023-03-10
RDMA/rxe: Fix missing memory barriers in rxe_queue.h
Bob Pearson
2
-52
/
+76
2023-03-10
RDMA/rxe: cleanup some error handling in rxe_verbs.c
Yunsheng Lin
1
-57
/
+23
2023-02-01
RDMA/rxe: Prevent faulty rkey generation
Daisuke Matsuda
1
-5
/
+5
2023-02-01
RDMA/rxe: Fix inaccurate constants in rxe_type_info
Daisuke Matsuda
1
-11
/
+11
2022-12-31
RDMA/siw: Fix pointer cast warning
Arnd Bergmann
1
-1
/
+1
2022-12-31
RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed
Zhang Xiaoxu
1
-3
/
+3
2022-12-31
RDMA/rxe: Fix mr->map double free
Li Zhijian
1
-7
/
+2
2022-12-31
RDMA/siw: Set defined status for work completion with undefined status
Bernard Metzler
1
-2
/
+2
2022-12-31
RDMA/siw: Fix immediate work request flush to completion queue
Bernard Metzler
2
-6
/
+58
2022-10-25
RDMA/rxe: Fix mr leak in RESPST_ERR_RNR
Li Zhijian
1
-1
/
+3
2022-10-06
Merge tag 'v6.0' into rdma.git for-next
Jason Gunthorpe
1
-4
/
+14
2022-09-29
RDMA/rxe: Remove error/warning messages from packet receiver path
Daisuke Matsuda
3
-91
/
+28
2022-09-27
IB/rdmavt: Add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
1
-2
/
+2
2022-09-27
RDMA/rxe: Remove redundant num_sge fields
Bob Pearson
1
-2
/
+0
2022-09-27
RDMA/rxe: Fix resize_finish() in rxe_queue.c
Bob Pearson
1
-5
/
+7
2022-09-27
RDMA/rxe: Set pd early in mr alloc routines
Bob Pearson
3
-15
/
+14
2022-09-26
RDMA/rxe: Add send_common_ack() helper
Li Zhijian
1
-26
/
+17
2022-09-22
RDMA/rxe: Use members of generic struct in rxe_mr
Daisuke Matsuda
4
-14
/
+8
2022-09-20
RDMA/siw: Fix QP destroy to wait for all references dropped.
Bernard Metzler
3
-1
/
+5
2022-09-20
RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.
Bernard Metzler
1
-12
/
+15
2022-09-08
RDMA/rxe: convert pr_warn to pr_debug
Li Zhijian
1
-23
/
+22
2022-09-08
RDMA/rxe: use %u to print u32 variables
Li Zhijian
1
-5
/
+5
2022-09-04
RDMA/siw: Pass a pointer to virt_to_page()
Linus Walleij
1
-4
/
+14
2022-09-01
RDMA/siw: Add missing Kconfig selections
Tom Talpey
1
-1
/
+4
2022-08-31
RDMA/rxe: Delete error messages triggered by incoming Read requests
Daisuke Matsuda
1
-7
/
+3
2022-08-31
RDMA/rxe: Remove the unused variable obj
Zhu Yanjun
3
-7
/
+5
2022-08-31
RDMA/rxe: Fix the error caused by qp->sk
Zhu Yanjun
1
-2
/
+4
2022-08-31
RDMA/rxe: Fix "kernel NULL pointer dereference" error
Zhu Yanjun
1
-1
/
+3
2022-08-29
RDMA/rxe: Remove an unused member from struct rxe_mr
Daisuke Matsuda
3
-3
/
+0
2022-08-02
RDMA/rxe: Fix error unwind in rxe_create_qp()
Zhu Yanjun
1
-4
/
+8
2022-08-02
RDMA/rxe: Split qp state for requester and completer
Bob Pearson
4
-3
/
+10
2022-08-02
RDMA/rxe: Generate error completion for error requester QP state
Li Zhijian
1
-1
/
+12
[next]