index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-01
Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+0
2020-05-29
hfi1: get rid of pointless access_ok()
Al Viro
1
-7
/
+0
2020-05-25
RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()
Qiushi Wu
1
-1
/
+1
2020-05-21
RDMA/mlx5: Fix NULL pointer dereference in destroy_prefetch_work
Maor Gottlieb
1
-0
/
+1
2020-05-19
IB/qib: Call kobject_put() when kobject_init_and_add() fails
Kaike Wan
1
-4
/
+5
2020-05-12
RDMA/iw_cxgb4: Fix incorrect function parameters
Potnuri Bharat Teja
1
-4
/
+3
2020-05-12
IB/hfi1: Fix another case where pq is left on waitlist
Mike Marciniszyn
1
-4
/
+0
2020-05-12
IB/i40iw: Remove bogus call to netdev_master_upper_dev_get()
Denis V. Lunev
1
-8
/
+0
2020-05-12
IB/mlx4: Test return value of calls to ib_get_cached_pkey
Jack Morgenstein
1
-3
/
+11
2020-05-04
i40iw: Fix error handling in i40iw_manage_arp_cache()
Dan Carpenter
1
-1
/
+1
2020-04-22
RDMA/mlx5: Set GRH fields in query QP on RoCE
Aharon Landau
1
-1
/
+3
2020-04-14
RDMA/mlx4: Initialize ib_spec on the stack
Alaa Hleihel
1
-1
/
+2
2020-04-14
i40iw: fix null pointer dereference on a null wqe pointer
Colin Ian King
1
-1
/
+1
2020-04-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
73
-3877
/
+4592
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-16
/
+58
2020-03-30
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-03-30
RDMA/bnxt_re: make bnxt_re_ib_init static
YueHaibing
1
-1
/
+1
2020-03-29
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
3
-15
/
+56
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-7
/
+56
2020-03-29
IB/qib: Delete struct qib_ivdev.qp_rnd
George Spelvin
2
-3
/
+0
2020-03-29
RDMA/hns: Fix uninitialized variable bug
Gustavo A. R. Silva
1
-1
/
+1
2020-03-29
RDMA/hns: Modify the mask of QP number for CQE of hip08
Lang Cheng
1
-1
/
+1
2020-03-29
RDMA/hns: Reduce the maximum number of extend SGE per WQE
Lang Cheng
1
-4
/
+3
2020-03-29
RDMA/hns: Reduce PFC frames in congestion scenarios
Jihua Tao
1
-1
/
+1
2020-03-27
Merge branch 'mlx5_tx_steering' into rdma.git for-next
Jason Gunthorpe
3
-0
/
+11
2020-03-27
RDMA/mlx5: Add support for RDMA TX flow table
Michael Guralnik
3
-0
/
+11
2020-03-27
IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
Kaike Wan
1
-5
/
+8
2020-03-27
IB/hfi1: Fix memory leaks in sysfs registration and unregistration
Kaike Wan
1
-2
/
+11
2020-03-27
IB/mlx5: Move to fully dynamic UAR mode once user space supports it
Yishai Hadas
4
-3
/
+25
2020-03-27
IB/mlx5: Limit the scope of struct mlx5_bfreg_info to mlx5_ib
Leon Romanovsky
1
-0
/
+17
2020-03-27
IB/mlx5: Extend QP creation to get uar page index from user space
Yishai Hadas
1
-10
/
+17
2020-03-27
IB/mlx5: Extend CQ creation to get uar page index from user space
Yishai Hadas
1
-6
/
+11
2020-03-27
IB/mlx5: Expose UAR object and its alloc/destroy commands
Yishai Hadas
2
-9
/
+165
2020-03-26
RDMA/hns: Remove redundant judgment of qp_type
Weihang Li
1
-7
/
+0
2020-03-26
RDMA/hns: Remove redundant assignment of wc->smac when polling cq
Weihang Li
1
-8
/
+1
2020-03-26
RDMA/hns: Remove redundant qpc setup operations
Lang Cheng
1
-236
/
+1
2020-03-26
RDMA/hns: Remove meaningless prints
Wenpeng Liang
2
-11
/
+3
2020-03-26
RDMA/hns: Remove definition of cq doorbell structure
Lang Cheng
1
-5
/
+0
2020-03-26
RDMA/hns: Adjust the qp status value sequence of the hardware
Lang Cheng
1
-1
/
+1
2020-03-26
RDMA/hns: Optimize hns_roce_alloc_vf_resource()
Lijun Ou
1
-81
/
+62
2020-03-26
RDMA/hns: Simplify attribute judgment code
Lang Cheng
1
-2
/
+1
2020-03-26
RDMA/hns: Fix a wrong judgment of return value
Weihang Li
1
-1
/
+1
2020-03-26
RDMA/hns: Unify format of prints
Lijun Ou
2
-73
/
+89
2020-03-26
IB/hfi1: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-2
/
+2
2020-03-25
RDMA/mlx5: Block delay drop to unprivileged users
Maor Gottlieb
1
-0
/
+4
2020-03-24
IB/mlx5: Generally use the WC auto detection test result
Yishai Hadas
2
-13
/
+5
2020-03-24
RDMA/hns: Optimize mhop put flow for multi-hop addressing
Xi Wang
1
-100
/
+61
2020-03-24
RDMA/hns: Optimize mhop get flow for multi-hop addressing
Xi Wang
1
-115
/
+182
2020-03-24
RDMA/bnxt_re: Wait for all the CQ events before freeing CQ data structures
Selvin Xavier
2
-0
/
+74
2020-03-24
RDMA/mlx5: Fix access to wrong pointer while performing flush due to error
Leon Romanovsky
3
-2
/
+27
[next]