aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 102-4430/+5261
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 4-16/+60
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-03-30RDMA/bnxt_re: make bnxt_re_ib_init staticGravatar YueHaibing 1-1/+1
2020-03-29Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Gravatar Saeed Mahameed 3-15/+56
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 11-30/+91
2020-03-29IB/qib: Delete struct qib_ivdev.qp_rndGravatar George Spelvin 2-3/+0
2020-03-29RDMA/hns: Fix uninitialized variable bugGravatar Gustavo A. R. Silva 1-1/+1
2020-03-29RDMA/hns: Modify the mask of QP number for CQE of hip08Gravatar Lang Cheng 1-1/+1
2020-03-29RDMA/hns: Reduce the maximum number of extend SGE per WQEGravatar Lang Cheng 1-4/+3
2020-03-29RDMA/hns: Reduce PFC frames in congestion scenariosGravatar Jihua Tao 1-1/+1
2020-03-27Merge branch 'mlx5_tx_steering' into rdma.git for-nextGravatar Jason Gunthorpe 3-0/+11
2020-03-27RDMA/mlx5: Add support for RDMA TX flow tableGravatar Michael Guralnik 3-0/+11
2020-03-27IB/hfi1: Call kobject_put() when kobject_init_and_add() failsGravatar Kaike Wan 1-5/+8
2020-03-27IB/hfi1: Fix memory leaks in sysfs registration and unregistrationGravatar Kaike Wan 1-2/+11
2020-03-27IB/mlx5: Move to fully dynamic UAR mode once user space supports itGravatar Yishai Hadas 4-3/+25
2020-03-27IB/mlx5: Limit the scope of struct mlx5_bfreg_info to mlx5_ibGravatar Leon Romanovsky 1-0/+17
2020-03-27IB/mlx5: Extend QP creation to get uar page index from user spaceGravatar Yishai Hadas 1-10/+17
2020-03-27IB/mlx5: Extend CQ creation to get uar page index from user spaceGravatar Yishai Hadas 1-6/+11
2020-03-27IB/mlx5: Expose UAR object and its alloc/destroy commandsGravatar Yishai Hadas 2-9/+165
2020-03-27IB/hfi1: Get rid of a warningGravatar Mauro Carvalho Chehab 1-1/+1
2020-03-26RDMA/hns: Remove redundant judgment of qp_typeGravatar Weihang Li 1-7/+0
2020-03-26RDMA/hns: Remove redundant assignment of wc->smac when polling cqGravatar Weihang Li 1-8/+1
2020-03-26RDMA/hns: Remove redundant qpc setup operationsGravatar Lang Cheng 1-236/+1
2020-03-26RDMA/hns: Remove meaningless printsGravatar Wenpeng Liang 2-11/+3
2020-03-26RDMA/hns: Remove definition of cq doorbell structureGravatar Lang Cheng 1-5/+0
2020-03-26RDMA/hns: Adjust the qp status value sequence of the hardwareGravatar Lang Cheng 1-1/+1
2020-03-26RDMA/hns: Optimize hns_roce_alloc_vf_resource()Gravatar Lijun Ou 1-81/+62
2020-03-26RDMA/hns: Simplify attribute judgment codeGravatar Lang Cheng 1-2/+1
2020-03-26RDMA/hns: Fix a wrong judgment of return valueGravatar Weihang Li 1-1/+1
2020-03-26RDMA/hns: Unify format of printsGravatar Lijun Ou 2-73/+89
2020-03-26IB/iser: Always check sig MR before putting it to the free poolGravatar Sergey Gorenko 1-3/+18
2020-03-26RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesGravatar Zhu Yanjun 1-0/+2
2020-03-26IB/hfi1: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-2/+2
2020-03-26RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowGravatar Avihai Horon 1-0/+1
2020-03-25RDMA/mlx5: Block delay drop to unprivileged usersGravatar Maor Gottlieb 1-0/+4
2020-03-24IB/mlx5: Generally use the WC auto detection test resultGravatar Yishai Hadas 2-13/+5
2020-03-24RDMA/hns: Optimize mhop put flow for multi-hop addressingGravatar Xi Wang 1-100/+61
2020-03-24RDMA/hns: Optimize mhop get flow for multi-hop addressingGravatar Xi Wang 1-115/+182
2020-03-24RDMA/bnxt_re: Wait for all the CQ events before freeing CQ data structuresGravatar Selvin Xavier 2-0/+74
2020-03-24RDMA/mlx5: Fix access to wrong pointer while performing flush due to errorGravatar Leon Romanovsky 3-2/+27
2020-03-24RDMA/core: Ensure security pkey modify is not lostGravatar Mike Marciniszyn 1-8/+3
2020-03-24IB/mlx5: Fix a NULL vs IS_ERR() checkGravatar Dan Carpenter 1-2/+2
2020-03-23RDMA/siw: Suppress uninitialized var warningGravatar Andrew Morton 1-1/+1
2020-03-23IB/hfi1: Ensure pq is not left on waitlistGravatar Mike Marciniszyn 1-3/+22
2020-03-18RDMA/efa: Use in-kernel offsetofend() to check field availabilityGravatar Leon Romanovsky 1-5/+2
2020-03-18IB/hfi1: Remove kobj from hfi1_devdataGravatar Kaike Wan 3-27/+5
2020-03-18IB/rdmavt: Delete unused routineGravatar Mike Marciniszyn 1-6/+0
2020-03-18RDMA/hns: Check if depth of qp is 0 before configureGravatar Lang Cheng 1-44/+33
2020-03-18i40iw: Report correct firmware versionGravatar Sindhu, Devale 8-9/+167