summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Add atomic triggered sleep/wakeupMike Marciniszyn2020-06-242-20/+53
* IB/hfi1: Correct -EBUSY handling in tx codeMike Marciniszyn2020-06-241-17/+18
* IB/hfi1: Fix module use count flaw due to leftover module put callsDennis Dalessandro2020-06-241-17/+2
* IB/hfi1: Restore kfree in dummy_netdev cleanupDennis Dalessandro2020-06-241-1/+1
* RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't have udataLeon Romanovsky2020-06-221-1/+1
* RDMA/mlx5: Fix integrity enabled QP creationMax Gurtovoy2020-06-181-0/+3
* RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPsLeon Romanovsky2020-06-181-9/+1
* RDMA/mlx5: Fix remote gid value in query QPMaor Gottlieb2020-06-181-2/+1
* RDMA/mlx5: Don't access ib_qp fields in internal destroy QP pathLeon Romanovsky2020-06-181-10/+18
* RDMA/hns: Fix an cmd queue issue when resettingYangyang Li2020-06-181-1/+1
* RDMA/hns: Fix a calltrace when registering MR from userspaceYangyang Li2020-06-184-14/+17
* RDMA/mlx5: Add missed RST2INIT and INIT2INIT steps during ECE handshakeLeon Romanovsky2020-06-181-0/+8
* RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532Michal Kalderon2020-06-181-2/+11
* RDMA/efa: Set maximum pkeys device attributeGal Pressman2020-06-181-0/+1
* RDMA/hfi1: Fix trivial mis-spelling of 'descriptor'Kieran Bingham2020-06-153-3/+3
* RDMA/mlx5: Fix -Wformat warning in check_ucmd_data()Tom Seewald2020-06-151-1/+1
* RDMA/mlx5: Remove duplicated assignment to resp.response_lengthColin Ian King2020-06-151-2/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-1413-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-021-4/+1
| * RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()Dan Carpenter2020-06-021-1/+1
| * IB/hfi1: Fix hfi1_netdev_rx_init() error handlingDan Carpenter2020-06-021-2/+9
| * RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-028-17/+0
| * RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-026-6/+0
| * RDMA/mthca: Remove FMR support for memory registrationMax Gurtovoy2020-06-024-380/+1
| * RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy2020-06-023-120/+0
| * RDMA/i40iw: Remove FMR leftoversJason Gunthorpe2020-06-022-10/+0
| * RDMA/bnxt_re: Remove FMR leftoversJason Gunthorpe2020-06-024-14/+0
| * RDMA/mlx5: Remove FMR leftoversGal Pressman2020-06-021-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