index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hns
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-15
IB/hns: Declare local functions 'static'
Bart Van Assche
1
-29
/
+35
2017-10-15
IB/hns: Annotate iomem pointers correctly
Bart Van Assche
3
-8
/
+10
2017-10-04
RDMA/hns: return 0 rather than return a garbage status value
Colin Ian King
1
-0
/
+1
2017-09-29
RDMA/hns: Fix calltrace for sleeping in atomic
Lijun Ou
1
-1
/
+1
2017-09-29
RDMA/hns: Don't unregister a callback we didn't register
Lijun Ou
2
-2
/
+0
2017-09-29
RDMA/hns: Avoid NULL pointer exception
Wei Hu(Xavier)
1
-0
/
+5
2017-09-29
RDMA/hns: Set rdma_ah_attr type for querying qp
Lijun Ou
2
-0
/
+3
2017-09-29
RDMA/hns: Only assign dest_qp if IB_QP_DEST_QPN bit is set
Lijun Ou
1
-4
/
+5
2017-09-29
RDMA/hns: Check return value of kzalloc
Wei Hu(Xavier)
4
-12
/
+29
2017-09-29
RDMA/hns: Refactor code for readability
Lijun Ou
1
-44
/
+51
2017-09-29
RDMA/hns: Modify the value with rd&dest_rd of qp_attr
Lijun Ou
1
-2
/
+2
2017-09-29
RDMA/hns: remove redundant assignment to variable j
Colin Ian King
1
-1
/
+0
2017-09-29
RDMA/hns: make various function static, fixes warnings
Colin Ian King
3
-18
/
+18
2017-09-27
RDMA/hns: Delete the unnecessary initializing enum to zero
Wei Hu(Xavier)
1
-1
/
+1
2017-09-27
RDMA/hns: Fix inconsistent warning
Wei Hu(Xavier)
1
-1
/
+1
2017-09-27
RDMA/hns: Replace condition statement using hardware version information
Wei Hu(Xavier)
1
-1
/
+2
2017-09-27
RDMA/hns: Add releasing resource operation in error branch
Wei Hu(Xavier)
1
-0
/
+2
2017-09-27
RDMA/hns: Configure the MTPT in hip08
Wei Hu(Xavier)
2
-0
/
+162
2017-09-27
RDMA/hns: Add support for processing send wr and receive wr
Wei Hu(Xavier)
6
-6
/
+406
2017-09-27
RDMA/hns: Add QP operations support for hip08 SoC
Wei Hu(Xavier)
6
-29
/
+1883
2017-09-27
RDMA/hns: Add CQ operations support for hip08 RoCE driver
Wei Hu(Xavier)
5
-14
/
+614
2017-09-27
RDMA/hns: Configure mac&gid and user access region for hip08 RoCE driver
Wei Hu(Xavier)
4
-5
/
+76
2017-09-27
RDMA/hns: Support multi hop addressing for PBL in hip08
Wei Hu(Xavier)
4
-24
/
+418
2017-09-27
RDMA/hns: Split CQE from MTT in hip08
Shaobo Xu
6
-19
/
+98
2017-09-27
RDMA/hns: Update the interfaces for MTT/CQE multi hop addressing in hip08
Shaobo Xu
8
-36
/
+143
2017-09-27
RDMA/hns: Configure BT BA and BT attribute for the contexts in hip08
Wei Hu(Xavier)
3
-1
/
+292
2017-09-27
RDMA/hns: Add the interfaces to support multi hop addressing for the contexts...
Shaobo Xu
6
-12
/
+630
2017-09-27
RDMA/hns: Add mailbox's implementation for hip08 RoCE driver
Wei Hu(Xavier)
7
-93
/
+195
2017-09-27
RDMA/hns: Add profile support for hip08 driver
Wei Hu(Xavier)
5
-4
/
+423
2017-09-27
RDMA/hns: Add command queue support for hip08 RoCE driver
Wei Hu(Xavier)
5
-1
/
+420
2017-09-27
RDMA/hns: Modify assignment device variable to support both PCI device and pl...
Wei Hu(Xavier)
10
-40
/
+41
2017-09-27
RDMA/hns: Initialize the PCI device for hip08 RoCE
Wei Hu(Xavier)
4
-0
/
+167
2017-09-27
RDMA/hns: Move priv in order to add multiple hns_roce support
Wei Hu(Xavier)
2
-28
/
+35
2017-09-27
RDMA/hns: Split hw v1 driver from hns roce driver
Wei Hu(Xavier)
12
-247
/
+330
2017-08-18
Merge branch 'k.o/for-4.13-rc' into k.o/for-next
Doug Ledford
2
-2
/
+4
2017-08-16
IB/hns: fix memory leak on ah on error return path
Colin Ian King
1
-1
/
+3
2017-08-14
IB/hns: Avoid compile test under non 64bit environments
Matan Barak
1
-1
/
+1
2017-08-14
Revert "RDMA/hns: fix build regression"
Doug Ledford
1
-1
/
+0
2017-08-04
IB/hns: checking for IS_ERR() instead of NULL
Dan Carpenter
1
-1
/
+1
2017-07-31
IB/hns: include linux/interrupt.h
Arnd Bergmann
1
-0
/
+1
2017-07-28
RDMA/hns: fix build regression
Doug Ledford
1
-0
/
+1
2017-07-28
IB/hns: fix semicolon.cocci warnings
kbuild test robot
1
-1
/
+1
2017-07-28
IB/hns: fix returnvar.cocci warnings
kbuild test robot
1
-2
/
+1
2017-07-28
IB/hns: fix boolreturn.cocci warnings
kbuild test robot
1
-1
/
+1
2017-07-28
IB/hns: Support compile test for hns RoCE driver
Matan Barak
3
-1
/
+3
2017-07-18
IB/hns: Fix for checkpatch.pl comment style warnings
oulijun
1
-4
/
+6
2017-07-18
IB/hns: Fix the bug with modifying the MAC address without removing the driver
oulijun
1
-3
/
+0
2017-07-18
IB/hns: Fix the bug with rdma operation
oulijun
1
-4
/
+4
2017-07-18
IB/hns: Fix the bug with wild pointer when destroy rc qp
oulijun
1
-5
/
+7
2017-07-18
IB/hns: Fix the bug of polling cq failed for loopback Qps
oulijun
1
-19
/
+34
[next]