summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2020-07-09RDMA/counter: Query a counter before releaseMark Zhang1-1/+3
2020-06-30RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo1-0/+1
2020-06-30RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang1-0/+18
2020-06-30IB/mad: Fix use after free when destroying MAD agentShay Drory1-1/+1
2020-06-24IB/cma: Fix ports memory leak in cma_configfsMaor Gottlieb1-0/+13
2020-06-24RDMA/core: Fix several reference count leaks.Qiushi Wu1-5/+5
2020-06-17RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason Gunthorpe1-0/+2
2020-06-03RDMA/core: Fix double destruction of uobjectJason Gunthorpe1-7/+13
2020-05-20RDMA/core: Fix double put of resourceSasha Levin1-1/+1
2020-05-20IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein1-2/+5
2020-05-06RDMA/cm: Fix an error check in cm_alloc_id_priv()Dan Carpenter1-1/+1
2020-05-06RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id()Jason Gunthorpe1-16/+11
2020-05-06RDMA/core: Fix race between destroy and release FD objectLeon Romanovsky1-1/+1
2020-05-06RDMA/core: Prevent mixed use of FDs between shared ufilesLeon Romanovsky1-1/+1
2020-04-13RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon1-0/+1
2020-04-13RDMA/cma: Teach lockdep about the order of rtnl and lockJason Gunthorpe1-0/+13
2020-04-13RDMA/ucma: Put a lock around every call to the rdma_cm layerJason Gunthorpe1-2/+47
2020-04-01RDMA/core: Ensure security pkey modify is not lostMike Marciniszyn1-8/+3
2020-04-01RDMA/mad: Do not crash if the rdma device does not have a umad interfaceJason Gunthorpe1-11/+22
2020-04-01RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SETJason Gunthorpe1-1/+5
2020-04-01RDMA/core: Fix missing error check on dev_set_name()Jason Gunthorpe1-1/+3
2020-03-12RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Jason Gunthorpe1-0/+1
2020-03-12RDMA/core: Fix protection fault in ib_mr_pool_destroyMaor Gottlieb3-20/+15
2020-03-12RDMA/iwcm: Fix iwcm work deallocationBernard Metzler1-1/+3
2020-03-12RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missingMark Zhang1-0/+2
2020-03-12RDMA/rw: Fix error flow during RDMA context initializationMax Gurtovoy1-11/+20
2020-03-12Revert "RDMA/cma: Simplify rdma_resolve_addr() error flow"Parav Pandit1-4/+11
2020-03-12RDMA/core: Fix use of logical OR in get_new_ppsNathan Chancellor1-1/+1
2020-03-12RDMA/core: Fix pkey and port assignment in get_new_ppsMaor Gottlieb1-4/+8
2020-02-24IB/core: Let IB core distribute cache update eventsParav Pandit3-69/+86
2020-02-19RDMA/core: Fix protection fault in get_pkey_idx_qp_listLeon Romanovsky1-15/+9
2020-02-19RDMA/core: Fix invalid memory access in spec_filter_sizeAvihai Horon1-8/+7
2020-02-19IB/umad: Fix kernel crash while unloading ib_umadYonatan Cohen1-2/+3
2020-02-15RDMA/umem: Fix ib_umem_find_best_pgsz()Artemy Kovalyov1-3/+6
2020-02-15RDMA/cma: Fix unbalanced cm_id reference count during address resolveParav Pandit1-0/+2
2020-02-15RDMA/core: Fix locking in ib_uverbs_event_readJason Gunthorpe1-18/+14
2020-02-15RDMA/netlink: Do not always generate an ACK for some netlink operationsHÃ¥kon Bugge2-3/+3
2020-02-11IB/core: Fix ODP get user pages flowYishai Hadas1-1/+1
2020-01-17RDMA/counter: Prevent QP counter manual binding in auto modeMark Zhang1-1/+11
2020-01-09RDMA/counter: Prevent auto-binding a QP which are not tracked with resMark Zhang1-0/+3
2020-01-09RDMA/cma: add missed unregister_pernet_subsys in init failureChuhong Yuan1-0/+1
2019-12-31RDMA/core: Fix return code when modify_port isn't supportedKamal Heib1-1/+5
2019-12-31RDMA/core: Set DMA parameters correctlyBart Van Assche1-2/+14
2019-12-18net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-4/+3
2019-10-25IB/core: Avoid deadlock during netlink message handlingParav Pandit3-54/+56
2019-10-24RDMA/nldev: Skip counter if port doesn't matchMark Zhang1-1/+1
2019-10-22RDMA/uverbs: Prevent potential underflowDan Carpenter1-1/+1
2019-10-18IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fieldsParav Pandit1-4/+5
2019-10-18RDMA/iwcm: move iw_rem_ref() calls out of spinlockKrishnamraju Eraparaju1-23/+29
2019-10-04RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages()Jason Gunthorpe1-2/+4