index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hns
/
hns_roce_qp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled
Chengchang Tang
1
-8
/
+8
2024-07-11
RDMA/hns: Fix shift-out-bounds when max_inline_data is 0
Chengchang Tang
1
-1
/
+3
2024-04-16
RDMA/hns: Add mutex_destroy()
wenglianfa
1
-2
/
+7
2024-04-16
RDMA/hns: Remove unused parameters and variables
Chengchang Tang
1
-3
/
+1
2024-04-16
RDMA/hns: Use macro instead of magic number
Yangyang Li
1
-1
/
+2
2024-04-09
RDMA/hns: Support DSCP
Junxian Huang
1
-0
/
+13
2024-03-03
RDMA/hns: Support userspace configuring congestion control algorithm with QP ...
Junxian Huang
1
-0
/
+60
2023-11-19
RDMA/hns: Support SW stats with debugfs
Junxian Huang
1
-1
/
+7
2023-10-19
RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common()
Chengchang Tang
1
-1
/
+1
2023-08-07
RDMA/hns: Fix CQ and QP cache affinity
Chengchang Tang
1
-6
/
+22
2023-01-09
RDMA/hns: Add compatibility handling for only support userspace rq inline
Luoyouming
1
-1
/
+1
2023-01-09
RDMA/hns: Remove rq inline in kernel
Luoyouming
1
-64
/
+0
2022-11-18
RDMA/hns: Fix incorrect sge nums calculation
Luoyouming
1
-17
/
+90
2022-10-06
Merge tag 'v6.0' into rdma.git for-next
Jason Gunthorpe
1
-5
/
+2
2022-09-27
RDMA/hns: Unified Log Printing Style
Guofeng Yue
1
-8
/
+8
2022-08-30
RDMA/hns: Remove redundant member doorbell_qpn of struct hns_roce_qp
Wenpeng Liang
1
-3
/
+0
2022-08-30
RDMA/hns: Fix wrong fixed value of qp->rq.wqe_shift
Wenpeng Liang
1
-5
/
+2
2022-04-11
RDMA/hns: Remove unused function to_hns_roce_state()
Yixing Liu
1
-20
/
+0
2022-01-05
RDMA/hns: Remove support for HIP06
Chengchang Tang
1
-30
/
+7
2021-12-14
RDMA/hns: Support direct wqe of userspace
Yixing Liu
1
-1
/
+53
2021-11-19
RDMA/hns: Correct the type of variables participating in the shift operation
Xinhao Liu
1
-1
/
+1
2021-08-26
RDMA/hns: Delete unnecessary blank lines.
Xinhao Liu
1
-1
/
+0
2021-08-26
RDMA/hns: Encapsulate the qp db as a function
Yixing Liu
1
-53
/
+82
2021-08-26
RDMA/hns: Remove RST2RST error prints for hw v1
Weihang Li
1
-10
/
+1
2021-08-26
RDMA/hns: Fix QP's resp incomplete assignment
Wenpeng Liang
1
-2
/
+1
2021-08-25
RDMA/hns: Bugfix for incorrect association between dip_idx and dgid
Junxian Huang
1
-1
/
+9
2021-08-03
RDMA: Globally allocate and release QP memory
Leon Romanovsky
1
-20
/
+8
2021-08-03
RDMA/hns: Don't overwrite supplied QP attributes
Leon Romanovsky
1
-7
/
+1
2021-06-22
RDMA/hns: Encapsulate flushing CQE as a function
Wenpeng Liang
1
-2
/
+17
2021-06-22
RDMA/hns: Modify function return value type
Yangyang Li
1
-3
/
+1
2021-06-22
RDMA/hns: Fix some print issues
Yixing Liu
1
-3
/
+1
2021-06-16
RDMA/hns: Support getting max QP number from firmware
Xi Wang
1
-1
/
+1
2021-06-08
RDMA/hns: Use refcount_t instead of atomic_t for QP reference counting
Weihang Li
1
-6
/
+6
2021-05-28
RDMA/hns: Optimize the base address table config for MTR
Xi Wang
1
-1
/
+1
2021-05-20
RDMA/hns: Remove unused parameter udata
Lang Cheng
1
-2
/
+2
2021-04-08
RDMA/hns: Remove unsupported QP types
Wenpeng Liang
1
-2
/
+0
2021-04-08
RDMA/hns: Avoid enabling RQ inline on UD
Weihang Li
1
-1
/
+3
2021-04-01
RDMA/hns: Reorganize doorbell update interfaces for all queues
Yixian Liu
1
-5
/
+5
2021-04-01
RDMA/hns: Support configuring doorbell mode of RQ and CQ
Yixian Liu
1
-3
/
+3
2021-03-11
RDMA/hns: Add support for XRC on HIP09
Wenpeng Liang
1
-20
/
+43
2021-03-10
RDMA/hns: Use new SQ doorbell register for HIP09
Lang Cheng
1
-22
/
+27
2021-02-18
Merge tag 'v5.11' into rdma.git for-next
Jason Gunthorpe
1
-5
/
+6
2021-02-08
RDMA/hns: Allocate one more recv SGE for HIP08
Lang Cheng
1
-6
/
+31
2021-01-28
RDMA/hns: Refactor the MTR creation flow
Xi Wang
1
-1
/
+0
2021-01-19
RDMA/hns: Use mutex instead of spinlock for ida allocation
Yangyang Li
1
-5
/
+6
2020-12-11
RDMA/hns: Fix inaccurate prints
Yixing Liu
1
-26
/
+35
2020-12-11
RDMA/hns: Fix incorrect symbol types
Wenpeng Liang
1
-4
/
+4
2020-12-11
RDMA/hns: Fix coding style issues
Lang Cheng
1
-1
/
+1
2020-12-11
RDMA/hns: Normalization the judgment of some features
Wenpeng Liang
1
-1
/
+1
2020-12-11
RDMA/hns: Limit the length of data copied between kernel and userspace
Wenpeng Liang
1
-3
/
+6
[next]