index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hns
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-05-09
17
-748
/
+494
|
\
|
*
RDMA: Introduce and use GID attr helper to read RoCE L2 fields
Parav Pandit
2019-05-03
2
-8
/
+13
|
*
Merge branch 'rdma_mmap' into rdma.git for-next
Jason Gunthorpe
2019-04-24
3
-7
/
+6
|
|
\
|
*
|
RDMA/hns: Remove asynchronic QP destroy
Leon Romanovsky
2019-04-24
3
-406
/
+13
|
*
|
RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()
Jason Gunthorpe
2019-04-09
1
-20
/
+10
|
*
|
RDMA/hns: Support to create 1M srq queue
chenglang
2019-04-08
1
-1
/
+1
|
*
|
RDMA/hns: Dump detailed driver-specific CQ
Lijun Ou
2019-04-08
8
-2
/
+181
|
*
|
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
2019-04-08
3
-38
/
+24
|
*
|
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
2019-04-08
3
-21
/
+13
|
*
|
RDMA/hns: Fix bad endianess of port_pd variable
Leon Romanovsky
2019-04-02
1
-1
/
+1
|
*
|
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
2019-04-01
4
-20
/
+16
|
*
|
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
2019-04-01
2
-12
/
+19
|
*
|
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
2019-04-01
9
-28
/
+29
|
*
|
RDMA/hns: Convert qp_table_tree to XArray
Matthew Wilcox
2019-03-29
2
-40
/
+16
|
*
|
RDMA/hns: Convert cq_table to XArray
Matthew Wilcox
2019-03-29
2
-24
/
+12
|
*
|
RDMA/hns: Limit scope of hns_roce_cmq_send()
Leon Romanovsky
2019-03-27
1
-1
/
+1
|
*
|
RDMA/hns: Delete unused variable in hns_roce_v2_modify_qp function
Lijun Ou
2019-03-26
1
-2
/
+0
|
*
|
RDMA/hns: Bugfix for sending with invalidate
Lijun Ou
2019-03-26
1
-1
/
+1
|
*
|
RDMA/hns: Hide error print information with roce vf device
Lijun Ou
2019-03-26
1
-7
/
+5
|
*
|
RDMA/hns: Only assgin some fields if the relatived attr_mask is set
Lijun Ou
2019-03-26
1
-71
/
+81
|
*
|
RDMA/hns: Update the range of raq_psn field of qp context
Lijun Ou
2019-03-26
1
-2
/
+2
|
*
|
RDMA/hns: Only assign the fields of the rq psn if IB_QP_RQ_PSN is set
Lijun Ou
2019-03-26
1
-12
/
+16
|
*
|
RDMA/hns: Only assign the relatived fields of psn if IB_QP_SQ_PSN is set
Lijun Ou
2019-03-26
1
-37
/
+46
*
|
|
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2019-05-07
1
-2
/
+0
|
\
\
\
|
*
|
|
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-08
1
-2
/
+0
|
|
/
/
*
|
/
RDMA/hns: Bugfix for mapping user db
Lijun Ou
2019-04-25
1
-1
/
+1
|
|
/
|
/
|
*
|
RDMA/hns: Bugfix for SCC hem free
Yangyang Li
2019-04-08
1
-3
/
+0
*
|
RDMA/hns: Fix bug that caused srq creation to fail
Lijun Ou
2019-04-08
2
-4
/
+6
|
/
*
RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp
YueHaibing
2019-03-04
1
-1
/
+1
*
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
2019-02-22
1
-17
/
+9
*
RDMA/hns: Bugfix for set hem of SCC
Yangyang Li
2019-02-20
1
-0
/
+3
*
RDMA/hns: Modify qp&cq&pd specification according to UM
Lijun Ou
2019-02-20
1
-5
/
+5
*
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
2019-02-15
1
-12
/
+9
*
RDMA/hns: Configure capacity of hns device
Lijun Ou
2019-02-14
1
-0
/
+5
*
RDMA/hns: Delete useful prints for aeq subtype event
Yixian Liu
2019-02-14
1
-51
/
+6
*
RDMA/hns: Set allocated memory to zero for wrid
Yixian Liu
2019-02-14
1
-4
/
+4
*
RDMA/hns: Fix the state of rereg mr
Yixian Liu
2019-02-14
1
-0
/
+3
*
RDMA/hns: Limit minimum ROCE CQ depth to 64
chenglang
2019-02-14
1
-0
/
+1
*
RDMA: Fix allocation failure on pointer pd
Colin Ian King
2019-02-13
1
-1
/
+1
*
RDMA/hns: Use for_each_sg_dma_page iterator on umem SGL
Shiraz, Saleem
2019-02-11
4
-74
/
+56
*
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
2019-02-09
4
-32
/
+28
*
RDMA/hns: Fix the chip hanging caused by sending doorbell during reset
Wei Hu (Xavier)
2019-02-05
3
-9
/
+28
*
RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset
Wei Hu (Xavier)
2019-02-05
4
-13
/
+167
*
RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs
Wei Hu (Xavier)
2019-02-05
3
-13
/
+112
*
RDMA/hns: Make some function static
YueHaibing
2019-02-04
2
-5
/
+6
*
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
2019-02-04
1
-2
/
+8
|
\
|
*
RDMA/hns: Update the kernel header file of hns
Lijun Ou
2019-01-25
1
-2
/
+8
*
|
RDMA/hns: Remove set but not used variable 'rst'
YueHaibing
2019-01-31
1
-2
/
+1
*
|
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
2019-01-30
2
-2
/
+2
[next]