aboutsummaryrefslogtreecommitdiff
path: root/include/rdma
AgeCommit message (Expand)AuthorFilesLines
2018-12-20IB/core: uverbs copy to struct or zero helperGravatar Michael Guralnik 1-0/+8
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGravatar Gal Pressman 1-2/+8
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGravatar Gal Pressman 1-2/+9
2018-12-18RDMA/restrack: Resource-tracker should not use uobject pointersGravatar Shamir Rabinovitch 1-6/+7
2018-12-18IB/uverbs: Add support to advise_mrGravatar Moni Shoua 1-0/+4
2018-12-18IB/uverbs: Add helper to get array size from ptr attributeGravatar Moni Shoua 1-0/+22
2018-12-12RDMA: Start use ib_device_opsGravatar Kamal Heib 2-296/+19
2018-12-11RDMA/core: Introduce ib_device_opsGravatar Kamal Heib 1-0/+242
2018-12-11RDMA/mlx5: Fail early if user tries to create flows on IB representorsGravatar Leon Romanovsky 1-4/+5
2018-12-11IB/core: Add new IB ratesGravatar Michael Guralnik 1-1/+5
2018-12-11IB/core: Add 2X port widthGravatar Michael Guralnik 1-0/+2
2018-12-11IB/core: Add CapabilityMask2 to port attributesGravatar Michael Guralnik 2-0/+11
2018-12-06RDMA/uverbs: Fix typo in string concatenation macroGravatar Leon Romanovsky 1-1/+1
2018-12-06IB/hfi1: Allow the driver to initialize QP priv structGravatar Mike Marciniszyn 1-0/+7
2018-12-04IB/core: Enable getting an object type from a given uobjectGravatar Yishai Hadas 1-0/+12
2018-12-04IB/core: Introduce UVERBS_IDR_ANY_OBJECTGravatar Yishai Hadas 1-0/+6
2018-12-03RDMA/restrack: Track ucontextGravatar Leon Romanovsky 2-0/+8
2018-12-03RDMA/uverbs: Use only attrs for the write() handler signatureGravatar Jason Gunthorpe 1-6/+2
2018-12-03RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_exGravatar Jason Gunthorpe 1-0/+1
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Gravatar Jason Gunthorpe 1-2/+6
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exGravatar Jason Gunthorpe 1-2/+2
2018-11-26RDMA/uverbs: Add structure size info to write commandsGravatar Jason Gunthorpe 1-3/+9
2018-11-26RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsGravatar Jason Gunthorpe 2-4/+3
2018-11-26RDMA/uverbs: Make write() handlers return 0 on successGravatar Jason Gunthorpe 2-10/+8
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeGravatar Jason Gunthorpe 3-26/+34
2018-11-22RDMA/core: Sync unregistration with netlink commandsGravatar Parav Pandit 1-1/+7
2018-11-22RDMA/uverbs: Check for NULL driver methods for every write callGravatar Jason Gunthorpe 1-0/+16
2018-11-22RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_apiGravatar Jason Gunthorpe 1-6/+88
2018-11-22RDMA/uverbs: Add helpers to mark uapi functions as unsupportedGravatar Jason Gunthorpe 1-0/+31
2018-11-22RDMA/uverbs: Use a linear list to describe the compiled-in uapiGravatar Jason Gunthorpe 4-37/+38
2018-11-21IB/core: Make function ib_fmr_pool_unmap return voidGravatar Yuval Shaia 1-1/+1
2018-11-21RDMA/core: Remove unused header files mm.h, socket.h, scatterlist.hGravatar Parav Pandit 1-3/+0
2018-11-06IB/uverbs: fix a typoGravatar Rami Rosen 1-1/+1
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 13-146/+385
2018-10-17RDMA/core: Allow existing drivers to set one sysfs group per deviceGravatar Parav Pandit 1-2/+28
2018-10-16RDMA/core: Rename ports_parent to ports_kobjGravatar Parav Pandit 1-1/+1
2018-10-16RDMA/core: Annotate timeout as unsigned longGravatar Leon Romanovsky 4-7/+8
2018-10-16RDMA/core: Align multiple functions to kernel coding styleGravatar Leon Romanovsky 2-23/+16
2018-10-10RDMA/netdev: Fix netlink support in IPoIBGravatar Denis Drozdov 1-0/+7
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverGravatar Denis Drozdov 1-2/+21
2018-10-05RDMA/restrack: Consolidate task name updates in one placeGravatar Leon Romanovsky 1-2/+2
2018-10-05RDMA/restrack: Un-inline set task implementationGravatar Leon Romanovsky 1-8/+2
2018-10-03IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtGravatar Venkata Sandeep Dhanalakota 1-0/+1
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtGravatar Venkata Sandeep Dhanalakota 2-0/+5
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtGravatar Brian Welty 2-0/+26
2018-10-03IB/mlx4: Avoid implicit enumerated type conversionGravatar Nathan Chancellor 1-1/+1
2018-10-03RDMA/netlink: Simplify netlink listener existence checkGravatar Leon Romanovsky 1-2/+2
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Gravatar Kamal Heib 1-3/+1
2018-09-30IB/hfi1: Prepare resource waits for dual legGravatar Dennis Dalessandro 1-2/+2
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeGravatar Kaike Wan 1-6/+7