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-04-13
RDMA/mlx5: Re-organize the DM code
Maor Gottlieb
3
-116
/
+114
2021-04-13
RDMA/mlx5: Move all DM logic to separate file
Maor Gottlieb
8
-362
/
+388
2021-04-13
IB/hfi1: Rework AIP and VNIC dummy netdev usage
Mike Marciniszyn
5
-116
/
+105
2021-04-13
RDMA/qib: Remove useless qib_read_ureg() function
Jiapeng Chong
1
-22
/
+0
2021-04-13
RDMA/hns: Remove unnecessary flush operation for workqueue
Yixian Liu
2
-3
/
+0
2021-04-12
RDMA/i40iw: Use DEFINE_SPINLOCK() for spinlock
Ye Bin
1
-2
/
+1
2021-04-12
RDMA/bnxt_re: Fix error return code in bnxt_qplib_cq_process_terminal()
Wang Wensheng
1
-0
/
+1
2021-04-12
IB/hfi1: Fix error return code in parse_platform_config()
Wang Wensheng
1
-0
/
+1
2021-04-12
RDMA/qedr: Fix error return code in qedr_iw_connect()
Wang Wensheng
1
-1
/
+3
2021-04-12
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jason Gunthorpe
3
-6
/
+4
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-21
/
+20
2021-04-09
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jakub Kicinski
3
-6
/
+4
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-1
/
+2
2021-04-08
RDMA/hns: Prevent le32 from being implicitly converted to u32
Lang Cheng
1
-8
/
+7
2021-04-08
RDMA/hns: Simplify the function config_eqc()
Yixing Liu
2
-183
/
+63
2021-04-08
RDMA/hns: Add XRC subtype in QPC and XRC type in SRQC
Wenpeng Liang
2
-7
/
+11
2021-04-08
RDMA/hns: Remove unsupported QP types
Wenpeng Liang
3
-5
/
+1
2021-04-08
RDMA/hns: Delete unused members in the structure hns_roce_hw
Yangyang Li
3
-32
/
+0
2021-04-08
RDMA/hns: Delete redundant abnormal interrupt status
Wenpeng Liang
2
-16
/
+6
2021-04-08
RDMA/hns: Delete redundant condition judgment related to eq
Yangyang Li
1
-21
/
+6
2021-04-08
RDMA/hns: Fix missing assignment of max_inline_data
Weihang Li
1
-0
/
+1
2021-04-08
RDMA/hns: Avoid enabling RQ inline on UD
Weihang Li
2
-3
/
+8
2021-04-08
RDMA/hns: Modify prints for mailbox and command queue
Wenpeng Liang
2
-10
/
+20
2021-04-08
RDMA/hns: Support more return types of command queue
Lang Cheng
1
-4
/
+14
2021-04-08
RDMA/hns: Enable all CMDQ context
Lang Cheng
2
-41
/
+27
2021-04-07
RDMA/qedr: Fix kernel panic when trying to access recv_cq
Kamal Heib
1
-1
/
+2
2021-04-07
RDMA/hns: Use GFP_ATOMIC under spin lock
Wei Yongjun
1
-1
/
+1
2021-04-07
IB/mlx5: Reduce max order of memory allocated for xlt update
Praveen Kumar Kannoju
1
-1
/
+1
2021-04-07
IB/hfi1: Remove unused function
Kaike Wan
1
-18
/
+0
2021-04-07
IB/hfi1: Use kzalloc() for mmu_rb_handler allocation
Mike Marciniszyn
1
-1
/
+1
2021-04-07
IB/hfi1: Add additional usdma traces
Mike Marciniszyn
3
-3
/
+85
2021-04-07
IB/hfi1: Remove indirect call to hfi1_ipoib_send_dma()
Mike Marciniszyn
3
-16
/
+8
2021-04-07
IB/hfi1: Use napi_schedule_irqoff() for tx napi
Mike Marciniszyn
1
-1
/
+1
2021-04-07
IB/hfi1: Correct oversized ring allocation
Mike Marciniszyn
2
-8
/
+9
2021-04-07
IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdev
Mike Marciniszyn
3
-0
/
+32
2021-04-07
IB/hfi1: Add AIP tx traces
Mike Marciniszyn
2
-3
/
+119
2021-04-07
IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOS
Mike Marciniszyn
4
-19
/
+16
2021-04-07
RDMA/cxgb4: check for ipv6 address properly while destroying listener
Potnuri Bharat Teja
1
-1
/
+2
2021-04-01
RDMA/hns: Reorganize doorbell update interfaces for all queues
Yixian Liu
7
-129
/
+118
2021-04-01
RDMA/hns: Support configuring doorbell mode of RQ and CQ
Yixian Liu
5
-40
/
+66
2021-04-01
RDMA/hns: Simplify command fields for HEM base address configuration
Xi Wang
2
-156
/
+79
2021-04-01
RDMA/hns: Reorganize process of setting HEM
Xi Wang
1
-33
/
+44
2021-04-01
RDMA/hns: Refactor reset state checking flow
Xi Wang
5
-200
/
+220
2021-04-01
RDMA/hns: Reorganize hns_roce_create_cq()
Yixing Liu
1
-28
/
+58
2021-04-01
RDMA/hns: Refactor hns_roce_v2_poll_one()
Weihang Li
1
-179
/
+224
2021-04-01
RDMA/hns: Support congestion control type selection according to the FW
Yangyang Li
4
-3
/
+200
2021-04-01
RDMA/hns: Support query information of functions from FW
Wei Xu
3
-1
/
+37
2021-03-31
RDMA/iw_cxgb4: Use DEFINE_SPINLOCK() for spinlock
Tang Yizhou
1
-2
/
+1
2021-03-30
RDMA/hns: Fix a spelling mistake in hns_roce_hw_v1.c
Ruiqi Gong
1
-4
/
+4
2021-03-30
RDMA/efa: Use strscpy instead of strlcpy
Gal Pressman
1
-5
/
+5
[prev]
[next]