summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2021-03-04IB/cm: Avoid a loop when device has 255 portsParav Pandit
2021-03-04IB/umad: Return EPOLLERR in case of when device disassociatedShay Drory
2021-03-04IB/umad: Return EIO in case of when device disassociatedShay Drory
2021-01-19RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky
2020-12-30RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky
2020-12-30RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein
2020-12-30RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky
2020-11-01RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe
2020-10-29RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe
2020-10-29RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe
2020-10-29RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()Jason Gunthorpe
2020-10-29RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundaryJason Gunthorpe
2020-10-29RDMA/ucma: Add missing locking around rdma_leave_multicast()Jason Gunthorpe
2020-10-29RDMA/ucma: Fix locking for ctx->events_reportedJason Gunthorpe
2020-10-01RDMA/cm: Remove a race freeing timewait_infoJason Gunthorpe
2020-09-17RDMA/core: Fix reported speed and widthKamal Heib
2020-08-21RDMA/counter: Allow manually bind QPs with different pids to same counterMark Zhang
2020-08-21RDMA/counter: Only bind user QPs in auto modeMark Zhang
2020-08-21IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas
2020-08-19RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang
2020-08-19RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng
2020-08-19RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()Jason Gunthorpe
2020-07-16IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi
2020-07-09RDMA/counter: Query a counter before releaseMark Zhang
2020-06-30RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo
2020-06-30RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang
2020-06-30IB/mad: Fix use after free when destroying MAD agentShay Drory
2020-06-24IB/cma: Fix ports memory leak in cma_configfsMaor Gottlieb
2020-06-24RDMA/core: Fix several reference count leaks.Qiushi Wu
2020-06-17RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason Gunthorpe
2020-06-03RDMA/core: Fix double destruction of uobjectJason Gunthorpe
2020-05-20RDMA/core: Fix double put of resourceSasha Levin
2020-05-20IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein
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: Prevent mixed use of FDs between shared ufilesLeon Romanovsky
2020-04-13RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon
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-01RDMA/core: Ensure security pkey modify is not lostMike Marciniszyn
2020-04-01RDMA/mad: Do not crash if the rdma device does not have a umad interfaceJason Gunthorpe
2020-04-01RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SETJason Gunthorpe
2020-04-01RDMA/core: Fix missing error check on dev_set_name()Jason Gunthorpe
2020-03-12RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Jason Gunthorpe
2020-03-12RDMA/core: Fix protection fault in ib_mr_pool_destroyMaor Gottlieb
2020-03-12RDMA/iwcm: Fix iwcm work deallocationBernard Metzler
2020-03-12RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missingMark Zhang
2020-03-12RDMA/rw: Fix error flow during RDMA context initializationMax Gurtovoy
2020-03-12Revert "RDMA/cma: Simplify rdma_resolve_addr() error flow"Parav Pandit