summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * RDMA/core: Remove FMR pool APIMax Gurtovoy2020-06-032-495/+1
| * RDMA/srp: Remove support for FMR memory registrationMax Gurtovoy2020-06-032-227/+22
| * RDMA/iser: Remove support for FMR memory registrationIsrael Rukshin2020-06-034-372/+40
| * RDMA/core: Introduce shared CQ pool APIYamin Friedman2020-05-293-0/+178
| * RDMA/core: Add protection for shared CQs used by ULPsYamin Friedman2020-05-291-0/+9
| * RDMA/core: Fix several reference count leaks.Qiushi Wu2020-05-291-5/+5
| * 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/srpt: Increase max_send_sgeBart Van Assche2020-05-292-7/+1
| * RDMA/srpt: Reduce max_recv_sge to 1Bart Van Assche2020-05-291-7/+3
| * RDMA/srpt: Make debug output more detailedBart Van Assche2020-05-291-4/+5
| * RDMA/srp: Make the channel count configurable per targetBart Van Assche2020-05-291-5/+17
| * 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
| * RDMA/cma: Provide ECE reject reasonLeon Romanovsky2020-05-275-10/+25
| * RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky2020-05-272-3/+30
| * RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky2020-05-272-5/+42
| * RDMA/ucma: Deliver ECE parameters through UCMA eventsLeon Romanovsky2020-05-271-1/+5
| * RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky2020-05-273-3/+33
| * 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/core: Use sizeof_field() helperGustavo A. R. Silva2020-05-274-10/+10
| * | RDMA/ipoib: Remove can_sleep parameter from iboib_mcast_allocKamal Heib2020-05-251-6/+5
| * | 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/rtrs: Get rid of the do_next_path while_next_path macrosDanil Kipnis2020-05-221-16/+13
| * | RDMA/rtrs: server: Use already dereferenced rtrs_sess structureMd Haris Iqbal2020-05-221-2/+2
| * | IB/cma: Fix ports memory leak in cma_configfsMaor Gottlieb2020-05-221-0/+13
| * | IB/uverbs: Introduce create/destroy QP commands over ioctlYishai Hadas2020-05-225-41/+405
| * | IB/uverbs: Introduce create/destroy WQ commands over ioctlYishai Hadas2020-05-225-24/+198
| * | IB/uverbs: Introduce create/destroy SRQ commands over ioctlYishai Hadas2020-05-225-33/+238
| * | IB/uverbs: Extend CQ to get its own asynchronous event FDYishai Hadas2020-05-222-3/+24