index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/rnbd-clt: Dynamically allocate sglist for rnbd_iu
Gioh Kim
2020-12-16
2
-27
/
+43
*
block/rnbd: Set write-back cache and fua same to the target device
Gioh Kim
2020-12-16
4
-6
/
+22
*
block/rnbd: Fix typos
Jack Wang
2020-12-16
1
-3
/
+3
*
block/rnbd-srv: Protect dev session sysfs removal
Md Haris Iqbal
2020-12-16
1
-1
/
+2
*
block/rnbd-clt: Fix possible memleak
Jack Wang
2020-12-16
1
-2
/
+3
*
block/rnbd-clt: Get rid of warning regarding size argument in strlcpy
Md Haris Iqbal
2020-12-16
1
-2
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-12-16
155
-3623
/
+3481
|
\
|
*
RDMA/cma: Don't overwrite sgid_attr after device is released
Leon Romanovsky
2020-12-14
1
-3
/
+4
|
*
RDMA/mlx5: Fix MR cache memory leak
Maor Gottlieb
2020-12-14
1
-0
/
+1
|
*
RDMA/rxe: Use acquire/release for memory ordering
Bob Pearson
2020-12-12
3
-50
/
+60
|
*
RDMA/hns: Simplify AEQE process for different types of queue
Yixian Liu
2020-12-11
3
-62
/
+23
|
*
RDMA/hns: Fix inaccurate prints
Yixing Liu
2020-12-11
8
-90
/
+107
|
*
RDMA/hns: Fix incorrect symbol types
Wenpeng Liang
2020-12-11
10
-73
/
+73
|
*
RDMA/hns: Clear redundant variable initialization
Xinhao Liu
2020-12-11
2
-5
/
+5
|
*
RDMA/hns: Fix coding style issues
Lang Cheng
2020-12-11
13
-51
/
+43
|
*
RDMA/hns: Remove unnecessary access right set during INIT2INIT
Yixian Liu
2020-12-11
1
-46
/
+0
|
*
RDMA/hns: WARN_ON if get a reserved sl from users
Weihang Li
2020-12-11
1
-0
/
+4
|
*
RDMA/hns: Avoid filling sl in high 3 bits of vlan_id
Weihang Li
2020-12-11
1
-10
/
+1
|
*
RDMA/hns: Do shift on traffic class when using RoCEv2
Weihang Li
2020-12-11
3
-8
/
+12
|
*
RDMA/hns: Normalization the judgment of some features
Wenpeng Liang
2020-12-11
3
-7
/
+7
|
*
RDMA/hns: Limit the length of data copied between kernel and userspace
Wenpeng Liang
2020-12-11
5
-16
/
+22
|
*
RDMA/mlx4: Remove bogus dev_base_lock usage
Vladimir Oltean
2020-12-10
1
-3
/
+0
|
*
RDMA/uverbs: Fix incorrect variable type
Avihai Horon
2020-12-10
1
-9
/
+5
|
*
RDMA/core: Do not indicate device ready when device enablement fails
Jack Morgenstein
2020-12-10
1
-3
/
+4
|
*
RDMA/core: Clean up cq pool mechanism
Jack Morgenstein
2020-12-10
3
-15
/
+9
|
*
RDMA/core: Update kernel documentation for ib_create_named_qp()
Lukas Bulwahn
2020-12-10
1
-0
/
+1
|
*
RDMA/mlx5: Remove unneeded semicolon
Tom Rix
2020-12-10
1
-1
/
+1
|
*
RDMA/iser: Remove in_interrupt() usage
Sebastian Andrzej Siewior
2020-12-07
1
-17
/
+5
|
*
RDMA/mlx5: Assign dev to DM MR
Maor Gottlieb
2020-12-07
4
-30
/
+35
|
*
RDMA/hns: Move capability flags of QP and CQ to hns-abi.h
Weihang Li
2020-12-07
6
-15
/
+1
|
*
IB: Fix kernel-doc markups
Mauro Carvalho Chehab
2020-12-07
12
-23
/
+25
|
*
RDMA/bnxt_re: Fix max_qp_wrs reported
Selvin Xavier
2020-12-07
1
-1
/
+1
|
*
RDMA/i40iw: Replace atomic_add_return(1, ..)
Yejune Deng
2020-12-07
1
-3
/
+3
|
*
Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...
Jason Gunthorpe
2020-12-07
15
-86
/
+150
|
|
\
|
*
|
RDMA/mlx5: Fix error unwinds for rereg_mr
Jason Gunthorpe
2020-12-07
1
-128
/
+188
|
*
|
RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()
Jason Gunthorpe
2020-12-07
3
-129
/
+140
|
*
|
RDMA/uverbs: Allow drivers to create a new HW object during rereg_mr
Jason Gunthorpe
2020-12-07
8
-52
/
+151
|
*
|
RDMA/uverbs: Check ODP in ib_check_mr_access() as well
Jason Gunthorpe
2020-12-07
3
-16
/
+7
|
*
|
RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()
Jason Gunthorpe
2020-12-07
1
-4
/
+6
|
*
|
RDMA/efa: Use dma_set_mask_and_coherent() to simplify code
Gal Pressman
2020-12-02
1
-9
/
+2
|
*
|
RDMA/hns: Refactor process of setting extended sge
Weihang Li
2020-12-02
1
-32
/
+28
|
*
|
RDMA/hns: Bugfix for calculation of extended sge
Yangyang Li
2020-12-02
1
-1
/
+6
|
*
|
RDMA/hns: Fix 0-length sge calculation error
Lang Cheng
2020-12-02
1
-14
/
+10
|
*
|
RDMA/i40iw: Remove push code from i40iw
Shiraz Saleem
2020-12-02
8
-224
/
+18
|
*
|
Merge tag 'v5.10-rc6' into rdma.git for-next
Jason Gunthorpe
2020-12-02
172
-1929
/
+4130
|
|
\
\
|
*
|
|
RDMA/hns: Add support for QP stash
Lang Cheng
2020-11-27
2
-61
/
+75
|
*
|
|
RDMA/hns: Add support for CQ stash
Lang Cheng
2020-11-27
4
-16
/
+37
|
*
|
|
RDMA/hns: Create QP with selected QPN for bank load balance
Yangyang Li
2020-11-27
2
-19
/
+96
|
*
|
|
RDMA/restrack: Support all QP types
Leon Romanovsky
2020-11-27
4
-27
/
+17
|
*
|
|
RDMA/core: Allow drivers to disable restrack DB
Leon Romanovsky
2020-11-27
4
-4
/
+17
[next]