aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-3/+4
2019-02-21Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe5-33/+122
2019-02-19RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise3-2/+22
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe1-0/+5
2019-02-19RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe1-0/+11
2019-02-19RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe1-1/+9
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe1-0/+7
2019-02-19RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe1-1/+2
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe1-31/+43
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe1-0/+10
2019-02-19RDMA/nldev: Provide parent IDs for PD, MR and QP objectsLeon Romanovsky1-0/+1
2019-02-19RDMA/nldev: Share with user-space object IDsLeon Romanovsky1-0/+9
2019-02-18RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky2-32/+3
2019-02-18RDMA/restrack: Reduce scope of synchronization lock while updating DBLeon Romanovsky1-1/+2
2019-02-18RDMA/restrack: Translate from ID to restrack objectLeon Romanovsky1-0/+3
2019-02-18RDMA/restrack: Convert internal DB from hash to XArrayLeon Romanovsky1-7/+15
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-0/+5
2019-02-15IB/verbs: Add helper function rdma_udata_to_drv_contextShamir Rabinovitch1-0/+17
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch3-7/+14
2019-02-14net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin1-0/+19
2019-02-14net/mlx5: Add new fields to Port Type and Speed registerAya Levin1-4/+8
2019-02-14net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin1-11/+0
2019-02-14net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang1-1/+3
2019-02-14net/mlx5: Relocate vport macros to the vport header fileBodong Wang2-6/+7
2019-02-14net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang1-0/+4
2019-02-14net/mlx5: Provide an alternative VF upper bound for ECPFBodong Wang1-1/+10
2019-02-14net/mlx5: Add host params change eventBodong Wang2-0/+7
2019-02-14net/mlx5: Add query host params commandBodong Wang1-0/+41
2019-02-14net/mlx5: Update enable HCA dependencyBodong Wang1-2/+4
2019-02-14net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang3-6/+17
2019-02-14net/mlx5: Use consistent vport num argument typeBodong Wang1-4/+4
2019-02-14net/mlx5: Use void pointer as the type in address_of macroBodong Wang1-1/+1
2019-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma into for-nextDoug Ledford6-31/+86
2019-02-11lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe1-9/+40
2019-02-09Merge branch 'wip/dl-for-next' into for-nextDoug Ledford4-6/+158
2019-02-08RDMA/devices: Re-organize device.c lockingJason Gunthorpe1-0/+1
2019-02-08RDMA/devices: Use xarray to store the client_dataJason Gunthorpe1-7/+16
2019-02-08RDMA/devices: Use xarray to store the clientsJason Gunthorpe1-1/+2
2019-02-08RDMA/device: Get rid of reg_stateJason Gunthorpe1-6/+0
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-4/+5
2019-02-08RDMA/core: Share driver structure size with coreLeon Romanovsky1-0/+13
2019-02-08IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens1-2/+1
2019-02-08IB/core: Eliminate a hole in MAD agent structDaniel Jurgens1-2/+2
2019-02-08RDMA/iwcm: add tos_set bool to iw_cm structSteve Wise1-1/+2
2019-02-08IB/cma: Define option to set ack timeout and pack tos_setDanit Goldberg2-0/+5
2019-02-07RDMA/bnxt_re: Update kernel user abi to pass chip contextDevesh Sharma1-0/+11
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-1/+1
2019-02-05IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan1-0/+1
2019-02-05IB/hfi1: Add an s_acked_ack_queue pointerKaike Wan1-0/+1
2019-02-05IB/hfi1: Build TID RDMA WRITE requestKaike Wan2-0/+61