summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-3/+4
* Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-02-215-33/+122
|\
| * net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin2019-02-141-0/+19
| * net/mlx5: Add new fields to Port Type and Speed registerAya Levin2019-02-141-4/+8
| * net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin2019-02-141-11/+0
| * net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang2019-02-141-1/+3
| * net/mlx5: Relocate vport macros to the vport header fileBodong Wang2019-02-142-6/+7
| * net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang2019-02-141-0/+4
| * net/mlx5: Provide an alternative VF upper bound for ECPFBodong Wang2019-02-141-1/+10
| * net/mlx5: Add host params change eventBodong Wang2019-02-142-0/+7
| * net/mlx5: Add query host params commandBodong Wang2019-02-141-0/+41
| * net/mlx5: Update enable HCA dependencyBodong Wang2019-02-141-2/+4
| * net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang2019-02-143-6/+17
| * net/mlx5: Use consistent vport num argument typeBodong Wang2019-02-141-4/+4
| * net/mlx5: Use void pointer as the type in address_of macroBodong Wang2019-02-141-1/+1
* | RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise2019-02-193-2/+22
* | 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/nldev: Provide parent IDs for PD, MR and QP objectsLeon Romanovsky2019-02-191-0/+1
* | RDMA/nldev: Share with user-space object IDsLeon Romanovsky2019-02-191-0/+9
* | 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-136-31/+86
|\ \
| * | lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe2019-02-111-9/+40
| * | 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-082-0/+5
* | | 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