index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/rxe: Fix spinlock recursion deadlock on requester
Daisuke Matsuda
2023-04-21
1
-3
/
+3
*
RDMA/rxe: Protect QP state with qp->state_lock
Bob Pearson
2023-04-17
7
-218
/
+317
*
RDMA/rxe: Move code to check if drained to subroutine
Bob Pearson
2023-04-17
2
-29
/
+38
*
RDMA/rxe: Remove qp->req.state
Bob Pearson
2023-04-17
7
-66
/
+34
*
RDMA/rxe: Remove qp->comp.state
Bob Pearson
2023-04-17
3
-10
/
+4
*
RDMA/rxe: Remove qp->resp.state
Bob Pearson
2023-04-17
6
-14
/
+8
*
RDMA: Add ib_virt_dma_to_page()
Jason Gunthorpe
2023-04-16
2
-9
/
+9
*
RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"
Zhu Yanjun
2023-04-16
1
-3
/
+8
*
RDMA/rxe: Fix incorrect TASKLET_STATE_SCHED check in rxe_task.c
Bob Pearson
2023-04-12
1
-2
/
+2
*
RDMA/rxe: Clean kzalloc failure paths
Leon Romanovsky
2023-03-30
2
-23
/
+9
*
RDMA/rxe: Remove tasklet call from rxe_cq.c
Bob Pearson
2023-03-29
3
-33
/
+3
*
RDMA/rxe: Rewrite rxe_task.c
Bob Pearson
2023-03-24
2
-56
/
+218
*
RDMA/rxe: Make tasks schedule each other
Bob Pearson
2023-03-24
2
-6
/
+6
*
RDMA/rxe: Remove __rxe_do_task()
Bob Pearson
2023-03-24
3
-58
/
+17
*
RDMA/rxe: Remove qp reference counting in tasks
Bob Pearson
2023-03-24
3
-14
/
+0
*
RDMA/rxe: Cleanup error state handling in rxe_comp.c
Bob Pearson
2023-03-24
3
-23
/
+61
*
RDMA/rxe: Cleanup reset state handling in rxe_resp.c
Bob Pearson
2023-03-24
2
-51
/
+57
*
RDMA/rxe: Convert tasklet args to queue pairs
Bob Pearson
2023-03-24
6
-18
/
+17
*
RDMA/rxe: Add error messages
Bob Pearson
2023-03-24
5
-241
/
+609
*
RDMA/rxe: Extend dbg log messages to err and info
Bob Pearson
2023-03-24
2
-3
/
+47
*
RDMA/rxe: Change rxe_dbg to rxe_dbg_dev
Bob Pearson
2023-03-24
9
-24
/
+25
*
RDMA/rxe: Replace exists by rxe in rxe.c
Bob Pearson
2023-03-24
1
-6
/
+6
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2023-02-25
9
-574
/
+588
|
\
|
*
RDMA/rxe: Fix missing memory barriers in rxe_queue.h
Bob Pearson
2023-02-16
2
-52
/
+76
|
*
RDMA/rxe: Remove rxe_alloc()
Bob Pearson
2023-02-16
4
-66
/
+44
|
*
Subject: RDMA/rxe: Handle zero length rdma
Bob Pearson
2023-02-16
2
-15
/
+51
|
*
RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray
Bob Pearson
2023-01-27
3
-302
/
+254
|
*
RDMA/rxe: Cleanup page variables in rxe_mr.c
Bob Pearson
2023-01-26
2
-20
/
+22
|
*
RDMA-rxe: Isolate mr code from atomic_write_reply()
Bob Pearson
2023-01-26
3
-42
/
+59
|
*
RDMA-rxe: Isolate mr code from atomic_reply()
Bob Pearson
2023-01-26
4
-100
/
+105
|
*
RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c
Bob Pearson
2023-01-26
3
-36
/
+38
|
*
RDMA/rxe: Cleanup mr_check_range
Bob Pearson
2023-01-26
1
-3
/
+1
*
|
RDMA/rxe: Prevent faulty rkey generation
Daisuke Matsuda
2023-01-09
1
-5
/
+5
*
|
RDMA/rxe: Fix inaccurate constants in rxe_type_info
Daisuke Matsuda
2023-01-09
1
-11
/
+11
|
/
*
RDMA/rxe: Fix compile warnings on 32-bit
Jason Gunthorpe
2022-12-15
1
-32
/
+40
*
RDMA/rxe: Enable RDMA FLUSH capability for rxe device
Li Zhijian
2022-12-10
1
-0
/
+2
*
RDMA/rxe: Implement flush completion
Li Zhijian
2022-12-10
1
-1
/
+3
*
RDMA/rxe: Implement flush execution in responder side
Li Zhijian
2022-12-10
4
-20
/
+183
*
RDMA/rxe: Implement RC RDMA FLUSH service in requester side
Li Zhijian
2022-12-10
1
-1
/
+14
*
RDMA/rxe: Extend rxe packet format to support flush
Li Zhijian
2022-12-10
3
-5
/
+73
*
RDMA/rxe: Allow registering persistent flag for pmem MR only
Li Zhijian
2022-12-10
1
-2
/
+20
*
RDMA/rxe: Fix incorrect responder length checking
Bob Pearson
2022-12-10
1
-26
/
+36
*
RDMA/rxe: Fix oops with zero length reads
Daisuke Matsuda
2022-12-09
1
-3
/
+5
*
Merge tag 'v6.1-rc8' into rdma.git for-next
Jason Gunthorpe
2022-12-09
1
-1
/
+3
|
\
|
*
RDMA/rxe: Fix mr leak in RESPST_ERR_RNR
Li Zhijian
2022-10-25
1
-1
/
+3
*
|
RDMA/rxe: Enable atomic write capability for rxe device
Xiao Yang
2022-12-02
1
-0
/
+5
*
|
RDMA/rxe: Implement atomic write completion
Xiao Yang
2022-12-02
1
-0
/
+4
*
|
RDMA/rxe: Make responder support atomic write on RC service
Xiao Yang
2022-12-02
1
-5
/
+79
*
|
RDMA/rxe: Make requester support atomic write on RC service
Xiao Yang
2022-12-02
1
-2
/
+13
*
|
RDMA/rxe: Extend rxe packet format to support atomic write
Xiao Yang
2022-12-02
2
-0
/
+21
[next]