summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAge
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-07-13
|\
| * RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error pathKamal Heib2018-07-11
| * RDMA/uverbs: Don't fail in creation of multiple flowsLeon Romanovsky2018-07-03
| * IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesMichael J. Ruhl2018-06-26
| * RDMA/uverbs: Fix slab-out-of-bounds in ib_uverbs_ex_create_flowLeon Romanovsky2018-06-25
| * RDMA/uverbs: Protect from attempts to create flows on unsupported QPLeon Romanovsky2018-06-25
| * iw_cxgb4: correctly enforce the max reg_mr depthSteve Wise2018-06-25
* | Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-06-28
|\ \ | |/ |/|
| * IB/mlx5: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz2018-06-26
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-20
|\ \ | |/ |/|
| * IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel2018-06-18
| * RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri2018-06-18
| * IB/uverbs: Fix ordering of ucontext check in ib_uverbs_writeJason Gunthorpe2018-06-12
| * IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'Christophe Jaillet2018-06-11
| * RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CMKalderon, Michal2018-06-11
| * IB/mlx5: Fix return value check in flow_counters_set_data()weiyongjun (A)2018-06-11
| * IB/mlx5: Fix memory leak in mlx5_ib_create_flowGustavo A. R. Silva2018-06-11
| * IB/rxe: avoid double kfree skbZhu Yanjun2018-06-11
* | treewide: Use array_size() in kvzalloc_node()Kees Cook2018-06-12
* | treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-12
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-12
* | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-12
* | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-12
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* | Convert infiniband uverbs to struct_sizeMatthew Wilcox2018-06-12
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-07
|\|
| * RDMA/mlx5: Update SPDX tags to show proper licenseLeon Romanovsky2018-06-05
| * RDMA/restrack: Change SPDX tag to properly reflect licenseLeon Romanovsky2018-06-05
| * IB/hfi1: Fix comment on default hdr entry sizeMike Marciniszyn2018-06-04
| * IB/hfi1: Rename exp_lock to exp_mutexKaike Wan2018-06-04
| * IB/hfi1: Add bypass register defines and replace blind constantsMike Marciniszyn2018-06-04
| * IB/hfi1: Remove unused variableKaike Wan2018-06-04
| * IB/hfi1: Ensure VL index is within boundsKaike Wan2018-06-04
| * IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn2018-06-04
| * IB/hns: Use zeroing memory allocator instead of allocator/memsetYueHaibing2018-06-04
| * infiniband: fix a possible use-after-free bugCong Wang2018-06-04
| * iw_cxgb4: add INFINIBAND_ADDR_TRANS dependencyArnd Bergmann2018-06-04
| * IB/isert: use T10-PI check mask definitions from core layerMax Gurtovoy2018-06-04
| * IB/iser: use T10-PI check mask definitions from core layerMax Gurtovoy2018-06-04
| * IB/isert: fix T10-pi check mask settingMax Gurtovoy2018-06-04
| * Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe2018-06-04
| |\
| | * IB/mlx5: Add counters read supportRaed Salem2018-06-02
| | * IB/mlx5: Add flow counters read supportRaed Salem2018-06-02
| | * IB/mlx5: Add flow counters binding supportRaed Salem2018-06-02
| | * IB/mlx5: Add counters create and destroy supportRaed Salem2018-06-02
| | * IB/uverbs: Add support for flow countersRaed Salem2018-06-02
| | * IB/core: Support passing uhw for create_flowMatan Barak2018-06-02
| | * IB/uverbs: Add read counters supportRaed Salem2018-06-02
| | * IB/uverbs: Add create/destroy counters supportRaed Salem2018-06-02