aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2018-07-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 8-27/+39
2018-07-11RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error pathGravatar Kamal Heib 1-6/+12
2018-07-03RDMA/uverbs: Don't fail in creation of multiple flowsGravatar Leon Romanovsky 1-1/+1
2018-06-28Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar David S. Miller 1-1/+1
2018-06-26IB/mlx5: Avoid dealing with vport representors if not being e-switch managerGravatar Or Gerlitz 1-1/+1
2018-06-26IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesGravatar Michael J. Ruhl 5-9/+9
2018-06-25RDMA/uverbs: Fix slab-out-of-bounds in ib_uverbs_ex_create_flowGravatar Leon Romanovsky 1-11/+12
2018-06-25RDMA/uverbs: Protect from attempts to create flows on unsupported QPGravatar Leon Romanovsky 1-0/+5
2018-06-25iw_cxgb4: correctly enforce the max reg_mr depthGravatar Steve Wise 1-1/+1
2018-06-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 6-28/+51
2018-06-18IB/rxe: Fix missing completion for mem_reg work requestsGravatar Vijay Immanuel 1-0/+3
2018-06-18RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Gravatar Bharat Potnuri 1-6/+8
2018-06-12treewide: Use array_size() in kvzalloc_node()Gravatar Kees Cook 1-1/+2
2018-06-12treewide: Use array_size() in vzalloc_node()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 5-13/+22
2018-06-12treewide: kvzalloc() -> kvcalloc()Gravatar Kees Cook 1-2/+2
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Gravatar Kees Cook 2-7/+6
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 23-51/+62
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 20-62/+79
2018-06-12Convert infiniband uverbs to struct_sizeGravatar Matthew Wilcox 1-2/+2
2018-06-12IB/uverbs: Fix ordering of ucontext check in ib_uverbs_writeGravatar Jason Gunthorpe 1-4/+10
2018-06-11IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'Gravatar Christophe Jaillet 1-2/+5
2018-06-11RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CMGravatar Kalderon, Michal 1-0/+3
2018-06-11IB/mlx5: Fix return value check in flow_counters_set_data()Gravatar weiyongjun (A) 1-2/+2
2018-06-11IB/mlx5: Fix memory leak in mlx5_ib_create_flowGravatar Gustavo A. R. Silva 1-13/+19
2018-06-11IB/rxe: avoid double kfree skbGravatar Zhu Yanjun 1-1/+1
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 122-1722/+4093
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-16/+8
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 6-100/+70
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 7-22/+22
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 7-22/+22
2018-06-05RDMA/mlx5: Update SPDX tags to show proper licenseGravatar Leon Romanovsky 2-2/+2
2018-06-05RDMA/restrack: Change SPDX tag to properly reflect licenseGravatar Leon Romanovsky 1-1/+1
2018-06-05qed*: Utilize FW 8.37.2.0Gravatar Michal Kalderon 2-86/+57
2018-06-04IB/hfi1: Fix comment on default hdr entry sizeGravatar Mike Marciniszyn 1-2/+2
2018-06-04IB/hfi1: Rename exp_lock to exp_mutexGravatar Kaike Wan 3-8/+8
2018-06-04IB/hfi1: Add bypass register defines and replace blind constantsGravatar Mike Marciniszyn 2-1/+9
2018-06-04IB/hfi1: Remove unused variableGravatar Kaike Wan 1-3/+1
2018-06-04IB/hfi1: Ensure VL index is within boundsGravatar Kaike Wan 1-9/+3
2018-06-04IB/hfi1: Fix user context tail allocation for DMA_RTAILGravatar Mike Marciniszyn 3-10/+9
2018-06-04IB/hns: Use zeroing memory allocator instead of allocator/memsetGravatar YueHaibing 1-5/+3
2018-06-04infiniband: fix a possible use-after-free bugGravatar Cong Wang 1-1/+5
2018-06-04iw_cxgb4: add INFINIBAND_ADDR_TRANS dependencyGravatar Arnd Bergmann 1-0/+1
2018-06-04IB/isert: use T10-PI check mask definitions from core layerGravatar Max Gurtovoy 1-4/+7
2018-06-04IB/iser: use T10-PI check mask definitions from core layerGravatar Max Gurtovoy 2-6/+2
2018-06-04IB/isert: fix T10-pi check mask settingGravatar Max Gurtovoy 1-1/+1
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jason Gunthorpe 11-41/+587
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-55/+165
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 7-55/+165
2018-06-02IB/mlx5: Add counters read supportGravatar Raed Salem 1-0/+43