summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Add 2X port widthMichael Guralnik2018-12-111-0/+2
* IB/core: Add CapabilityMask2 to port attributesMichael Guralnik2018-12-112-0/+11
* Merge branch 'mlx5-packet-credit-fc' into rdma.gitJason Gunthorpe2018-12-072-2/+6
|\
| * IB/mlx5: Report packet based credit mode device capabilityDanit Goldberg2018-12-071-0/+1
| * IB/mlx5: Add packet based credit mode supportDanit Goldberg2018-12-071-0/+1
| * net/mlx5: Expose packet based credit modeDanit Goldberg2018-12-071-2/+4
* | RDMA/uverbs: Fix typo in string concatenation macroLeon Romanovsky2018-12-071-1/+1
* | IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn2018-12-071-0/+7
* | IB/hfi1: Add OPFN and TID RDMA capability bitsKaike Wan2018-12-071-3/+3
* | RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou2018-12-051-0/+6
* | IB/mlx5: Update the supported DEVX commandsYishai Hadas2018-12-041-0/+10
* | IB/core: Enable getting an object type from a given uobjectYishai Hadas2018-12-041-0/+12
* | IB/core: Introduce UVERBS_IDR_ANY_OBJECTYishai Hadas2018-12-041-0/+6
* | Merge 'mlx5-next' into mlx5-devxDoug Ledford2018-12-047-172/+53
|\|
| * net/mlx5: Update mlx5_ifc with DEVX UCTX capabilities bitsYishai Hadas2018-12-041-2/+14
| * RDMA/mlx5: Initialize SRQ tables on mlx5_ibLeon Romanovsky2018-12-042-39/+0
| * net/mlx5: Move SRQ functions to RDMA partLeon Romanovsky2018-12-043-45/+0
| * net/mlx5: Remove dead transobj codeLeon Romanovsky2018-12-041-5/+0
| * net/mlx5: Align SRQ licenses and copyright informationLeon Romanovsky2018-12-041-29/+2
| * net/mlx5: Forward SRQ resource eventsSaeed Mahameed2018-11-301-2/+1
| * net/mlx5: Forward QP/WorkQueues resource eventsSaeed Mahameed2018-11-301-1/+1
| * net/mlx5: Remove all deprecated software versions of FW eventsSaeed Mahameed2018-11-301-9/+0
| * net/mlx5: Remove unused events callback and logicSaeed Mahameed2018-11-301-9/+1
| * net/mlx5: Forward all mlx5 events to mlx5 notifiers chainSaeed Mahameed2018-11-301-1/+1
| * net/mlx5: Driver events notifier APISaeed Mahameed2018-11-301-0/+4
| * net/mlx5: Device events, Use async events chainSaeed Mahameed2018-11-262-30/+2
| * net/mlx5: Resource tables, Use async events chainSaeed Mahameed2018-11-261-2/+4
| * net/mlx5: CmdIF, Use async events chainSaeed Mahameed2018-11-261-0/+2
| * net/mlx5: FWPage, Use async events chainSaeed Mahameed2018-11-261-2/+3
| * net/mlx5: Clock, Use async events chainSaeed Mahameed2018-11-261-1/+3
| * net/mlx5: EQ, Introduce atomic notifier chain subscription APISaeed Mahameed2018-11-262-3/+23
* | RDMA/restrack: Track ucontextLeon Romanovsky2018-12-032-0/+8
* | RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe2018-12-031-6/+2
* | RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_exJason Gunthorpe2018-12-031-0/+1
* | RDMA/mlx5: Attach a DEVX counter via raw flow creationMark Bloch2018-11-301-0/+1
* | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe2018-11-271-2/+6
* | RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe2018-11-271-2/+2
* | RDMA/uverbs: Add structure size info to write commandsJason Gunthorpe2018-11-271-3/+9
* | RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe2018-11-272-4/+3
* | RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe2018-11-272-10/+8
* | RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe2018-11-273-26/+34
* | RDMA/uverbs: Add missing driver_dataJason Gunthorpe2018-11-271-3/+13
* | RDMA/core: Sync unregistration with netlink commandsParav Pandit2018-11-221-1/+7
* | RDMA/uverbs: Check for NULL driver methods for every write callJason Gunthorpe2018-11-221-0/+16
* | RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_apiJason Gunthorpe2018-11-221-6/+88
* | RDMA/uverbs: Add helpers to mark uapi functions as unsupportedJason Gunthorpe2018-11-221-0/+31
* | RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe2018-11-224-37/+38
* | IB/core: Make function ib_fmr_pool_unmap return voidYuval Shaia2018-11-221-1/+1
* | RDMA/core: Remove unused header files mm.h, socket.h, scatterlist.hParav Pandit2018-11-221-3/+0
* | Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe2018-11-216-150/+91
|\|