summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-05-06RDMA/mad: Remove snoop interfaceMaor Gottlieb
2020-05-02RDMA/efa: Count admin commands errorsGal Pressman
2020-05-02RDMA/efa: Count mmap failuresGal Pressman
2020-05-02RDMA/efa: Report create CQ error counterGal Pressman
2020-05-02RDMA/mlx5: Set lag tx affinity according to slaveMaor Gottlieb
2020-05-02RDMA/mlx5: Refactor affinity related codeMaor Gottlieb
2020-05-02RDMA/core: Get xmit slave for LAGMaor Gottlieb
2020-05-02RDMA/core: Add LAG functionalityMaor Gottlieb
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb
2020-05-02Merge branch 'mellanox/mlx5-next' into rdma.git for-nextJason Gunthorpe
2020-05-01net/mlx5: Add support to get lag physical portMaor Gottlieb
2020-05-01net/mlx5: Change lag mutex lock to spin lockMaor Gottlieb
2020-05-01bonding: Implement ndo_get_xmit_slaveMaor Gottlieb
2020-05-01bonding: Add array of all slavesMaor Gottlieb
2020-05-01bonding: Add function to get the xmit slave in active-backup modeMaor Gottlieb
2020-05-01bonding: Add helper function to get the xmit slave in rr modeMaor Gottlieb
2020-05-01bonding: Add helper function to get the xmit slave based on hashMaor Gottlieb
2020-05-01bonding/alb: Add helper functions to get the xmit slaveMaor Gottlieb
2020-05-01bonding: Rename slave_arr to usable_slavesMaor Gottlieb
2020-05-01bonding: Export skip slave logic to functionMaor Gottlieb
2020-04-30RDMA/mlx5: Verify that QP is created with RQ or SQAharon Landau
2020-04-30RDMA/mlx5: Consolidate into special function all create QP callsLeon Romanovsky
2020-04-30RDMA/mlx5: Remove redundant destroy QP callLeon Romanovsky
2020-04-30RDMA/mlx5: Copy response to the user in one placeLeon Romanovsky
2020-04-30RDMA/mlx5: Handle udate outlen checks in one placeLeon Romanovsky
2020-04-30RDMA/mlx5: Promote RSS RAW QP flags check to higher levelLeon Romanovsky
2020-04-30RDMA/mlx5: Group all create QP parameters to simplify in-kernel interfacesLeon Romanovsky
2020-04-30RDMA/mlx5: Reduce amount of duplication in QP destroyLeon Romanovsky
2020-04-30RDMA/mlx5: Separate to user/kernel create QP flowsLeon Romanovsky
2020-04-30RDMA/mlx5: Separate XRC_TGT QP creation from common flowLeon Romanovsky
2020-04-30RDMA/mlx5: Globally parse DEVX UIDLeon Romanovsky
2020-04-30RDMA/mlx5: Delete impossible inlen checkLeon Romanovsky
2020-04-30RDMA/mlx5: Rely on existence of udata to separate kernel/user flowsLeon Romanovsky
2020-04-30RDMA/mlx5: Remove second user copy in create_user_qpLeon Romanovsky
2020-04-30RDMA/mlx5: Combine copy of create QP command in RSS RAW QPLeon Romanovsky
2020-04-30RDMA/mlx5: Promote RSS RAW QP attribute check in higher levelLeon Romanovsky
2020-04-30RDMA/mlx5: Store QP type in the vendor QP structureLeon Romanovsky
2020-04-30RDMA/mlx5: Delete unsupported QP typesLeon Romanovsky
2020-04-28Merge branch 'mlx5_ib_qp_refactor_1' into rdma.git for-nextJason Gunthorpe
2020-04-28RDMA/mlx5: Process all vendor flags in one placeLeon Romanovsky
2020-04-28RDMA/mlx5: Return all configured create flags through query QPLeon Romanovsky
2020-04-28RDMA/mlx5: Change scatter CQE flag to be set like other vendor flagsLeon Romanovsky
2020-04-28RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE signatureLeon Romanovsky
2020-04-28RDMA/mlx5: Process create QP flags in one placeLeon Romanovsky
2020-04-28RDMA/mlx5: Delete create QP flags obfuscationLeon Romanovsky
2020-04-28RDMA/mlx5: Initial separation of RAW_PACKET QP from common flowLeon Romanovsky
2020-04-28RDMA/mlx5: Remove second copy from user for non RSS RAW QPsLeon Romanovsky
2020-04-28RDMA/mlx5: Move DRIVER QP flags check into separate functionLeon Romanovsky
2020-04-28RDMA/mlx5: Update all DRIVER QP places to use QP subtypeLeon Romanovsky
2020-04-28RDMA/mlx5: Split scatter CQE configuration for DCT QPLeon Romanovsky