summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-7/+0
|\
| * hfi1: get rid of pointless access_ok()Al Viro2020-05-291-7/+0
* | IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev2020-05-274-12/+26
* | RDMA/core: Fix double destruction of uobjectJason Gunthorpe2020-05-271-7/+13
* | RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()Qiushi Wu2020-05-251-1/+1
* | RDMA/mlx5: Fix NULL pointer dereference in destroy_prefetch_workMaor Gottlieb2020-05-211-0/+1
* | IB/qib: Call kobject_put() when kobject_init_and_add() failsKaike Wan2020-05-191-4/+5
* | RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobjJason Gunthorpe2020-05-123-7/+10
* | RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL eventJason Gunthorpe2020-05-124-3/+29
* | RDMA/iw_cxgb4: Fix incorrect function parametersPotnuri Bharat Teja2020-05-121-4/+3
* | RDMA/core: Fix double put of resourceMaor Gottlieb2020-05-121-2/+1
* | IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein2020-05-121-2/+5
* | IB/hfi1: Fix another case where pq is left on waitlistMike Marciniszyn2020-05-121-4/+0
* | IB/i40iw: Remove bogus call to netdev_master_upper_dev_get()Denis V. Lunev2020-05-121-8/+0
* | IB/mlx4: Test return value of calls to ib_get_cached_pkeyJack Morgenstein2020-05-121-3/+11
* | RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()Sudip Mukherjee2020-05-122-5/+8
* | i40iw: Fix error handling in i40iw_manage_arp_cache()Dan Carpenter2020-05-041-1/+1
* | RDMA/core: Fix race between destroy and release FD objectLeon Romanovsky2020-04-241-1/+1
* | IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()Sudip Mukherjee2020-04-244-8/+8
* | RDMA/core: Fix overwriting of uobj in case of errorLeon Romanovsky2020-04-221-3/+2
* | RDMA/core: Prevent mixed use of FDs between shared ufilesLeon Romanovsky2020-04-221-1/+1
* | RDMA/uverbs: Fix a race with disassociate and exit_mmap()Jason Gunthorpe2020-04-221-0/+4
* | RDMA/mlx5: Set GRH fields in query QP on RoCEAharon Landau2020-04-221-1/+3
* | RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr()Jason Gunthorpe2020-04-151-4/+11
* | RDMA/mlx4: Initialize ib_spec on the stackAlaa Hleihel2020-04-141-1/+2
* | RDMA/cm: Fix an error check in cm_alloc_id_priv()Dan Carpenter2020-04-141-1/+1
* | RDMA/cm: Fix missing RDMA_CM_EVENT_REJECTED event after receiving REJ messageLeon Romanovsky2020-04-141-11/+13
* | i40iw: fix null pointer dereference on a null wqe pointerColin Ian King2020-04-141-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-04-01102-4430/+5261
|\
| * RDMA/bnxt_re: make bnxt_re_ib_init staticYueHaibing2020-03-301-1/+1
| * IB/qib: Delete struct qib_ivdev.qp_rndGeorge Spelvin2020-03-292-3/+0
| * RDMA/hns: Fix uninitialized variable bugGustavo A. R. Silva2020-03-291-1/+1
| * RDMA/hns: Modify the mask of QP number for CQE of hip08Lang Cheng2020-03-291-1/+1
| * RDMA/hns: Reduce the maximum number of extend SGE per WQELang Cheng2020-03-291-4/+3
| * RDMA/hns: Reduce PFC frames in congestion scenariosJihua Tao2020-03-291-1/+1
| * Merge branch 'mlx5_tx_steering' into rdma.git for-nextJason Gunthorpe2020-03-273-0/+11
| |\
| | * RDMA/mlx5: Add support for RDMA TX flow tableMichael Guralnik2020-03-273-0/+11
| * | IB/hfi1: Call kobject_put() when kobject_init_and_add() failsKaike Wan2020-03-271-5/+8
| * | IB/hfi1: Fix memory leaks in sysfs registration and unregistrationKaike Wan2020-03-271-2/+11
| * | IB/mlx5: Move to fully dynamic UAR mode once user space supports itYishai Hadas2020-03-274-3/+25
| * | IB/mlx5: Limit the scope of struct mlx5_bfreg_info to mlx5_ibLeon Romanovsky2020-03-271-0/+17
| * | IB/mlx5: Extend QP creation to get uar page index from user spaceYishai Hadas2020-03-271-10/+17
| * | IB/mlx5: Extend CQ creation to get uar page index from user spaceYishai Hadas2020-03-271-6/+11
| * | IB/mlx5: Expose UAR object and its alloc/destroy commandsYishai Hadas2020-03-272-9/+165
| * | IB/hfi1: Get rid of a warningMauro Carvalho Chehab2020-03-271-1/+1
| * | RDMA/hns: Remove redundant judgment of qp_typeWeihang Li2020-03-261-7/+0
| * | RDMA/hns: Remove redundant assignment of wc->smac when polling cqWeihang Li2020-03-261-8/+1
| * | RDMA/hns: Remove redundant qpc setup operationsLang Cheng2020-03-261-236/+1
| * | RDMA/hns: Remove meaningless printsWenpeng Liang2020-03-262-11/+3
| * | RDMA/hns: Remove definition of cq doorbell structureLang Cheng2020-03-261-5/+0