index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/rxe: Fix mr leak in RESPST_ERR_RNR
Li Zhijian
2022-10-25
1
-1
/
+3
*
RDMA/rxe: Remove error/warning messages from packet receiver path
Daisuke Matsuda
2022-09-29
3
-91
/
+28
*
RDMA/rxe: Remove redundant num_sge fields
Bob Pearson
2022-09-27
1
-2
/
+0
*
RDMA/rxe: Fix resize_finish() in rxe_queue.c
Bob Pearson
2022-09-27
1
-5
/
+7
*
RDMA/rxe: Set pd early in mr alloc routines
Bob Pearson
2022-09-27
3
-15
/
+14
*
RDMA/rxe: Add send_common_ack() helper
Li Zhijian
2022-09-26
1
-26
/
+17
*
RDMA/rxe: Use members of generic struct in rxe_mr
Daisuke Matsuda
2022-09-22
4
-14
/
+8
*
RDMA/rxe: convert pr_warn to pr_debug
Li Zhijian
2022-09-08
1
-23
/
+22
*
RDMA/rxe: use %u to print u32 variables
Li Zhijian
2022-09-08
1
-5
/
+5
*
RDMA/rxe: Delete error messages triggered by incoming Read requests
Daisuke Matsuda
2022-08-31
1
-7
/
+3
*
RDMA/rxe: Remove the unused variable obj
Zhu Yanjun
2022-08-31
3
-7
/
+5
*
RDMA/rxe: Fix the error caused by qp->sk
Zhu Yanjun
2022-08-31
1
-2
/
+4
*
RDMA/rxe: Fix "kernel NULL pointer dereference" error
Zhu Yanjun
2022-08-31
1
-1
/
+3
*
RDMA/rxe: Remove an unused member from struct rxe_mr
Daisuke Matsuda
2022-08-29
3
-3
/
+0
*
RDMA/rxe: Fix error unwind in rxe_create_qp()
Zhu Yanjun
2022-08-02
1
-4
/
+8
*
RDMA/rxe: Split qp state for requester and completer
Bob Pearson
2022-08-02
4
-3
/
+10
*
RDMA/rxe: Generate error completion for error requester QP state
Li Zhijian
2022-08-02
1
-1
/
+12
*
RDMA/rxe: Update wqe_index for each wqe error completion
Li Zhijian
2022-08-02
1
-0
/
+2
*
Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"
Li Zhijian
2022-07-27
5
-162
/
+104
*
RDMA/rxe: Replace __rxe_do_task by rxe_run_task
Bob Pearson
2022-07-22
1
-2
/
+2
*
RDMA/rxe: Limit the number of calls to each tasklet
Bob Pearson
2022-07-22
2
-4
/
+18
*
RDMA/rxe: Make the tasklet exits the same
Bob Pearson
2022-07-22
3
-46
/
+60
*
RDMA/rxe: Fix rnr retry behavior
Bob Pearson
2022-07-22
4
-3
/
+22
*
RDMA/rxe: Add rxe_is_fenced() subroutine
Bob Pearson
2022-07-22
1
-6
/
+31
*
RDMA/rxe: For invalidate compare according to set keys in mr
Md Haris Iqbal
2022-07-22
2
-7
/
+7
*
RDMA/rxe: Fix mw bind to allow any consumer key portion
Bob Pearson
2022-07-21
1
-7
/
+0
*
RDMA/rxe: Fix spelling mistake in error print
Zhang Jiaming
2022-07-21
1
-1
/
+1
*
RDMA/rxe: Remove unused qp parameter
Xiao Yang
2022-07-19
3
-5
/
+5
*
RDMA/rxe: Remove unused mask parameter
lizhijian@fujitsu.com
2022-07-18
1
-3
/
+2
*
RDMA/rxe: Rename rxe_atomic_reply to atomic_reply
Xiao Yang
2022-07-18
1
-2
/
+2
*
RDMA/rxe: Add common rxe_prepare_res()
Xiao Yang
2022-07-18
1
-39
/
+32
*
RDMA/rxe: Fix BUG: KASAN: null-ptr-deref in rxe_qp_do_cleanup
Zhu Yanjun
2022-07-18
1
-4
/
+6
*
IB: Fix spelling of 'writable'
Zhang Jiaming
2022-07-04
1
-1
/
+1
*
RDMA/rxe: Remove unnecessary include statement
Bob Pearson
2022-07-04
1
-1
/
+0
*
RDMA/rxe: Replace include statement
Bob Pearson
2022-06-30
1
-3
/
+2
*
RDMA/rxe: Convert pr_warn/err to pr_debug in pyverbs
Bob Pearson
2022-06-30
2
-7
/
+9
*
RDMA/rxe: Fix deadlock in rxe_do_local_ops()
Bob Pearson
2022-06-30
1
-3
/
+5
*
RDMA/rxe: Merge normal and retry atomic flows
Bob Pearson
2022-06-30
3
-46
/
+36
*
RDMA/rxe: Move atomic original value to res
Bob Pearson
2022-06-30
2
-7
/
+8
*
RDMA/rxe: Move atomic responder res to atomic_reply
Bob Pearson
2022-06-30
1
-22
/
+33
*
RDMA/rxe: Add a responder state for atomic reply
Bob Pearson
2022-06-30
1
-6
/
+18
*
RDMA/rxe: Move code to rxe_prepare_atomic_res()
Bob Pearson
2022-06-30
1
-16
/
+27
*
RDMA/rxe: Convert read side locking to rcu
Bob Pearson
2022-06-30
1
-16
/
+8
*
RDMA/rxe: Stop lookup of partially built objects
Bob Pearson
2022-06-30
5
-27
/
+136
*
RDMA/rxe: Remove useless pkt parameters
Xiao Yang
2022-06-24
1
-16
/
+12
*
RDMA/rxe: fix xa_alloc_cycle() error return value check again
Dongliang Mu
2022-06-16
1
-2
/
+2
*
RDMA/rxe: Fix an error handling path in rxe_get_mcg()
Christophe JAILLET
2022-05-24
1
-2
/
+4
*
Merge tag 'v5.18' into rdma.git for-next
Jason Gunthorpe
2022-05-24
2
-56
/
+60
|
\
|
*
RDMA/rxe: Change mcg_lock to a _bh lock
Bob Pearson
2022-05-04
1
-21
/
+15
|
*
RDMA/rxe: Do not call dev_mc_add/del() under a spinlock
Bob Pearson
2022-05-04
1
-28
/
+23
[next]