aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2020-06-17RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason Gunthorpe
2020-06-03IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev
2020-06-03RDMA/core: Fix double destruction of uobjectJason Gunthorpe
2020-06-03RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()Qiushi Wu
2020-06-03RDMA/mlx5: Fix NULL pointer dereference in destroy_prefetch_workMaor Gottlieb
2020-06-03IB/qib: Call kobject_put() when kobject_init_and_add() failsKaike Wan
2020-06-03IB/i40iw: Remove bogus call to netdev_master_upper_dev_get()Denis V. Lunev
2020-05-20RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobjJason Gunthorpe
2020-05-20RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL eventJason Gunthorpe
2020-05-20RDMA/iw_cxgb4: Fix incorrect function parametersPotnuri Bharat Teja
2020-05-20RDMA/core: Fix double put of resourceMaor Gottlieb
2020-05-20IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein
2020-05-20IB/mlx4: Test return value of calls to ib_get_cached_pkeyJack Morgenstein
2020-05-20RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()Sudip Mukherjee
2020-05-20i40iw: Fix error handling in i40iw_manage_arp_cache()Dan Carpenter
2020-05-20IB/hfi1: Fix another case where pq is left on waitlistMike Marciniszyn
2020-05-06RDMA/cm: Fix an error check in cm_alloc_id_priv()Dan Carpenter
2020-05-06RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id()Jason Gunthorpe
2020-05-06RDMA/core: Fix race between destroy and release FD objectLeon Romanovsky
2020-05-06RDMA/core: Fix overwriting of uobj in case of errorLeon Romanovsky
2020-05-06RDMA/core: Prevent mixed use of FDs between shared ufilesLeon Romanovsky
2020-05-06RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr()Jason Gunthorpe
2020-05-06RDMA/mlx4: Initialize ib_spec on the stackAlaa Hleihel
2020-05-06RDMA/uverbs: Fix a race with disassociate and exit_mmap()Jason Gunthorpe
2020-05-06RDMA/mlx5: Set GRH fields in query QP on RoCEAharon Landau
2020-05-06IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()Sudip Mukherjee
2020-04-13RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon
2020-04-13RDMA/siw: Fix passive connection establishmentBernard Metzler
2020-04-13RDMA/cma: Teach lockdep about the order of rtnl and lockJason Gunthorpe
2020-04-13RDMA/ucma: Put a lock around every call to the rdma_cm layerJason Gunthorpe
2020-04-13IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloadsAlex Vesker
2020-04-13IB/hfi1: Fix memory leaks in sysfs registration and unregistrationKaike Wan
2020-04-13IB/hfi1: Call kobject_put() when kobject_init_and_add() failsKaike Wan
2020-03-25RDMA/mlx5: Block delay drop to unprivileged usersMaor Gottlieb
2020-03-24RDMA/mlx5: Fix access to wrong pointer while performing flush due to errorLeon Romanovsky
2020-03-24RDMA/core: Ensure security pkey modify is not lostMike Marciniszyn
2020-03-23IB/hfi1: Ensure pq is not left on waitlistMike Marciniszyn
2020-03-13IB/rdmavt: Free kernel completion queue when doneKaike Wan
2020-03-13RDMA/mad: Do not crash if the rdma device does not have a umad interfaceJason Gunthorpe
2020-03-13RDMA/core: Fix missing error check on dev_set_name()Jason Gunthorpe
2020-03-13RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SETJason Gunthorpe
2020-03-10RDMA/mlx5: Fix the number of hwcounters of a dynamic counterMark Zhang
2020-03-10RDMA/odp: Fix leaking the tgid for implicit ODPJason Gunthorpe
2020-03-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-03-04RDMA/iwcm: Fix iwcm work deallocationBernard Metzler
2020-03-04RDMA/siw: Fix failure handling during device creationBernard Metzler
2020-03-04RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missingMark Zhang
2020-03-04RDMA/odp: Ensure the mm is still alive before creating an implicit childJason Gunthorpe
2020-03-04RDMA/core: Fix protection fault in ib_mr_pool_destroyMaor Gottlieb
2020-03-04IB/mlx5: Fix implicit ODP raceArtemy Kovalyov