aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2020-05-17RDMA/mlx5: Update mlx5_ib driver nameShay Drory1-10/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-20/+15
2020-05-13RDMA/mlx5: Fix query_srq_cmd() functionLeon Romanovsky1-3/+3
2020-05-13RDMA/mlx5: Add support for drop action in DV steeringDaria Velikovsky1-14/+21
2020-05-13RDMA/mlx5: Add support in steering default missMaor Gottlieb2-11/+30
2020-05-13RDMA/mlx5: Refactor DV create flowMaor Gottlieb1-49/+59
2020-05-13Merge branch 'mellanox/mlx5-next' into rdma.git for/nextJason Gunthorpe1-37/+10
2020-05-13{IB/net}/mlx5: Simplify don't trap codeMaor Gottlieb1-37/+10
2020-05-12RDMA/hns: Combine enable flags of qpLang Cheng3-16/+15
2020-05-12RDMA/hns: Extend capability flags for HIP08_CWeihang Li3-1/+6
2020-05-12RDMA/iw_cxgb4: Fix incorrect function parametersPotnuri Bharat Teja1-4/+3
2020-05-12IB/hfi1: Fix another case where pq is left on waitlistMike Marciniszyn1-4/+0
2020-05-12IB/i40iw: Remove bogus call to netdev_master_upper_dev_get()Denis V. Lunev1-8/+0
2020-05-12IB/mlx4: Test return value of calls to ib_get_cached_pkeyJack Morgenstein1-3/+11
2020-05-07RDMA/mlx5: Remove duplicated assignment to variable rcqe_szColin Ian King1-2/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-3/+6
2020-05-06RDMA/mlx5: Allow only raw Ethernet QPs when RoCE isn't enabledMark Bloch1-3/+9
2020-05-06RDMA/mlx5: Assign profile before calling stagesMark Bloch2-2/+3
2020-05-06RDMA/mlx5: Move all WR logic from qp.c to separate fileLeon Romanovsky6-1553/+1589
2020-05-06RDMA/mlx5: Refactor mlx5_post_send() to improve readabilityMax Gurtovoy1-214/+276
2020-05-06RDMA/mlx5: Update mlx5_ib to use new cmd interfaceLeon Romanovsky6-156/+91
2020-05-06RDMA/hns: Remove redundant assignment of capsWenpeng Liang1-5/+0
2020-05-06RDMA/hns: Adjust lp_pktn_ini dynamicallyWeihang Li1-1/+2
2020-05-06RDMA/hns: Fix comments with non-English symbolsWeihang Li1-4/+3
2020-05-06RDMA/hns: Optimize SRQ buffer size calculating processXi Wang3-24/+23
2020-05-06RDMA/hns: Move SRQ code to the reasonable placeYixian Liu1-306/+303
2020-05-06RDMA/hns: Optimize WQE buffer size calculating processXi Wang3-265/+182
2020-05-06RDMA/hns: Remove unused MTT functionsXi Wang6-807/+2
2020-05-06RDMA/hns: Optimize PBL buffer allocation processXi Wang4-668/+196
2020-05-06RDMA/mlx5: Set UDP source port based on the grh.flow_labelMark Zhang3-6/+23
2020-05-06RDMA/mlx5: Define RoCEv2 udp source port when set pathMark Zhang1-6/+24
2020-05-04i40iw: Fix error handling in i40iw_manage_arp_cache()Dan Carpenter1-1/+1
2020-05-02RDMA/efa: Count admin commands errorsGal Pressman3-2/+8
2020-05-02RDMA/efa: Count mmap failuresGal Pressman2-3/+9
2020-05-02RDMA/efa: Report create CQ error counterGal Pressman1-0/+2
2020-05-02RDMA/mlx5: Set lag tx affinity according to slaveMaor Gottlieb5-26/+71
2020-05-02RDMA/mlx5: Refactor affinity related codeMaor Gottlieb1-37/+53
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb17-33/+42
2020-04-30RDMA/mlx5: Verify that QP is created with RQ or SQAharon Landau1-0/+2
2020-04-30RDMA/mlx5: Consolidate into special function all create QP callsLeon Romanovsky1-36/+49
2020-04-30RDMA/mlx5: Remove redundant destroy QP callLeon Romanovsky1-4/+1
2020-04-30RDMA/mlx5: Copy response to the user in one placeLeon Romanovsky1-61/+52
2020-04-30RDMA/mlx5: Handle udate outlen checks in one placeLeon Romanovsky1-18/+30
2020-04-30RDMA/mlx5: Promote RSS RAW QP flags check to higher levelLeon Romanovsky1-8/+10
2020-04-30RDMA/mlx5: Group all create QP parameters to simplify in-kernel interfacesLeon Romanovsky1-67/+81
2020-04-30RDMA/mlx5: Reduce amount of duplication in QP destroyLeon Romanovsky1-39/+31
2020-04-30RDMA/mlx5: Separate to user/kernel create QP flowsLeon Romanovsky1-49/+156
2020-04-30RDMA/mlx5: Separate XRC_TGT QP creation from common flowLeon Romanovsky1-52/+106
2020-04-30RDMA/mlx5: Globally parse DEVX UIDLeon Romanovsky1-24/+27
2020-04-30RDMA/mlx5: Delete impossible inlen checkLeon Romanovsky1-7/+0