summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-1313-19/+19
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-093-7/+7
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-05104-7750/+8458
|\
| * RDMA/mlx5: Return ECE DC supportLeon Romanovsky2020-06-031-14/+31
| * RDMA/mlx5: Don't rely on FW to set zeros in ECE responseLeon Romanovsky2020-06-031-2/+4
| * RDMA/mlx5: Return an error if copy_to_user failsLeon Romanovsky2020-06-031-6/+2
| * IB/hfi1: Use free_netdev() in hfi1_netdev_free()YueHaibing2020-06-031-4/+1
| * RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()Dan Carpenter2020-06-031-1/+1
| * IB/hfi1: Fix hfi1_netdev_rx_init() error handlingDan Carpenter2020-06-031-2/+9
| * RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-038-17/+0
| * RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-036-6/+0
| * RDMA/mthca: Remove FMR support for memory registrationMax Gurtovoy2020-06-034-380/+1
| * RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy2020-06-033-120/+0
| * RDMA/i40iw: Remove FMR leftoversJason Gunthorpe2020-06-032-10/+0
| * RDMA/bnxt_re: Remove FMR leftoversJason Gunthorpe2020-06-034-14/+0
| * RDMA/mlx5: Remove FMR leftoversGal Pressman2020-06-031-8/+0
| * IB/hfi1: Fix spelling mistake "enought" -> "enough"Colin Ian King2020-05-291-1/+1
| * RDMA/hns: remove duplicate assignment to pointer raqColin Ian King2020-05-291-1/+1
| * RDMA/mlx5: Support TX port affinity for VF drivers in LAG modeMark Zhang2020-05-293-2/+10
| * RDMA/mlx5: Return ECE data after modify QPLeon Romanovsky2020-05-272-4/+46
| * RDMA/mlx5: Set ECE options during modify QPLeon Romanovsky2020-05-274-14/+23
| * RDMA/mlx5: Convert modify QP to use MLX5_SET macrosLeon Romanovsky2020-05-271-106/+97
| * RDMA/mlx5: Remove manually crafted QP context the query callLeon Romanovsky2020-05-271-73/+56
| * RDMA/mlx5: Use direct modify QP implementationLeon Romanovsky2020-05-271-6/+11
| * RDMA/mlx5: Set ECE options during QP createLeon Romanovsky2020-05-271-9/+66
| * RDMA/mlx5: Get ECE options from FW during create QPLeon Romanovsky2020-05-273-11/+17
| * Merge branch 'mellanox/mlx5-next' into rdma.git for/nextJason Gunthorpe2020-05-271-1/+4
| |\
| * | IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP commandMark Zhang2020-05-271-0/+4
| * | RDMA/iw_cxgb4: cleanup device debugfs entries on ULD removePotnuri Bharat Teja2020-05-251-0/+1
| * | RDMA/hns: Make the end of sge process more clearYixian Liu2020-05-251-2/+2
| * | RDMA/hns: Simplify process related to poll cqLang Cheng2020-05-251-8/+3
| * | RDMA/hns: Remove redundant parameters from free_srq/qp_wrid()Wenpeng Liang2020-05-252-7/+6
| * | RDMA/hns: Remove redundant type cast for general pointersWeihang Li2020-05-253-137/+73
| * | RDMA/hns: Optimize the usage of MTRXi Wang2020-05-252-27/+30
| * | RDMA/hns: Refactor the QP context filling process related to WQE buffer confi...Xi Wang2020-05-251-115/+149
| * | RDMA/hns: Change variables representing quantity to unsignedWeihang Li2020-05-252-10/+11
| * | RDMA/hns: Change all page_shift to unsignedWeihang Li2020-05-255-24/+27
| * | RDMA/hns: Rename QP buffer related functionXi Wang2020-05-251-4/+4
| * | RDMA/hns: Remove unused code about assertYangyang Li2020-05-252-5/+0
| * | RDMA/hns: Optimize post and poll processLang Cheng2020-05-251-13/+14
| * | RDMA/hns: Add CQ flag instead of independent enable flagLang Cheng2020-05-253-11/+11
| * | RDMA/hns: Let software PI/CI grow naturallyLang Cheng2020-05-251-5/+4
| * | RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe2020-05-223-32/+15
| * | Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-218-23/+21
| |\ \
| * | | IB/hfi1: Enable the transmit side of the datagram ipoib netdevPiotr Stankiewicz2020-05-212-0/+3
| * | | IB/hfi1: Add packet histogram trace eventGrzegorz Andrejczuk2020-05-213-1/+43
| * | | IB/hfi1: Activate the dummy netdevGrzegorz Andrejczuk2020-05-2111-342/+178