summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-082-18/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-052-18/+2
* | RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky2019-05-211-0/+1
|/
* RDMA: Add EFA related definitionsGal Pressman2019-05-061-1/+3
* RDMA/umem: Remove hugetlb flagShiraz Saleem2019-05-061-1/+0
* RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocksShiraz Saleem2019-05-061-0/+47
* RDMA/umem: Add API to find best driver supported page size in an MRShiraz Saleem2019-05-062-0/+33
* RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit2019-05-031-1/+1
* RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit2019-05-031-0/+1
* RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-0/+3
* RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-032-29/+19
* RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman2019-05-011-0/+30
* Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-9/+0
|\
| * RDMA: Remove rdma_user_mmap_pageJason Gunthorpe2019-04-241-9/+0
* | IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn2019-04-241-0/+14
* | IB/rdmavt: Fix ab/ba include issuesMike Marciniszyn2019-04-242-76/+76
* | IB/{rdmavt, hfi1): Miscellaneous comment fixesKaike Wan2019-04-241-1/+0
* | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-4/+5
* | RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-4/+4
* | RDMA/core: Support object allocation in atomic contextLeon Romanovsky2019-04-081-1/+6
* | IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe2019-04-081-1/+1
* | RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2019-04-082-1/+2
* | IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-4/+1
* | IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-34/+194
* | IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-012-8/+14
* | IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch2019-04-012-20/+16
* | RDMA/core: Don't compare specific bit after boolean ANDLeon Romanovsky2019-03-291-2/+2
* | RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit2019-03-281-0/+3
* | RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit2019-03-281-0/+6
* | RDMA/core: Introduce ib_core_device to hold deviceParav Pandit2019-03-281-6/+19
* | RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-254-6/+6
|/
* 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