aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2020-11-01RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe
2020-10-29RDMA/cma: Fix use after free race in roce multicast joinJason 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/cma: Combine cma_ndev_work with cma_workJason 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: Allow fail of destroy CQLeon Romanovsky
2020-10-29RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky
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/core: Fix ordering of CQ pool destructionJason Gunthorpe
2020-09-17RDMA/core: Fix reported speed and widthKamal Heib
2020-09-17RDMA/core: Fix unsafe linked list traversal after failing to allocate CQXi Wang
2020-09-12RDMA/cma: Execute rdma_cm destruction from a handler properlyJason Gunthorpe
2020-09-12RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe
2020-09-12RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe
2020-09-12RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe
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-30RDMA/core: Free DIM memory in error unwindLeon Romanovsky
2020-07-30RDMA/core: Stop DIM before destroying CQLeon Romanovsky
2020-07-27RDMA/cm: Add min length checks to user structure copiesJason Gunthorpe
2020-07-16RDMA/cm: Protect access to remote_sidr_tableMaor Gottlieb
2020-07-16RDMA/core: Fix race in rdma_alloc_commit_uobject()Leon Romanovsky
2020-07-02IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi
2020-06-22IB/mad: Fix use after free when destroying MAD agentShay Drory
2020-06-22RDMA/counter: Query a counter before releaseMark Zhang
2020-06-19RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo
2020-06-18RDMA/core: Check that type_attrs is not NULL prior accessLeon Romanovsky
2020-06-18RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang
2020-06-18RDMA/core: Annotate CMA unlock helper routineLeon Romanovsky
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-06-03RDMA/cm: Spurious WARNING triggered in cm_destroy_id()Ka-Cheong Poon
2020-06-02RDMA/core: Move and rename trace_cm_id_create()Chuck Lever
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe
2020-06-02RDMA/core: Remove FMR device opsMax Gurtovoy
2020-06-02RDMA/core: Remove FMR pool APIMax Gurtovoy
2020-05-29RDMA/core: Introduce shared CQ pool APIYamin Friedman
2020-05-29RDMA/core: Add protection for shared CQs used by ULPsYamin Friedman
2020-05-29RDMA/core: Fix several reference count leaks.Qiushi Wu
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky
2020-05-27RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky