index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hns
/
hns_roce_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-04
RDMA/hns: Remove the num_cqc_timer variable
Yixing Liu
1
-1
/
+1
2022-01-05
RDMA/hns: Remove support for HIP06
Chengchang Tang
1
-57
/
+5
2021-12-14
RDMA/hns: Support direct wqe of userspace
Yixing Liu
1
-6
/
+30
2021-12-06
RDMA/hns: Modify the mapping attribute of doorbell to device
Yixing Liu
1
-1
/
+1
2021-11-17
RDMA/hns: Validate the pkey index
Kamal Heib
1
-0
/
+3
2021-10-29
RDMA/hns: Use the core code to manage the fixed mmap entries
Chengchang Tang
1
-27
/
+112
2021-10-25
RDMA: Constify netdev->dev_addr accesses
Jakub Kicinski
1
-1
/
+2
2021-08-30
Merge branch 'sg_nents' into rdma.git for-next
Jason Gunthorpe
1
-3
/
+1
2021-08-25
RDMA/hns: Bugfix for incorrect association between dip_idx and dgid
Junxian Huang
1
-2
/
+6
2021-08-24
RDMA/hns: Use IDA interface to manage srq index
Yangyang Li
1
-16
/
+1
2021-08-24
RDMA/hns: Use IDA interface to manage uar index
Yangyang Li
1
-9
/
+5
2021-08-03
RDMA: Globally allocate and release QP memory
Leon Romanovsky
1
-0
/
+1
2021-08-03
RDMA/hns: Fix the double unlock problem of poll_sem
Yangyang Li
1
-3
/
+1
2021-06-22
RDMA/hns: Modify function return value type
Yangyang Li
1
-7
/
+1
2021-06-21
RDMA/hns: Use IDA interface to manage xrcd index
Yangyang Li
1
-10
/
+3
2021-06-21
RDMA/hns: Use IDA interface to manage pd index
Yangyang Li
1
-8
/
+2
2021-06-21
RDMA/hns: Use IDA interface to manage mtpt index
Yangyang Li
1
-7
/
+2
2021-04-01
RDMA/hns: Support configuring doorbell mode of RQ and CQ
Yixian Liu
1
-2
/
+4
2021-04-01
RDMA/hns: Support congestion control type selection according to the FW
Yangyang Li
1
-0
/
+2
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
1
-10
/
+10
2021-03-23
RDMA/hns: Support to query firmware version
Lang Cheng
1
-0
/
+14
2021-03-11
RDMA/hns: Add support for XRC on HIP09
Wenpeng Liang
1
-4
/
+28
2021-02-16
RDMA/hns: Adjust definition of FRMR fields
Yixing Liu
1
-1
/
+2
2021-02-08
RDMA/hns: Avoid filling sgid index when modifying QP to RTR
Weihang Li
1
-16
/
+0
2021-02-08
RDMA/hns: Fixed wrong judgments in the goto branch
Wenpeng Liang
1
-2
/
+1
2021-01-18
RDMA/hns: Create CQ with selected CQN for bank load balance
Yangyang Li
1
-7
/
+1
2020-12-11
RDMA/hns: Fix incorrect symbol types
Wenpeng Liang
1
-1
/
+1
2020-12-11
RDMA/hns: Fix coding style issues
Lang Cheng
1
-3
/
+3
2020-12-11
RDMA/hns: Normalization the judgment of some features
Wenpeng Liang
1
-4
/
+4
2020-12-11
RDMA/hns: Limit the length of data copied between kernel and userspace
Wenpeng Liang
1
-1
/
+2
2020-12-07
RDMA/hns: Move capability flags of QP and CQ to hns-abi.h
Weihang Li
1
-1
/
+0
2020-11-26
RDMA/hns: Add UD support for HIP09
Weihang Li
1
-0
/
+1
2020-10-28
RDMA/hns: Add support for filling GMV table
Weihang Li
1
-3
/
+6
2020-10-28
RDMA/hns: Add support for configuring GMV table
Weihang Li
1
-0
/
+17
2020-10-26
RDMA: Remove uverbs cmds from drivers that don't use them
Jason Gunthorpe
1
-2
/
+0
2020-10-26
RDMA: Move more uverbs_cmd_mask settings to the core
Jason Gunthorpe
1
-12
/
+2
2020-10-26
RDMA: Remove elements in uverbs_cmd_mask that all drivers set
Jason Gunthorpe
1
-15
/
+0
2020-10-26
RDMA: Remove uverbs_ex_cmd_mask values that are linked to functions
Jason Gunthorpe
1
-2
/
+0
2020-10-16
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
1
-1
/
+2
2020-09-24
RDMA/hns: Add support for SCCC in size of 64 Bytes
Yangyang Li
1
-3
/
+3
2020-09-24
RDMA/hns: Add support for QPC in size of 512 Bytes
Wenpeng Liang
1
-1
/
+1
2020-09-24
RDMA/hns: Add support for CQE in size of 64 Bytes
Wenpeng Liang
1
-0
/
+2
2020-09-17
RDMA: Clean MW allocation and free flows
Leon Romanovsky
1
-0
/
+2
2020-09-09
RDMA/hns: Avoid unncessary initialization
Lijun Ou
1
-2
/
+2
2020-06-23
RDMA: Add a dedicated CQ resource tracker function
Maor Gottlieb
1
-1
/
+1
2020-05-25
RDMA/hns: Remove unused code about assert
Yangyang Li
1
-1
/
+0
2020-05-06
RDMA/hns: Remove unused MTT functions
Xi Wang
1
-68
/
+2
2020-01-15
RDMA/hns: Remove some redundant variables related to capabilities
Weihang Li
1
-1
/
+1
2020-01-10
RDMA/hns: Add support for reporting wc as software mode
Xi Wang
1
-0
/
+47
2020-01-07
RDMA/hns: Fix coding style issues
Lijun Ou
1
-29
/
+28
[next]