aboutsummaryrefslogtreecommitdiff
path: root/include/rdma
AgeCommit message (Expand)AuthorFilesLines
2019-05-06RDMA: Add EFA related definitionsGravatar Gal Pressman 1-1/+3
2019-05-06RDMA/umem: Remove hugetlb flagGravatar Shiraz Saleem 1-1/+0
2019-05-06RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocksGravatar Shiraz Saleem 1-0/+47
2019-05-06RDMA/umem: Add API to find best driver supported page size in an MRGravatar Shiraz Saleem 2-0/+33
2019-05-03RDMA/core: Allow detaching gid attribute netdevice for RoCEGravatar Parav Pandit 1-1/+1
2019-05-03RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevGravatar Parav Pandit 1-0/+1
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsGravatar Parav Pandit 1-0/+3
2019-05-03RDMA: Get rid of iw_cm_verbsGravatar Kamal Heib 2-29/+19
2019-05-01RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGravatar Gal Pressman 1-0/+30
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextGravatar Jason Gunthorpe 1-9/+0
2019-04-24RDMA: Remove rdma_user_mmap_pageGravatar Jason Gunthorpe 1-9/+0
2019-04-24IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsGravatar Mike Marciniszyn 1-0/+14
2019-04-24IB/rdmavt: Fix ab/ba include issuesGravatar Mike Marciniszyn 2-76/+76
2019-04-24IB/{rdmavt, hfi1): Miscellaneous comment fixesGravatar Kaike Wan 1-1/+0
2019-04-08RDMA: Handle SRQ allocations by IB/coreGravatar Leon Romanovsky 1-4/+5
2019-04-08RDMA: Handle AH allocations by IB/coreGravatar Leon Romanovsky 1-4/+4
2019-04-08RDMA/core: Support object allocation in atomic contextGravatar Leon Romanovsky 1-1/+6
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectGravatar Jason Gunthorpe 1-1/+1
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsGravatar Shiraz Saleem 2-1/+2
2019-04-01IB: Pass only ib_udata in function prototypesGravatar Shamir Rabinovitch 1-4/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathGravatar Shamir Rabinovitch 1-34/+194
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathGravatar Shamir Rabinovitch 2-8/+14
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsGravatar Shamir Rabinovitch 2-20/+16
2019-03-29RDMA/core: Don't compare specific bit after boolean ANDGravatar Leon Romanovsky 1-2/+2
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevGravatar Parav Pandit 1-0/+3
2019-03-28RDMA/core: Implement compat device/sysfs tree in net namespaceGravatar Parav Pandit 1-0/+6
2019-03-28RDMA/core: Introduce ib_core_device to hold deviceGravatar Parav Pandit 1-6/+19
2019-03-25RDMA: Use __packed annotation instead of __attribute__ ((packed))Gravatar Erez Alfasi 4-6/+6
2019-02-22RDMA: Handle ucontext allocations by IB/coreGravatar Leon Romanovsky 1-3/+4
2019-02-19RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportGravatar Steve Wise 2-0/+14
2019-02-19RDMA/rxe: Close a race after ib_register_deviceGravatar Jason Gunthorpe 1-0/+5
2019-02-19RDMA/device: Provide APIs from the core code to help unregistrationGravatar Jason Gunthorpe 1-0/+11
2019-02-19RDMA/device: Add ib_device_get_by_netdev()Gravatar Jason Gunthorpe 1-1/+9
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevGravatar Jason Gunthorpe 1-0/+7
2019-02-19RDMA/cache: Move the cache per-port data into the main ib_port_dataGravatar Jason Gunthorpe 1-1/+2
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeGravatar Jason Gunthorpe 1-31/+43
2019-02-19RDMA: Add and use rdma_for_each_portGravatar Jason Gunthorpe 1-0/+10
2019-02-18RDMA/restrack: Hide restrack DB from IB/coreGravatar Leon Romanovsky 2-32/+3
2019-02-18RDMA/restrack: Reduce scope of synchronization lock while updating DBGravatar Leon Romanovsky 1-1/+2
2019-02-18RDMA/restrack: Translate from ID to restrack objectGravatar Leon Romanovsky 1-0/+3
2019-02-18RDMA/restrack: Convert internal DB from hash to XArrayGravatar Leon Romanovsky 1-7/+15
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsGravatar Shamir Rabinovitch 1-0/+5
2019-02-15IB/verbs: Add helper function rdma_udata_to_drv_contextGravatar Shamir Rabinovitch 1-0/+17
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsGravatar Shamir Rabinovitch 3-7/+14
2019-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Gravatar Doug Ledford 4-22/+42
2019-02-09Merge branch 'wip/dl-for-next' into for-nextGravatar Doug Ledford 4-6/+158
2019-02-08RDMA/devices: Re-organize device.c lockingGravatar Jason Gunthorpe 1-0/+1
2019-02-08RDMA/devices: Use xarray to store the client_dataGravatar Jason Gunthorpe 1-7/+16
2019-02-08RDMA/devices: Use xarray to store the clientsGravatar Jason Gunthorpe 1-1/+2
2019-02-08RDMA/device: Get rid of reg_stateGravatar Jason Gunthorpe 1-6/+0