summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook-1/+2
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-13/+22
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook-2/+2
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook-7/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-51/+62
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-62/+79
2018-06-12Convert infiniband uverbs to struct_sizeMatthew Wilcox-2/+2
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1722/+4093
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+8
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-100/+70
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-22/+22
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-22/+22
2018-06-05RDMA/mlx5: Update SPDX tags to show proper licenseLeon Romanovsky-2/+2
2018-06-05RDMA/restrack: Change SPDX tag to properly reflect licenseLeon Romanovsky-1/+1
2018-06-05qed*: Utilize FW 8.37.2.0Michal Kalderon-86/+57
2018-06-04IB/hfi1: Fix comment on default hdr entry sizeMike Marciniszyn-2/+2
2018-06-04IB/hfi1: Rename exp_lock to exp_mutexKaike Wan-8/+8
2018-06-04IB/hfi1: Add bypass register defines and replace blind constantsMike Marciniszyn-1/+9
2018-06-04IB/hfi1: Remove unused variableKaike Wan-3/+1
2018-06-04IB/hfi1: Ensure VL index is within boundsKaike Wan-9/+3
2018-06-04IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn-10/+9
2018-06-04IB/hns: Use zeroing memory allocator instead of allocator/memsetYueHaibing-5/+3
2018-06-04infiniband: fix a possible use-after-free bugCong Wang-1/+5
2018-06-04iw_cxgb4: add INFINIBAND_ADDR_TRANS dependencyArnd Bergmann-0/+1
2018-06-04IB/isert: use T10-PI check mask definitions from core layerMax Gurtovoy-4/+7
2018-06-04IB/iser: use T10-PI check mask definitions from core layerMax Gurtovoy-6/+2
2018-06-04IB/isert: fix T10-pi check mask settingMax Gurtovoy-1/+1
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe-41/+587
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-55/+165
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-55/+165
2018-06-02IB/mlx5: Add counters read supportRaed Salem-0/+43
2018-06-02IB/mlx5: Add flow counters read supportRaed Salem-1/+27
2018-06-02IB/mlx5: Add flow counters binding supportRaed Salem-13/+224
2018-06-02IB/mlx5: Add counters create and destroy supportRaed Salem-0/+33
2018-06-02IB/uverbs: Add support for flow countersRaed Salem-11/+71
2018-06-02IB/core: Support passing uhw for create_flowMatan Barak-4/+18
2018-06-02IB/uverbs: Add read counters supportRaed Salem-1/+58
2018-06-02IB/uverbs: Add create/destroy counters supportRaed Salem-2/+104
2018-06-02IB/uverbs: Add an ib_uobject getter to ioctl() infrastructureMatan Barak-13/+14
2018-06-01RDMA/hns_roce: Don't check return value of zap_vma_ptes()Doug Ledford-3/+1
2018-06-01RDMA/mlx4: Don't crash machine if zap_vma_ptes() failsLeon Romanovsky-8/+2
2018-06-01RDMA/mlx5: Don't check return value of zap_vma_ptes()Leon Romanovsky-4/+1
2018-06-01RDMA/mad: Convert BUG_ONs to error flowsLeon Romanovsky-4/+7
2018-06-01RDMA/mad: Delete inaccessible BUG_ONLeon Romanovsky-1/+0
2018-06-01RDMA/cma: Ignore unknown eventLeon Romanovsky-1/+1
2018-06-01RDMA/cm: Abort loop in case of CM dequeueLeon Romanovsky-1/+3
2018-06-01RDMA/cxgb3: Don't crash kernel just because IDR is fullLeon Romanovsky-1/+0
2018-06-01RDMA/mlx4: Discard unknown SQP work requestsLeon Romanovsky-1/+0
2018-06-01RDMA/mlx4: Catch FW<->SW misalignment without machine crashLeon Romanovsky-1/+4