summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-18RDMA/rtrs: client: statistics functionsJack Wang1-0/+200
2020-05-18RDMA/rtrs: client: main functionalityJack Wang1-0/+2994
2020-05-18RDMA/rtrs: client: private header with client structs and functionsJack Wang1-0/+251
2020-05-18RDMA/rtrs: core: lib functions shared between client and server modulesJack Wang1-0/+612
2020-05-18RDMA/rtrs: private headers with rtrs protocol structs and helpersJack Wang2-0/+427
2020-05-18RDMA/rtrs: public interface header to establish RDMA connectionsJack Wang1-0/+195
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 Gunthorpe3-72/+99
2020-05-13net/mlx5: Add support in forward to namespaceMaor Gottlieb2-9/+50
2020-05-13{IB/net}/mlx5: Simplify don't trap codeMaor Gottlieb2-70/+56
2020-05-13RDMA/cm: Increment the refcount inside cm_find_listen()Jason Gunthorpe1-4/+3
2020-05-13RDMA/cm: Remove needless cm_id variableJason Gunthorpe1-6/+2
2020-05-13RDMA/cm: Remove the cm_free_id() wrapper functionJason Gunthorpe1-7/+2
2020-05-13RDMA/cm: Make find_remote_id() return a cm_id_privateJason Gunthorpe1-15/+12
2020-05-13RDMA/cm: Add a note explaining how the timewait is eventually freedJason Gunthorpe1-0/+5
2020-05-13RDMA/cm: Pass the cm_id_private into cm_cleanup_timewaitJason Gunthorpe1-9/+9
2020-05-13RDMA/cm: Pull duplicated code into cm_queue_work_unlock()Jason Gunthorpe1-102/+44
2020-05-13RDMA/cm: Remove unused store to ret in cm_rej_handlerDanit Goldberg1-1/+0
2020-05-13RDMA/cm: Remove return code from add_cm_id_to_port_listJason Gunthorpe1-14/+4
2020-05-13RDMA/addr: Mark addr_resolve as might_sleep()Jason Gunthorpe1-0/+4
2020-05-13RDMA/hns: Combine enable flags of qpLang Cheng3-16/+15
2020-05-13RDMA/hns: Extend capability flags for HIP08_CWeihang Li3-1/+6
2020-05-13RDMA/ucma: Return stable IB device index as identifierLeon Romanovsky1-7/+9
2020-05-08RDMA/mlx5: Remove duplicated assignment to variable rcqe_szColin Ian King1-2/+1
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-669/+197
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-233/+5
2020-05-03RDMA/efa: Count admin commands errorsGal Pressman3-2/+8
2020-05-03RDMA/efa: Count mmap failuresGal Pressman2-3/+9
2020-05-03RDMA/efa: Report create CQ error counterGal Pressman1-0/+2
2020-05-03RDMA/mlx5: Set lag tx affinity according to slaveMaor Gottlieb5-26/+71