aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-19RDMA/siw: Replace one-element array and use struct_size() helperGustavo A. R. Silva2-5/+2
2020-05-19rnbd/rtrs: Pass max segment size from blk user to the rdma libraryDanil Kipnis4-6/+14
2020-05-19RDMA/rtrs: server: Fix some error return codeWei Yongjun2-3/+6
2020-05-19RDMA/rtrs: client: Fix function return on successGustavo A. R. Silva1-3/+0
2020-05-19RDMA/rtrs: Fix a couple off by one bugs in rtrs_srv_rdma_done()Dan Carpenter1-2/+2
2020-05-19RDMA/rtrs: Fix some signedness bugs in error handlingDan Carpenter2-5/+4
2020-05-17RDMA/srpt: Fix disabling device managementKamal Heib1-2/+6
2020-05-17RDMA/mlx5: Update mlx5_ib driver nameShay Drory1-10/+1
2020-05-17RDMA/srpt: Add a newline when printing parameter 'srpt_service_guid' by sysfsXiongfeng Wang1-1/+1
2020-05-17RDMA/core: Consolidate ib_create_srq flowsJason Gunthorpe2-41/+28
2020-05-17RDMA/uverbs: Fix create WQ to use the given user handleYishai Hadas1-2/+1
2020-05-17RDMA/uverbs: Cleanup wq/srq context usage from uverbs layerYishai Hadas1-4/+0
2020-05-17block/rnbd: a bit of documentationJack Wang1-0/+92
2020-05-17block/rnbd: include client and server modules into kernel compilationJack Wang4-0/+46
2020-05-17block/rnbd: server: sysfs interface functionsJack Wang1-0/+215
2020-05-17block/rnbd: server: functionality for IO submitting to block devJack Wang2-0/+226
2020-05-17block/rnbd: server: main functionalityJack Wang1-0/+844
2020-05-17block/rnbd: server: private header with server structs and functionsJack Wang1-0/+78
2020-05-17block/rnbd: client: sysfs interface functionsJack Wang1-0/+636
2020-05-17block/rnbd: client: main functionalityJack Wang1-0/+1729
2020-05-17block/rnbd: client: private header with client structs and functionsJack Wang1-0/+156
2020-05-17block/rnbd: private headers with rnbd protocol structs and helpersJack Wang3-0/+367
2020-05-17RDMA/rtrs: a bit of documentationJack Wang1-0/+213
2020-05-17RDMA/rtrs: include client and server modules into kernel compilationJack Wang4-0/+44
2020-05-17RDMA/rtrs: server: sysfs interface functionsJack Wang1-0/+320
2020-05-17RDMA/rtrs: server: statistics functionsJack Wang1-0/+38
2020-05-17RDMA/rtrs: server: main functionalityJack Wang1-0/+2175
2020-05-17RDMA/rtrs: server: private header with server structs and functionsJack Wang1-0/+148
2020-05-17RDMA/rtrs: client: sysfs interface functionsJack Wang1-0/+483
2020-05-17RDMA/rtrs: client: statistics functionsJack Wang1-0/+200
2020-05-17RDMA/rtrs: client: main functionalityJack Wang1-0/+2994
2020-05-17RDMA/rtrs: client: private header with client structs and functionsJack Wang1-0/+251
2020-05-17RDMA/rtrs: core: lib functions shared between client and server modulesJack Wang1-0/+612
2020-05-17RDMA/rtrs: private headers with rtrs protocol structs and helpersJack Wang2-0/+427
2020-05-17RDMA/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-12RDMA/cm: Increment the refcount inside cm_find_listen()Jason Gunthorpe1-4/+3
2020-05-12RDMA/cm: Remove needless cm_id variableJason Gunthorpe1-6/+2
2020-05-12RDMA/cm: Remove the cm_free_id() wrapper functionJason Gunthorpe1-7/+2
2020-05-12RDMA/cm: Make find_remote_id() return a cm_id_privateJason Gunthorpe1-15/+12
2020-05-12RDMA/cm: Add a note explaining how the timewait is eventually freedJason Gunthorpe1-0/+5
2020-05-12RDMA/cm: Pass the cm_id_private into cm_cleanup_timewaitJason Gunthorpe1-9/+9
2020-05-12RDMA/cm: Pull duplicated code into cm_queue_work_unlock()Jason Gunthorpe1-102/+44
2020-05-12RDMA/cm: Remove unused store to ret in cm_rej_handlerDanit Goldberg1-1/+0