summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2019-08-25IB/mad: Fix use-after-free in ib mad completion handlingJack Morgenstein1-10/+10
2019-08-25IB/core: Add mitigation for Spectre V1Luck, Tony1-1/+5
2019-08-09IB: directly cast the sockaddr union to aockaddrGreg Kroah-Hartman1-5/+5
2019-08-09RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe1-8/+7
2019-05-08IB/core: Destroy QP if XRC QP failsYuval Avnery1-17/+24
2019-05-08IB/core: Fix potential memory leak while creating MAD agentsDaniel Jurgens1-2/+6
2019-05-08IB/core: Unregister notifier before freeing MAD securityDaniel Jurgens1-1/+2
2018-12-01IB/core: Perform modify QP on real oneParav Pandit1-2/+3
2018-11-13RDMA/core: Do not expose unsupported countersParav Pandit1-7/+12
2018-11-10IB/ucm: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-11-10RDMA/ucma: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-10-13ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang1-0/+2
2018-10-10RDMA/ucma: check fd type in ucma_migrate_id()Jann Horn1-0/+6
2018-10-04RDMA/uverbs: Atomically flush and mark closed the comp event queueSteve Wise1-0/+1
2018-10-04IB/core: type promotion bug in rdma_rw_init_one_mr()Dan Carpenter1-1/+1
2018-09-26RDMA/cma: Protect cma dev list with lockParav Pandit1-5/+7
2018-09-19RDMA/cma: Do not ignore net namespace for unbound cm_idParav Pandit1-3/+10
2018-08-06RDMA/uverbs: Expand primary and alt AV port checksJack Morgenstein1-5/+54
2018-08-03RDMA/uverbs: Protect from attempts to create flows on unsupported QPLeon Romanovsky1-0/+5
2018-08-03RDMA/mad: Convert BUG_ONs to error flowsLeon Romanovsky1-4/+7
2018-08-03infiniband: fix a possible use-after-free bugCong Wang1-1/+5
2018-08-03drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4Andrew Morton1-1/+2
2018-08-03RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack accessBart Van Assche1-3/+8
2018-07-17RDMA/ucm: Mark UCM interface as BROKENLeon Romanovsky1-2/+2
2018-07-03IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein1-10/+1
2018-06-20RDMA/cma: Do not query GID during QP state transition to RTRParav Pandit1-7/+0
2018-06-20IB/core: Make ib_mad_client_id atomicHÃ¥kon Bugge1-2/+2
2018-06-20RDMA/iwpm: fix memory leak on map_infoColin Ian King1-1/+4
2018-06-20RDMA/cma: Fix use after destroy access to net namespace for IPoIBParav Pandit1-10/+43
2018-06-20IB/uverbs: Fix validating mandatory attributesMatan Barak1-0/+9
2018-06-05IB/core: Fix error code for invalid GID entryParav Pandit1-1/+1
2018-05-30IB/core: Honor port_num while resolving GID for IB link layerParav Pandit1-14/+12
2018-05-30RDMA/ucma: Correct option size check using optlenChien Tin Tung1-1/+1
2018-05-30IB/core: Fix possible crash to access NULL netdevParav Pandit1-4/+3
2018-05-30IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroyJason Gunthorpe1-2/+3
2018-05-30IB/uverbs: Fix possible oops with duplicate ioctl attributesMatan Barak1-0/+3
2018-05-30IB/uverbs: Fix method merging in uverbs_ioctl_mergeMatan Barak1-9/+9
2018-05-30IB/umem: Use the correct mm during ib_umem_releaseLidong Chen1-6/+1
2018-05-09RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier1-1/+1
2018-04-26RDMA/core: Reduce poll batch for direct cq pollingMax Gurtovoy1-10/+11
2018-04-26RDMA/uverbs: Use an unambiguous errno for method not supportedJason Gunthorpe1-6/+13
2018-04-26RDMA/cma: Check existence of netdevice during port validationParav Pandit1-3/+5
2018-04-26IB/cq: Don't force IB_POLL_DIRECT poll context for ib_process_cq_directSagi Grimberg1-10/+13
2018-04-24RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier1-0/+3
2018-04-12RDMA/cma: Fix rdma_cm path querying for RoCEParav Pandit1-3/+4
2018-04-12RDMA/cma: Mark end of CMA ID messagesLeon Romanovsky1-0/+1
2018-04-08RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2-17/+33
2018-04-08RDMA/ucma: Check that device exists prior to accessing itLeon Romanovsky1-2/+4
2018-04-08RDMA/ucma: Check that device is connected prior to access itLeon Romanovsky1-0/+5
2018-04-08RDMA/rdma_cm: Fix use after free race with process_one_reqJason Gunthorpe1-0/+9