summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2018-12-17mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes5-7/+18
2018-12-13iser: set sector for ambiguous mr status errorsSagi Grimberg1-4/+3
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-10IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loopBart Van Assche1-3/+3
2018-09-29iw_cxgb4: only allow 1 flush on user qpsSteve Wise1-0/+6
2018-09-26IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister1-0/+2
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/ocrdma: fix out of bounds access to local bufferMichael Mera1-1/+1
2018-08-15IB/mlx4: Mark user MR as writable if actual virtual memory is writableJack Morgenstein1-8/+42
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 Romanovsky2-2/+14
2018-07-17iw_cxgb4: correctly enforce the max reg_mr depthSteve Wise1-1/+1
2018-07-03RDMA/mlx4: Discard unknown SQP work requestsLeon Romanovsky1-1/+0
2018-07-03IB/qib: Fix DMA api warning with debug kernelMike Marciniszyn3-13/+20
2018-05-30RDMA/ucma: Correct option size check using optlenChien Tin Tung1-1/+1
2018-05-30IB/ipoib: Fix for potential no-carrier stateAlex Estrin1-0/+3
2018-05-30RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failureLeon Romanovsky1-4/+1
2018-05-16IB/mlx5: Use unlimited rate when static rate is not supportedDanit Goldberg1-9/+9
2018-05-16RDMA/mlx5: Protect from shift operand overflowLeon Romanovsky1-0/+4
2018-05-16RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier1-1/+1
2018-04-24IB/srp: Fix completion vector assignment algorithmBart Van Assche1-6/+4
2018-04-24IB/srp: Fix srp_abort()Bart Van Assche1-3/+5
2018-04-24RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier1-0/+3
2018-04-13IB/srpt: Fix abort handlingBart Van Assche1-5/+1
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-24RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATSAnton Vasilyev1-1/+1
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-24IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit1-0/+16
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-24IB/mlx4: Change vma from shared to privateMaor Gottlieb1-0/+2
2018-03-24IB/mlx4: Take write semaphore when changing the vma structMaor Gottlieb1-2/+2
2018-03-24IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud1-0/+13
2018-03-24IB/ipoib: Fix deadlock between ipoib_stop and mcast join flowFeras Daoud1-6/+5
2018-03-18RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky1-1/+6
2018-03-18RDMA/ucma: Check that user doesn't overflow QP stateLeon Romanovsky1-0/+3