summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2018-12-17mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2-3/+10
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-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-15IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein1-10/+1
2018-08-06RDMA/mad: Convert BUG_ONs to error flowsLeon Romanovsky1-4/+7
2018-08-06infiniband: fix a possible use-after-free bugCong Wang1-1/+5
2018-07-17RDMA/ucm: Mark UCM interface as BROKENLeon Romanovsky1-2/+2
2018-05-30RDMA/ucma: Correct option size check using optlenChien Tin Tung1-1/+1
2018-05-16RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier1-1/+1
2018-04-24RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier1-0/+3
2018-04-08RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2-17/+33
2018-04-08RDMA/ucma: Don't allow join attempts for unsupported AF familyLeon Romanovsky1-1/+7
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/ucma: Ensure that CM_ID exists prior to access itLeon Romanovsky1-6/+9
2018-04-08RDMA/ucma: Fix use-after-free access in ucma_closeLeon Romanovsky1-0/+3
2018-04-08RDMA/ucma: Check AF family prior resolving addressLeon Romanovsky1-3/+7
2018-03-24RDMA/ucma: Fix access to non-initialized CM_ID objectLeon Romanovsky1-0/+3
2018-03-24IB/umem: Fix use of npages/nmap fieldsArtemy Kovalyov1-1/+1
2018-03-24RDMA/cma: Use correct size when writing netlink statsParav Pandit1-1/+1
2018-03-24RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()Geert Uytterhoeven1-0/+1
2018-03-24infiniband/uverbs: Fix integer overflowsVlad Tsyrklevich1-1/+12
2018-03-18RDMA/ucma: Check that user doesn't overflow QP stateLeon Romanovsky1-0/+3
2018-03-18RDMA/ucma: Limit possible option sizeLeon Romanovsky1-0/+3
2018-02-25RDMA/cma: Make sure that PSN is not over max allowedMoni Shoua1-0/+1
2017-12-20RDMA/cma: Avoid triggering undefined behaviorBart Van Assche1-4/+7
2017-08-07RDMA/uverbs: Fix the check for port numberIsmail, Mustafa1-2/+3
2017-07-28RDMA/core: Initialize port_num in qp_attrIsmail, Mustafa1-0/+2
2017-07-15RDMA/uverbs: Check port number supplied by user verbs cmdsBoris Pismenny1-0/+8
2017-05-25infiniband: call ipv6 route lookup via the stub interfacePaolo Abeni1-2/+2
2017-05-20IB/core: Fix sysfs registration error flowJack Morgenstein1-1/+1
2017-03-12rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise1-0/+3
2017-02-01IB/umem: Release pid in error and ODP flowKenneth Lee1-0/+2
2017-02-01RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabledJack Morgenstein1-1/+2
2017-01-09IB/multicast: Check ib_find_pkey() return valueBart Van Assche1-2/+5
2017-01-09IB/mad: Fix an array index checkBart Van Assche1-1/+1
2016-11-26IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch1-16/+110
2016-11-26IB/uverbs: Fix leak of XRC target QPsTariq Toukan1-5/+2
2016-11-26IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch1-1/+1
2016-10-07IB/core: Fix use after free in send_leave functionErez Shitrit1-11/+2
2016-09-24IB/uverbs: Fix race between uverbs_close and remove_oneJason Gunthorpe2-13/+25
2016-08-20IB/IWPM: Fix a potential skb leakMark Bloch1-0/+1
2016-08-20IB/SA: Use correct free functionMark Bloch1-1/+1
2016-07-27IB/cm: Fix a recently introduced locking bugBart Van Assche1-2/+2
2016-05-05IB/security: Restrict use of the write() interfaceJason Gunthorpe3-0/+12
2016-03-04IB/cma: Fix RDMA port validation for iWarpMatan Barak1-1/+1