index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-12
RDMA/rxe: Add elem_offset field to rxe_type_info
Bob Pearson
2
-0
/
+11
2021-01-12
RDMA/rxe: Let pools support both keys and indices
Bob Pearson
2
-47
/
+58
2021-01-12
RDMA/rxe: Remove unneeded RXE_POOL_ATOMIC flag
Bob Pearson
1
-1
/
+1
2021-01-12
RDMA/rxe: Add check for supported QP types
Xiao Yang
1
-0
/
+11
2021-01-08
RDMA/siw: Fix handling of zero-sized Read and Receive Queues.
Bernard Metzler
5
-146
/
+177
2021-01-07
RDMA: Use kzalloc for allocating only one thing
Zheng Yongjun
2
-2
/
+2
2021-01-07
RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()
Tom Rix
1
-1
/
+1
2021-01-07
RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
Dinghao Liu
1
-0
/
+3
2021-01-07
RDMA/cma: Delete useless kfree code
Zheng Yongjun
1
-10
/
+2
2021-01-07
RDMA/hfi1: remove h from printk format specifier
Tom Rix
1
-1
/
+1
2021-01-07
RDMA/hns: remove h from printk format specifier
Tom Rix
1
-1
/
+1
2021-01-07
RDMA/restrack: Don't treat as an error allocation ID wrapping
Leon Romanovsky
1
-0
/
+1
2021-01-07
RDMA: Convert comma to semicolon
Zheng Yongjun
4
-5
/
+5
2021-01-06
RDMA/ucma: Do not miss ctx destruction steps in some cases
Jason Gunthorpe
1
-63
/
+72
2020-12-16
block/rnbd-clt: Does not request pdu to rtrs-clt
Gioh Kim
2
-13
/
+0
2020-12-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
152
-3582
/
+3462
2020-12-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-4
/
+4
2020-12-14
RDMA/cma: Don't overwrite sgid_attr after device is released
Leon Romanovsky
1
-3
/
+4
2020-12-14
RDMA/mlx5: Fix MR cache memory leak
Maor Gottlieb
1
-0
/
+1
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-5
/
+13
2020-12-11
RDMA/rxe: Use acquire/release for memory ordering
Bob Pearson
3
-50
/
+60
2020-12-11
RDMA/hns: Simplify AEQE process for different types of queue
Yixian Liu
3
-62
/
+23
2020-12-11
RDMA/hns: Fix inaccurate prints
Yixing Liu
8
-90
/
+107
2020-12-11
RDMA/hns: Fix incorrect symbol types
Wenpeng Liang
10
-73
/
+73
2020-12-11
RDMA/hns: Clear redundant variable initialization
Xinhao Liu
2
-5
/
+5
2020-12-11
RDMA/hns: Fix coding style issues
Lang Cheng
13
-51
/
+43
2020-12-11
RDMA/hns: Remove unnecessary access right set during INIT2INIT
Yixian Liu
1
-46
/
+0
2020-12-11
RDMA/hns: WARN_ON if get a reserved sl from users
Weihang Li
1
-0
/
+4
2020-12-11
RDMA/hns: Avoid filling sl in high 3 bits of vlan_id
Weihang Li
1
-10
/
+1
2020-12-11
RDMA/hns: Do shift on traffic class when using RoCEv2
Weihang Li
3
-8
/
+12
2020-12-11
RDMA/hns: Normalization the judgment of some features
Wenpeng Liang
3
-7
/
+7
2020-12-11
RDMA/hns: Limit the length of data copied between kernel and userspace
Wenpeng Liang
5
-16
/
+22
2020-12-10
RDMA/mlx4: Remove bogus dev_base_lock usage
Vladimir Oltean
1
-3
/
+0
2020-12-10
RDMA/uverbs: Fix incorrect variable type
Avihai Horon
1
-9
/
+5
2020-12-10
RDMA/core: Do not indicate device ready when device enablement fails
Jack Morgenstein
1
-3
/
+4
2020-12-10
RDMA/core: Clean up cq pool mechanism
Jack Morgenstein
3
-15
/
+9
2020-12-10
RDMA/core: Update kernel documentation for ib_create_named_qp()
Lukas Bulwahn
1
-0
/
+1
2020-12-10
RDMA/mlx5: Remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-12-09
RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait
Leon Romanovsky
1
-0
/
+2
2020-12-07
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jakub Kicinski
5
-153
/
+168
2020-12-07
RDMA/core: Fix empty gid table for non IB/RoCE devices
Gal Pressman
1
-3
/
+0
2020-12-07
RDMA/iser: Remove in_interrupt() usage
Sebastian Andrzej Siewior
1
-17
/
+5
2020-12-07
RDMA/mlx5: Assign dev to DM MR
Maor Gottlieb
4
-30
/
+35
2020-12-07
RDMA/hns: Move capability flags of QP and CQ to hns-abi.h
Weihang Li
6
-15
/
+1
2020-12-07
IB: Fix kernel-doc markups
Mauro Carvalho Chehab
12
-23
/
+25
2020-12-07
RDMA/bnxt_re: Fix max_qp_wrs reported
Selvin Xavier
1
-1
/
+1
2020-12-07
RDMA/i40iw: Replace atomic_add_return(1, ..)
Yejune Deng
1
-3
/
+3
2020-12-07
RDMA/mlx5: Fix error unwinds for rereg_mr
Jason Gunthorpe
1
-127
/
+187
2020-12-07
RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()
Jason Gunthorpe
3
-129
/
+140
2020-12-07
RDMA/uverbs: Allow drivers to create a new HW object during rereg_mr
Jason Gunthorpe
8
-51
/
+150
[prev]
[next]