summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-18RDMA/rtrs: a bit of documentationJack Wang3-0/+397
2020-05-18RDMA/rtrs: include client and server modules into kernel compilationJack Wang4-0/+44
2020-05-18RDMA/rtrs: server: sysfs interface functionsJack Wang1-0/+320
2020-05-18RDMA/rtrs: server: statistics functionsJack Wang1-0/+38
2020-05-18RDMA/rtrs: server: main functionalityJack Wang1-0/+2175
2020-05-18RDMA/rtrs: server: private header with server structs and functionsJack Wang1-0/+148
2020-05-18RDMA/rtrs: client: sysfs interface functionsJack Wang1-0/+483
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-18sysfs: export sysfs_remove_file_self()Jack Wang1-0/+1
2020-05-13RDMA/mlx5: Fix query_srq_cmd() functionLeon Romanovsky1-3/+3
2020-05-13RDMA/mlx5: Add support for drop action in DV steeringDaria Velikovsky2-14/+22
2020-05-13RDMA/mlx5: Add support in steering default missMaor Gottlieb3-11/+35
2020-05-13RDMA/mlx5: Refactor DV create flowMaor Gottlieb1-49/+59
2020-05-13Merge branch 'mellanox/mlx5-next' into rdma.git for/nextJason Gunthorpe7-107/+135
2020-05-13net/mlx5: Add support in forward to namespaceMaor Gottlieb3-9/+51
2020-05-13{IB/net}/mlx5: Simplify don't trap codeMaor Gottlieb2-70/+56
2020-05-13IB/rdmavt: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
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 Romanovsky2-7/+13
2020-05-11net/mlx5: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-35/+35
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