aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2020-05-12RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobjJason Gunthorpe3-7/+10
2020-05-12RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL eventJason Gunthorpe4-3/+29
2020-05-12RDMA/iw_cxgb4: Fix incorrect function parametersPotnuri Bharat Teja1-4/+3
2020-05-12RDMA/core: Fix double put of resourceMaor Gottlieb1-2/+1
2020-05-12IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein1-2/+5
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-12RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()Sudip Mukherjee2-5/+8
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. Miller11-32/+47
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/cma: Initialize the flow label of CM's route path recordMark Zhang1-0/+23
2020-05-06RDMA/mlx5: Define RoCEv2 udp source port when set pathMark Zhang1-6/+24
2020-05-06RDMA/core: Consider flow label when building skbMaor Gottlieb1-2/+4
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe12-109/+124
2020-05-06RDMA/mad: Remove snoop interfaceMaor Gottlieb1-232/+4
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/core: Get xmit slave for LAGMaor Gottlieb1-18/+43
2020-05-02RDMA/core: Add LAG functionalityMaor Gottlieb2-1/+137
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb21-45/+59
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