index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-04
IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition
Niels Dossche
1
-1
/
+5
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
20
-968
/
+866
2022-03-16
RDMA/rxe: Use standard names for ref counting
Bob Pearson
12
-96
/
+94
2022-03-16
RDMA/rxe: Replace red-black trees by xarrays
Bob Pearson
6
-280
/
+85
2022-03-15
RDMA/rxe: Shorten pool names in rxe_pool.c
Bob Pearson
1
-8
/
+8
2022-03-15
RDMA/rxe: Move max_elem into rxe_type_info
Bob Pearson
3
-20
/
+20
2022-03-15
RDMA/rxe: Replace obj by elem in declaration
Bob Pearson
2
-2
/
+2
2022-03-15
RDMA/rxe: Delete _locked() APIs for pool objects
Bob Pearson
2
-79
/
+12
2022-03-15
RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOC
Bob Pearson
2
-10
/
+13
2022-03-15
RDMA/rxe: Replace mr by rkey in responder resources
Bob Pearson
3
-47
/
+87
2022-03-15
RDMA/rxe: Fix ref error in rxe_av.c
Bob Pearson
5
-35
/
+63
2022-03-14
RDMA/rxe: Remove useless argument for update_state()
Chengguang Xu
1
-2
/
+2
2022-03-14
RDMA/rxe: Change variable and function argument to proper type
Chengguang Xu
1
-5
/
+5
2022-02-23
RDMA/rxe: Cleanup rxe_mcast.c
Bob Pearson
1
-19
/
+78
2022-02-23
RDMA/rxe: Collect cleanup mca code in a subroutine
Bob Pearson
1
-15
/
+26
2022-02-23
RDMA/rxe: Collect mca init code in a subroutine
Bob Pearson
2
-15
/
+44
2022-02-23
RDMA/rxe: Warn if mcast memory is not freed
Bob Pearson
1
-0
/
+2
2022-02-16
RDMA/rxe: Remove mcg from rxe pools
Bob Pearson
7
-36
/
+27
2022-02-16
RDMA/rxe: Remove key'ed object support
Bob Pearson
2
-164
/
+0
2022-02-16
RDMA/rxe: Replace pool key by rxe->mcg_tree
Bob Pearson
5
-64
/
+213
2022-02-16
RDMA/rxe: Replace int num_qp by atomic_t qp_num
Bob Pearson
2
-6
/
+5
2022-02-16
RDMA/rxe: Replace grp by mcg, mce by mca
Bob Pearson
2
-59
/
+59
2022-02-16
RDMA/rxe: Use kzmalloc/kfree for mca
Bob Pearson
5
-90
/
+122
2022-02-16
RDMA/rxe: Move mcg_lock to rxe
Bob Pearson
4
-13
/
+15
2022-02-16
RDMA/rxe: Revert changes from irqsave to bh locks
Bob Pearson
6
-48
/
+69
2022-02-08
RDMA/rxe: Check the last packet by RXE_END_MASK
Xiao Yang
1
-4
/
+6
2022-02-01
RDMA/siw: Fix broken RDMA Read Fence/Resume logic.
Bernard Metzler
2
-15
/
+12
2022-01-28
RDMA/rxe: Remove qp->grp_lock and qp->grp_list
Bob Pearson
3
-16
/
+0
2022-01-28
RDMA/rxe: Remove rxe_drop_all_macst_groups
Bob Pearson
3
-29
/
+0
2022-01-28
RDMA/rxe: Enforce IBA o10-2.2.3
Bob Pearson
5
-8
/
+23
2022-01-28
RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elem
Bob Pearson
4
-23
/
+23
2022-01-28
RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.c
Bob Pearson
3
-41
/
+33
2022-01-28
RDMA/rxe: Move rxe_mcast_add/delete to rxe_mcast.c
Bob Pearson
3
-20
/
+18
2022-01-28
RDMA/rxe: Delete useless module.h include
Leon Romanovsky
2
-2
/
+0
2022-01-28
IB/rdmavt: Validate remote_addr during loopback atomic tests
Mike Marciniszyn
1
-0
/
+2
2022-01-28
RDMA/siw: Fix refcounting leak in siw_create_qp()
Dan Carpenter
1
-1
/
+2
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+1
2022-01-20
hash.h: remove unused define directive
Isabella Basso
1
-2
/
+1
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+3
2022-01-15
RDMA/siw: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
1
-4
/
+3
2022-01-13
Merge tag 'v5.16' into rdma.git for-next
Jason Gunthorpe
1
-9
/
+7
2022-01-07
RDMA/rxe: Use the standard method to produce udp source port
Zhu Yanjun
1
-0
/
+5
2022-01-05
RDMA/rxe: Delete deprecated module parameters interface
Leon Romanovsky
4
-126
/
+0
2022-01-05
RDMA/rxe: Fix indentations and operators sytle
Li Zhijian
1
-368
/
+369
2022-01-05
RDMA/rxe: Fix a typo in opcode name
Chengguang Xu
1
-1
/
+1
2022-01-05
RDMA/rxe: Remove the unused xmit_errors member
Zhu Yanjun
2
-3
/
+0
2022-01-05
RDMA/rxe: Remove redundant err variable
Minghao Chi
1
-6
/
+2
2022-01-04
RDMA/rxe: Prevent double freeing rxe_map_set()
Li Zhijian
1
-9
/
+7
2021-12-14
Merge tag 'v5.16-rc5' into rdma.git for-next
Jason Gunthorpe
1
-0
/
+1
2021-12-07
RDMA/rxe: Remove the unnecessary variable
Zhu Yanjun
1
-4
/
+1
[next]