aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-11RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CMKalderon, Michal1-0/+3
2018-06-11IB/mlx5: Fix return value check in flow_counters_set_data()weiyongjun (A)1-2/+2
2018-06-11IB/mlx5: Fix memory leak in mlx5_ib_create_flowGustavo A. R. Silva1-13/+19
2018-06-11IB/rxe: avoid double kfree skbZhu Yanjun1-1/+1
2018-06-05RDMA/mlx5: Update SPDX tags to show proper licenseLeon Romanovsky2-2/+2
2018-06-05RDMA/restrack: Change SPDX tag to properly reflect licenseLeon Romanovsky2-2/+2
2018-06-04IB/hfi1: Fix comment on default hdr entry sizeMike Marciniszyn1-2/+2
2018-06-04IB/hfi1: Rename exp_lock to exp_mutexKaike Wan3-8/+8
2018-06-04IB/hfi1: Add bypass register defines and replace blind constantsMike Marciniszyn2-1/+9
2018-06-04IB/hfi1: Remove unused variableKaike Wan1-3/+1
2018-06-04IB/hfi1: Ensure VL index is within boundsKaike Wan1-9/+3
2018-06-04IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn3-10/+9
2018-06-04IB/hns: Use zeroing memory allocator instead of allocator/memsetYueHaibing1-5/+3
2018-06-04infiniband: fix a possible use-after-free bugCong Wang1-1/+5
2018-06-04iw_cxgb4: add INFINIBAND_ADDR_TRANS dependencyArnd Bergmann1-0/+1
2018-06-04IB/isert: use T10-PI check mask definitions from core layerMax Gurtovoy1-4/+7
2018-06-04IB/iser: use T10-PI check mask definitions from core layerMax Gurtovoy2-6/+2
2018-06-04RDMA/core: introduce check masks for T10-PI offloadMax Gurtovoy1-0/+13
2018-06-04IB/isert: fix T10-pi check mask settingMax Gurtovoy1-1/+1
2018-06-02IB/mlx5: Add counters read supportRaed Salem1-0/+43
2018-06-02IB/mlx5: Add flow counters read supportRaed Salem2-1/+27
2018-06-02IB/mlx5: Add flow counters binding supportRaed Salem4-13/+249
2018-06-02IB/mlx5: Add counters create and destroy supportRaed Salem2-0/+33
2018-06-02IB/uverbs: Add support for flow countersRaed Salem3-11/+84
2018-06-02IB/core: Add support for flow countersRaed Salem1-1/+14
2018-06-02IB/core: Support passing uhw for create_flowMatan Barak5-5/+20
2018-06-02IB/uverbs: Add read counters supportRaed Salem2-1/+65
2018-06-02IB/core: Introduce counters read verbRaed Salem1-0/+14
2018-06-02IB/uverbs: Add create/destroy counters supportRaed Salem5-2/+118
2018-06-02IB/core: Introduce counters object and its create/destroyRaed Salem1-0/+11
2018-06-02IB/uverbs: Add an ib_uobject getter to ioctl() infrastructureMatan Barak3-13/+25
2018-06-02net/mlx5: Export flow counter related APIRaed Salem3-2/+6
2018-06-02net/mlx5: Use flow counter pointer as input to the query functionOr Gerlitz3-12/+9
2018-06-01mm: Remove return value of zap_vma_ptes()Leon Romanovsky2-8/+7
2018-06-01RDMA/hns_roce: Don't check return value of zap_vma_ptes()Doug Ledford1-3/+1
2018-06-01RDMA/mlx4: Don't crash machine if zap_vma_ptes() failsLeon Romanovsky1-8/+2
2018-06-01RDMA/mlx5: Don't check return value of zap_vma_ptes()Leon Romanovsky1-4/+1
2018-06-01RDMA/mad: Convert BUG_ONs to error flowsLeon Romanovsky1-4/+7
2018-06-01RDMA/mad: Delete inaccessible BUG_ONLeon Romanovsky1-1/+0
2018-06-01RDMA/cma: Ignore unknown eventLeon Romanovsky1-1/+1
2018-06-01RDMA/cm: Abort loop in case of CM dequeueLeon Romanovsky1-1/+3
2018-06-01RDMA/cxgb3: Don't crash kernel just because IDR is fullLeon Romanovsky1-1/+0
2018-06-01RDMA/mlx4: Discard unknown SQP work requestsLeon Romanovsky1-1/+0
2018-06-01RDMA/mlx4: Catch FW<->SW misalignment without machine crashLeon Romanovsky1-1/+4
2018-05-31RDMA/qedr: fix spelling mistake: "adrresses" -> "addresses"Colin Ian King1-1/+1
2018-05-31IB/iser: Do not reduce max_sectorsSergey Gorenko4-11/+26
2018-05-30RDMA/hns: Implement the disassociate_ucontext APIWei Hu(Xavier)2-1/+77
2018-05-30RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib coreWei Hu(Xavier)3-69/+41
2018-05-30RDMA/hns: Fix the illegal memory operation when cross pageWei Hu(Xavier)2-20/+53
2018-05-30RDMA/hns: Add reset process for RoCE in hip08Wei Hu(Xavier)4-0/+88