summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-3/+4
* RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise2019-02-192-0/+14
* RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-191-0/+5
* RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe2019-02-191-0/+11
* RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe2019-02-191-1/+9
* RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-191-0/+7
* RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe2019-02-191-1/+2
* RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-191-31/+43
* RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-0/+10
* RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky2019-02-182-32/+3
* RDMA/restrack: Reduce scope of synchronization lock while updating DBLeon Romanovsky2019-02-181-1/+2
* RDMA/restrack: Translate from ID to restrack objectLeon Romanovsky2019-02-181-0/+3
* RDMA/restrack: Convert internal DB from hash to XArrayLeon Romanovsky2019-02-181-7/+15
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-0/+5
* IB/verbs: Add helper function rdma_udata_to_drv_contextShamir Rabinovitch2019-02-151-0/+17
* IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-153-7/+14
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Doug Ledford2019-02-134-22/+42
|\
| * RDMA/devices: Re-organize device.c lockingJason Gunthorpe2019-02-081-0/+1
| * RDMA/devices: Use xarray to store the client_dataJason Gunthorpe2019-02-081-7/+16
| * RDMA/devices: Use xarray to store the clientsJason Gunthorpe2019-02-081-1/+2
| * RDMA/device: Get rid of reg_stateJason Gunthorpe2019-02-081-6/+0
| * RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-4/+5
| * RDMA/core: Share driver structure size with coreLeon Romanovsky2019-02-081-0/+13
| * IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens2019-02-081-2/+1
| * IB/core: Eliminate a hole in MAD agent structDaniel Jurgens2019-02-081-2/+2
| * RDMA/iwcm: add tos_set bool to iw_cm structSteve Wise2019-02-081-1/+2
| * IB/cma: Define option to set ack timeout and pack tos_setDanit Goldberg2019-02-081-0/+1
* | Merge branch 'wip/dl-for-next' into for-nextDoug Ledford2019-02-094-6/+158
|\ \ | |/ |/|
| * IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan2019-02-051-0/+1
| * IB/hfi1: Add an s_acked_ack_queue pointerKaike Wan2019-02-051-0/+1
| * IB/hfi1: Build TID RDMA WRITE requestKaike Wan2019-02-052-0/+61
| * IB/hfi1: Increment the retry timeout value for TID RDMA READ requestKaike Wan2019-02-052-4/+14
| * IB/hfi1: Add functions to build TID RDMA READ requestKaike Wan2019-02-052-1/+60
| * IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan2019-02-051-0/+2
| * IB/hfi: Move RC functions into a header fileKaike Wan2019-02-051-0/+10
| * IB/hfi1, IB/rdmavt: Allow for extending of QP's s_ack_queueKaike Wan2019-01-311-1/+9
* | RDMA/iwpm: move kdoc comments to functionsSteve Wise2019-02-051-149/+0
* | RDMA/IWPM: Support no port mapping requirementsSteve Wise2019-02-042-1/+27
* | Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-2/+22
|\ \
| * | RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe2019-01-211-2/+22
* | | IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2019-02-041-27/+0
* | | IB/uverbs: Expose XRC ODP device capabilitiesMoni Shoua2019-02-041-0/+1
* | | IB/core: Allocate a bit for SRQ ODP supportMoni Shoua2019-02-041-0/+1
* | | RDMA/core: Use the ops infrastructure to keep all callbacks in one placeLeon Romanovsky2019-01-302-7/+5
* | | RDMA/core: Simplify restrack interfaceLeon Romanovsky2019-01-301-19/+4
* | | RDMA: Add indication for in kernel API support to IB deviceGal Pressman2019-01-301-0/+5
* | | RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+7
* | | RDMA/srp: Increase max_segment_sizeBart Van Assche2019-01-301-0/+13
| |/ |/|
* | Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-0/+1
|\ \
| * | IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FDYishai Hadas2019-01-291-0/+1
| |/