summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* RDMA/core: Move and rename trace_cm_id_create()Chuck Lever2020-06-022-6/+16
* IB/hfi1: Fix hfi1_netdev_rx_init() error handlingDan Carpenter2020-06-021-2/+9
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-029-18/+0
* RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-0213-14/+0
* RDMA/core: Remove FMR device opsMax Gurtovoy2020-06-022-52/+0
* RDMA/rdmavt: Remove FMR memory registrationMax Gurtovoy2020-06-023-173/+0
* RDMA/mthca: Remove FMR support for memory registrationMax Gurtovoy2020-06-024-380/+1
* RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy2020-06-025-305/+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
* RDMA/core: Remove FMR pool APIMax Gurtovoy2020-06-022-495/+1
* RDMA/srp: Remove support for FMR memory registrationMax Gurtovoy2020-06-022-227/+22
* RDMA/iser: Remove support for FMR memory registrationIsrael Rukshin2020-06-024-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-276-11/+28
* 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-276-4/+19
|\
| * net/mlx5: Add support for RDMA TX FT headers modifyingMichael Guralnik2020-05-182-1/+8
| * net/mlx5: Move iseg access helper routines close to mlx5_core driverParav Pandit2020-05-182-0/+10
| * net/mlx5: Cleanup mlx5_ifc_fte_match_set_misc2_bitsRaed Salem2020-05-182-3/+1
* | 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