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
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-28
RDMA/hns: Refactor root BT allocation for MTR
Xi Wang
1
-84
/
+146
2021-05-28
RDMA/hns: Optimize the base address table config for MTR
Xi Wang
7
-53
/
+67
2021-05-26
Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+2
2021-05-26
i40e: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+2
2021-05-26
RDMA/mlx5: Take qp type from mlx5_ib_qp
Maor Gottlieb
5
-36
/
+31
2021-05-20
RDMA/hns: Remove unused CMDQ member
Lang Cheng
1
-1
/
+0
2021-05-20
RDMA/hns: Remove Receive Queue of CMDQ
Lang Cheng
2
-71
/
+23
2021-05-20
RDMA/hns: Rename CMDQ head/tail pointer to PI/CI
Lang Cheng
2
-7
/
+7
2021-05-20
RDMA/hns: Refactor extend link table allocation
Xi Wang
3
-204
/
+122
2021-05-20
RDMA/cxgb4: Remove useless assignments
Tian Tao
1
-1
/
+0
2021-05-20
IB/hfi1: Remove the repeated declaration
Shaokun Zhang
1
-2
/
+0
2021-05-20
RDMA/bnxt_re: Drop unnecessary NULL checks after container_of
Guenter Roeck
2
-30
/
+0
2021-05-20
RDMA/mlx5: Remove unused parameter udata
Lang Cheng
7
-11
/
+7
2021-05-20
RDMA/mlx4: Remove unused parameter udata
Lang Cheng
1
-4
/
+4
2021-05-20
RDMA/hns: Remove unused parameter udata
Lang Cheng
4
-8
/
+5
2021-05-20
RDMA/mlx5: Add SQD2RTS bit to the alloc ucontext response
Sergey Gorenko
1
-0
/
+4
2021-05-20
RDMA/mlx5: Support SQD2RTS for modify QP
Sergey Gorenko
2
-0
/
+18
2021-05-19
RDMA/mlx5: Fix query DCT via DEVX
Maor Gottlieb
1
-4
/
+2
2021-05-18
{net, RDMA}/mlx5: Fix override of log_max_qp by other device
Maor Gottlieb
1
-2
/
+2
2021-05-17
RDMA/mlx5: Recover from fatal event in dual port mode
Maor Gottlieb
1
-0
/
+1
2021-05-17
RDMA/mlx5: Verify that DM operation is reasonable
Maor Gottlieb
1
-0
/
+3
2021-05-11
IB/hfi1: Delete an unneeded bool conversion
Zhen Lei
1
-1
/
+1
2021-05-11
RDMA/mlx5: Remove redundant assignment to ret
Yang Li
1
-1
/
+1
2021-05-11
RDMA/hns: Remove the condition of light load for posting DWQE
Yixian Liu
1
-2
/
+1
2021-05-03
Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-63
/
+5
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
130
-3034
/
+3797
2021-04-30
IB/qib: Remove redundant assignment to ret
Yang Li
1
-1
/
+0
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-6
/
+4
2021-04-27
RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_res
Lv Yunlong
1
-0
/
+1
2021-04-27
IB/hfi1: Remove redundant variable rcd
Jiapeng Chong
1
-4
/
+4
2021-04-27
Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+2
2021-04-20
RDMA/mlx5: Expose private query port
Mark Bloch
1
-0
/
+173
2021-04-20
RDMA/mlx4: Remove an unused variable
Christophe JAILLET
1
-3
/
+0
2021-04-20
RDMA/mlx5: Fix type assignment for ICM DM
Maor Gottlieb
1
-10
/
+13
2021-04-20
IB/mlx5: Set right RoCE l3 type and roce version while deleting GID
Parav Pandit
1
-4
/
+4
2021-04-20
RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one fails
Sindhu Devale
1
-4
/
+2
2021-04-20
RDMA/cxgb4: add missing qpid increment
Potnuri Bharat Teja
1
-1
/
+1
2021-04-19
RDMA/bnxt_re: Get rid of custom module reference counting
Leon Romanovsky
1
-14
/
+2
2021-04-19
RDMA/bnxt_re: Create direct symbol link between bnxt modules
Leon Romanovsky
1
-6
/
+1
2021-04-19
RDMA/bnxt_re: Depend on bnxt ethernet driver and not blindly select it
Leon Romanovsky
1
-3
/
+1
2021-04-13
RDMA/hns: Remove duplicated hem page size config code
Xi Wang
3
-110
/
+76
2021-04-13
RDMA/hns: Enable RoCE on virtual functions
Wei Xu
3
-39
/
+202
2021-04-13
RDMA/hns: Set parameters of all the functions belong to a PF
Wei Xu
1
-2
/
+16
2021-04-13
RDMA/hns: Reserve the resource for the VFs
Wei Xu
3
-28
/
+60
2021-04-13
RDMA/hns: Query the number of functions supported by the PF
Wei Xu
3
-4
/
+10
2021-04-13
RDMA/hns: Simplify function's resource related command
Xi Wang
3
-303
/
+87
2021-04-13
Merge branch 'mlx5_memic_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jason Gunthorpe
8
-367
/
+659
2021-04-13
RDMA/mlx5: Expose UAPI to query DM
Maor Gottlieb
2
-1
/
+47
2021-04-13
RDMA/mlx5: Add support in MEMIC operations
Maor Gottlieb
4
-14
/
+198
2021-04-13
RDMA/mlx5: Add support to MODIFY_MEMIC command
Maor Gottlieb
2
-0
/
+38
[prev]
[next]