summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block/rnbd: client: main functionalityJack Wang2020-05-171-0/+1729
* block/rnbd: client: private header with client structs and functionsJack Wang2020-05-171-0/+156
* block/rnbd: private headers with rnbd protocol structs and helpersJack Wang2020-05-173-0/+367
* RDMA/rtrs: a bit of documentationJack Wang2020-05-173-0/+397
* RDMA/rtrs: include client and server modules into kernel compilationJack Wang2020-05-174-0/+44
* RDMA/rtrs: server: sysfs interface functionsJack Wang2020-05-171-0/+320
* RDMA/rtrs: server: statistics functionsJack Wang2020-05-171-0/+38
* RDMA/rtrs: server: main functionalityJack Wang2020-05-171-0/+2175
* RDMA/rtrs: server: private header with server structs and functionsJack Wang2020-05-171-0/+148
* RDMA/rtrs: client: sysfs interface functionsJack Wang2020-05-171-0/+483
* RDMA/rtrs: client: statistics functionsJack Wang2020-05-171-0/+200
* RDMA/rtrs: client: main functionalityJack Wang2020-05-171-0/+2994
* RDMA/rtrs: client: private header with client structs and functionsJack Wang2020-05-171-0/+251
* RDMA/rtrs: core: lib functions shared between client and server modulesJack Wang2020-05-171-0/+612
* RDMA/rtrs: private headers with rtrs protocol structs and helpersJack Wang2020-05-172-0/+427
* RDMA/rtrs: public interface header to establish RDMA connectionsJack Wang2020-05-171-0/+195
* sysfs: export sysfs_remove_file_self()Jack Wang2020-05-171-0/+1
* RDMA/mlx5: Fix query_srq_cmd() functionLeon Romanovsky2020-05-131-3/+3
* RDMA/mlx5: Add support for drop action in DV steeringDaria Velikovsky2020-05-132-14/+22
* RDMA/mlx5: Add support in steering default missMaor Gottlieb2020-05-133-11/+35
* RDMA/mlx5: Refactor DV create flowMaor Gottlieb2020-05-131-49/+59
* Merge branch 'mellanox/mlx5-next' into rdma.git for/nextJason Gunthorpe2020-05-137-107/+135
|\
| * net/mlx5: Add support in forward to namespaceMaor Gottlieb2020-05-133-9/+51
| * {IB/net}/mlx5: Simplify don't trap codeMaor Gottlieb2020-05-132-70/+56
| * net/mlx5: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-113-35/+35
* | IB/rdmavt: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
* | RDMA/cm: Increment the refcount inside cm_find_listen()Jason Gunthorpe2020-05-131-4/+3
* | RDMA/cm: Remove needless cm_id variableJason Gunthorpe2020-05-131-6/+2
* | RDMA/cm: Remove the cm_free_id() wrapper functionJason Gunthorpe2020-05-131-7/+2
* | RDMA/cm: Make find_remote_id() return a cm_id_privateJason Gunthorpe2020-05-131-15/+12
* | RDMA/cm: Add a note explaining how the timewait is eventually freedJason Gunthorpe2020-05-131-0/+5
* | RDMA/cm: Pass the cm_id_private into cm_cleanup_timewaitJason Gunthorpe2020-05-131-9/+9
* | RDMA/cm: Pull duplicated code into cm_queue_work_unlock()Jason Gunthorpe2020-05-131-102/+44
* | RDMA/cm: Remove unused store to ret in cm_rej_handlerDanit Goldberg2020-05-131-1/+0
* | RDMA/cm: Remove return code from add_cm_id_to_port_listJason Gunthorpe2020-05-131-14/+4
* | RDMA/addr: Mark addr_resolve as might_sleep()Jason Gunthorpe2020-05-131-0/+4
* | RDMA/hns: Combine enable flags of qpLang Cheng2020-05-133-16/+15
* | RDMA/hns: Extend capability flags for HIP08_CWeihang Li2020-05-133-1/+6
* | RDMA/ucma: Return stable IB device index as identifierLeon Romanovsky2020-05-132-7/+13
* | RDMA/mlx5: Remove duplicated assignment to variable rcqe_szColin Ian King2020-05-081-2/+1
* | RDMA/mlx5: Allow only raw Ethernet QPs when RoCE isn't enabledMark Bloch2020-05-061-3/+9
* | RDMA/mlx5: Assign profile before calling stagesMark Bloch2020-05-062-2/+3
* | RDMA/mlx5: Move all WR logic from qp.c to separate fileLeon Romanovsky2020-05-066-1553/+1589
* | RDMA/mlx5: Refactor mlx5_post_send() to improve readabilityMax Gurtovoy2020-05-061-214/+276
* | RDMA/mlx5: Update mlx5_ib to use new cmd interfaceLeon Romanovsky2020-05-066-156/+91
* | RDMA/hns: Remove redundant assignment of capsWenpeng Liang2020-05-061-5/+0
* | RDMA/hns: Adjust lp_pktn_ini dynamicallyWeihang Li2020-05-061-1/+2
* | RDMA/hns: Fix comments with non-English symbolsWeihang Li2020-05-061-4/+3
* | RDMA/hns: Optimize SRQ buffer size calculating processXi Wang2020-05-063-24/+23
* | RDMA/hns: Move SRQ code to the reasonable placeYixian Liu2020-05-061-306/+303