aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-ld (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-03RDMA/mlx5: Return ECE DC supportLeon Romanovsky2-16/+34
2020-06-03RDMA/mlx5: Don't rely on FW to set zeros in ECE responseLeon Romanovsky1-2/+4
2020-06-03RDMA/mlx5: Return an error if copy_to_user failsLeon Romanovsky1-6/+2
2020-06-02IB/hfi1: Use free_netdev() in hfi1_netdev_free()YueHaibing1-4/+1
2020-06-02RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()Dan Carpenter1-1/+1
2020-06-02RDMA/core: Move and rename trace_cm_id_create()Chuck Lever2-6/+16
2020-06-02IB/hfi1: Fix hfi1_netdev_rx_init() error handlingDan Carpenter1-2/+9
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe10-19/+0
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe16-17/+1
2020-06-02RDMA/core: Remove FMR device opsMax Gurtovoy4-113/+0
2020-06-02RDMA/rdmavt: Remove FMR memory registrationMax Gurtovoy3-173/+0
2020-06-02RDMA/mthca: Remove FMR support for memory registrationMax Gurtovoy4-380/+1
2020-06-02RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy6-325/+2
2020-06-02RDMA/i40iw: Remove FMR leftoversJason Gunthorpe2-10/+0
2020-06-02RDMA/bnxt_re: Remove FMR leftoversJason Gunthorpe4-14/+0
2020-06-02RDMA/mlx5: Remove FMR leftoversGal Pressman1-8/+0
2020-06-02RDMA/core: Remove FMR pool APIMax Gurtovoy4-591/+1
2020-06-02RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy8-322/+21
2020-06-02RDMA/srp: Remove support for FMR memory registrationMax Gurtovoy2-227/+22
2020-06-02RDMA/iser: Remove support for FMR memory registrationIsrael Rukshin4-372/+40
2020-05-29RDMA/core: Introduce shared CQ pool APIYamin Friedman4-1/+194
2020-05-29RDMA/core: Add protection for shared CQs used by ULPsYamin Friedman2-1/+13
2020-05-29RDMA/core: Fix several reference count leaks.Qiushi Wu1-5/+5
2020-05-29IB/hfi1: Fix spelling mistake "enought" -> "enough"Colin Ian King1-1/+1
2020-05-29RDMA/core: Use offsetofend() instead of open codingJason Gunthorpe1-2/+1
2020-05-29RDMA/hns: remove duplicate assignment to pointer raqColin Ian King1-1/+1
2020-05-29RDMA/mlx5: Support TX port affinity for VF drivers in LAG modeMark Zhang3-2/+10
2020-05-29RDMA/srpt: Increase max_send_sgeBart Van Assche2-7/+1
2020-05-29RDMA/srpt: Reduce max_recv_sge to 1Bart Van Assche1-7/+3
2020-05-29RDMA/srpt: Make debug output more detailedBart Van Assche1-4/+5
2020-05-29RDMA/srp: Make the channel count configurable per targetBart Van Assche1-5/+17
2020-05-27RDMA/mlx5: Return ECE data after modify QPLeon Romanovsky3-4/+48
2020-05-27RDMA/mlx5: Set ECE options during modify QPLeon Romanovsky5-15/+25
2020-05-27RDMA/mlx5: Convert modify QP to use MLX5_SET macrosLeon Romanovsky2-172/+97
2020-05-27RDMA/mlx5: Remove manually crafted QP context the query callLeon Romanovsky1-73/+56
2020-05-27RDMA/mlx5: Use direct modify QP implementationLeon Romanovsky1-6/+11
2020-05-27RDMA/mlx5: Set ECE options during QP createLeon Romanovsky2-9/+68
2020-05-27RDMA/mlx5: Get ECE options from FW during create QPLeon Romanovsky4-12/+18
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky9-14/+34
2020-05-27RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky4-3/+34
2020-05-27RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky3-6/+50
2020-05-27RDMA/ucma: Deliver ECE parameters through UCMA eventsLeon Romanovsky3-1/+7
2020-05-27RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky5-3/+42
2020-05-27RDMA/cm: Add Enhanced Connection Establishment (ECE) bitsLeon Romanovsky1-0/+6
2020-05-27IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP commandMark Zhang1-0/+4
2020-05-27RDMA/core: Use sizeof_field() helperGustavo A. R. Silva5-16/+16
2020-05-27net/mlx5: Add ability to read and write ECE optionsLeon Romanovsky1-10/+16
2020-05-25RDMA/ipoib: Remove can_sleep parameter from iboib_mcast_allocKamal Heib1-6/+5
2020-05-25RDMA/iw_cxgb4: cleanup device debugfs entries on ULD removePotnuri Bharat Teja1-0/+1
2020-05-25RDMA/hns: Make the end of sge process more clearYixian Liu1-2/+2