summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a stringMark Zhang2021-11-021-2/+3
* RDMA/iwcm: Release resources if iw_cm module initialization failsLeon Romanovsky2021-09-221-7/+12
* RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch2021-07-191-1/+2
* RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky2021-07-141-2/+19
* RDMA/uverbs: Fix a NULL vs IS_ERR() bugDan Carpenter2021-05-261-2/+2
* RDMA/core: Don't access cm_id after its destructionShay Drory2021-05-261-1/+3
* RDMA/addr: Be strict with gid sizeLeon Romanovsky2021-04-141-1/+3
* IB/cm: Avoid a loop when device has 255 portsParav Pandit2021-03-041-4/+4
* IB/umad: Return EPOLLERR in case of when device disassociatedShay Drory2021-03-041-0/+10
* IB/umad: Return EIO in case of when device disassociatedShay Drory2021-03-041-1/+6
* RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky2021-01-191-0/+1
* RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky2020-12-301-3/+4
* RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein2020-12-301-3/+4
* RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky2020-12-301-0/+2
* RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe2020-11-011-6/+5
* RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe2020-10-291-32/+31
* RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe2020-10-291-15/+4
* RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()Jason Gunthorpe2020-10-291-0/+6
* RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundaryJason Gunthorpe2020-10-291-2/+7
* RDMA/ucma: Add missing locking around rdma_leave_multicast()Jason Gunthorpe2020-10-291-0/+2
* RDMA/ucma: Fix locking for ctx->events_reportedJason Gunthorpe2020-10-291-1/+3
* RDMA/cm: Remove a race freeing timewait_infoJason Gunthorpe2020-10-011-10/+15
* RDMA/core: Fix reported speed and widthKamal Heib2020-09-171-1/+1
* RDMA/counter: Allow manually bind QPs with different pids to same counterMark Zhang2020-08-211-1/+1
* RDMA/counter: Only bind user QPs in auto modeMark Zhang2020-08-211-1/+1
* IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas2020-08-211-0/+4
* RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang2020-08-191-3/+0
* RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng2020-08-191-1/+1
* RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()Jason Gunthorpe2020-08-191-3/+8
* IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi2020-07-161-21/+17
* RDMA/counter: Query a counter before releaseMark Zhang2020-07-091-1/+3
* RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo2020-06-301-0/+1
* RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang2020-06-301-0/+18
* IB/mad: Fix use after free when destroying MAD agentShay Drory2020-06-301-1/+1
* IB/cma: Fix ports memory leak in cma_configfsMaor Gottlieb2020-06-241-0/+13
* RDMA/core: Fix several reference count leaks.Qiushi Wu2020-06-241-5/+5
* RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason Gunthorpe2020-06-171-0/+2
* RDMA/core: Fix double destruction of uobjectJason Gunthorpe2020-06-031-7/+13
* RDMA/core: Fix double put of resourceSasha Levin2020-05-201-1/+1
* IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein2020-05-201-2/+5
* RDMA/cm: Fix an error check in cm_alloc_id_priv()Dan Carpenter2020-05-061-1/+1
* RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id()Jason Gunthorpe2020-05-061-16/+11
* RDMA/core: Fix race between destroy and release FD objectLeon Romanovsky2020-05-061-1/+1
* RDMA/core: Prevent mixed use of FDs between shared ufilesLeon Romanovsky2020-05-061-1/+1
* RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon2020-04-131-0/+1
* RDMA/cma: Teach lockdep about the order of rtnl and lockJason Gunthorpe2020-04-131-0/+13
* RDMA/ucma: Put a lock around every call to the rdma_cm layerJason Gunthorpe2020-04-131-2/+47
* RDMA/core: Ensure security pkey modify is not lostMike Marciniszyn2020-04-011-8/+3
* RDMA/mad: Do not crash if the rdma device does not have a umad interfaceJason Gunthorpe2020-04-011-11/+22
* RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SETJason Gunthorpe2020-04-011-1/+5