summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe2019-01-211-2/+22
* IB/core: uverbs copy to struct or zero helperMichael Guralnik2018-12-201-0/+8
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-191-2/+8
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-191-2/+9
* RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch2018-12-181-6/+7
* IB/uverbs: Add support to advise_mrMoni Shoua2018-12-181-0/+4
* IB/uverbs: Add helper to get array size from ptr attributeMoni Shoua2018-12-181-0/+22
* RDMA: Start use ib_device_opsKamal Heib2018-12-122-296/+19
* RDMA/core: Introduce ib_device_opsKamal Heib2018-12-111-0/+242
* RDMA/mlx5: Fail early if user tries to create flows on IB representorsLeon Romanovsky2018-12-111-4/+5
* IB/core: Add new IB ratesMichael Guralnik2018-12-111-1/+5
* IB/core: Add 2X port widthMichael Guralnik2018-12-111-0/+2
* IB/core: Add CapabilityMask2 to port attributesMichael Guralnik2018-12-112-0/+11
* RDMA/uverbs: Fix typo in string concatenation macroLeon Romanovsky2018-12-061-1/+1
* IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn2018-12-061-0/+7
* 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
* 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/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe2018-11-261-2/+6
* RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe2018-11-261-2/+2
* RDMA/uverbs: Add structure size info to write commandsJason Gunthorpe2018-11-261-3/+9
* RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe2018-11-262-4/+3
* RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe2018-11-262-10/+8
* RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe2018-11-263-26/+34
* 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-211-1/+1
* RDMA/core: Remove unused header files mm.h, socket.h, scatterlist.hParav Pandit2018-11-211-3/+0
* IB/uverbs: fix a typoRami Rosen2018-11-061-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-2613-146/+385
|\
| * RDMA/core: Allow existing drivers to set one sysfs group per deviceParav Pandit2018-10-171-2/+28
| * RDMA/core: Rename ports_parent to ports_kobjParav Pandit2018-10-161-1/+1
| * RDMA/core: Annotate timeout as unsigned longLeon Romanovsky2018-10-164-7/+8
| * RDMA/core: Align multiple functions to kernel coding styleLeon Romanovsky2018-10-162-23/+16
| * RDMA/restrack: Consolidate task name updates in one placeLeon Romanovsky2018-10-051-2/+2
| * RDMA/restrack: Un-inline set task implementationLeon Romanovsky2018-10-051-8/+2
| * IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-031-0/+1
| * IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-032-0/+5
| * IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-032-0/+26
| * IB/mlx4: Avoid implicit enumerated type conversionNathan Chancellor2018-10-031-1/+1
| * RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky2018-10-031-2/+2
| * RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-031-3/+1
| * IB/hfi1: Prepare resource waits for dual legDennis Dalessandro2018-09-301-2/+2
| * IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-09-301-6/+7
| * RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1