summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-302-56/+14
|\
| * RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-232-56/+14
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-276-107/+71
|\ \
| * \ Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe2019-11-251-0/+6
| |\ \
| | * | IB/core: Add interfaces to get VF node and port GUIDsDanit Goldberg2019-11-221-0/+6
| * | | IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-2/+2
| * | | RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-121-4/+3
| * | | RDMA/mad: Delete never implemented functionsLeon Romanovsky2019-11-061-40/+0
| * | | RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon2019-11-061-11/+2
| * | | RDMA/core: Create mmap database and cookie helper functionsMichal Kalderon2019-11-061-0/+35
| * | | Merge branch 'odp_rework' into rdma.git for-nextJason Gunthorpe2019-10-281-18/+0
| |\ \ \ | | | |/ | | |/|
| | * | RDMA/mlx5: Rework implicit ODP destroyJason Gunthorpe2019-10-281-2/+0
| | * | RDMA/mlx5: Use an xarray for the children of an implicit ODPJason Gunthorpe2019-10-281-16/+0
| | |/
| * | RDMA/core: Fix ib_dma_max_seg_size()Bart Van Assche2019-10-281-3/+1
| * | RDMA/cm: Update copyright together with SPDX tagLeon Romanovsky2019-10-281-28/+2
| * | RDMA/cm: Use specific keyword to check defineLeon Romanovsky2019-10-281-1/+1
| * | RDMA/nldev: Provide MR statisticsErez Alfasi2019-10-222-0/+9
| * | RDMA/mlx5: Return ODP type per MRErez Alfasi2019-10-221-0/+3
| * | IB/mlx5: Introduce ODP diagnostic countersErez Alfasi2019-10-221-0/+5
| * | RDMA/rw: Support threshold for registration vs scattering to local pagesYamin Friedman2019-10-221-0/+2
| |/
* / RDMA/uverbs: Prevent potential underflowDan Carpenter2019-10-221-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-219-6/+124
|\
| * IB/{rdmavt, hfi1, qib}: Add a counter for credit waitsKaike Wan2019-09-132-0/+36
| * Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-131-2/+1
| |\
| * \ Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-212-19/+37
| |\ \
| * | | RDMA: Delete DEBUG codeLeon Romanovsky2019-08-201-3/+0
| * | | RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-0/+10
| * | | RDMA/core: Introduce ratelimited ibdev printk functionsGal Pressman2019-08-051-0/+42
| * | | rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2019-08-051-0/+19
| * | | Merge branch 'wip/dl-for-rc' into wip/dl-for-nextDoug Ledford2019-07-291-5/+4
| |\ \ \
| * | | | RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit2019-07-251-3/+7
| * | | | RDMA: Make most headers compile stand aloneJason Gunthorpe2019-07-255-0/+10
* | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-213-31/+36
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | RDMA/odp: remove ib_ucontext from ib_umemJason Gunthorpe2019-08-211-1/+1
| * | | | RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe2019-08-212-12/+1
| | |_|/ | |/| |
| * | | RDMA/core: Make invalidate_range a device operationMoni Shoua2019-08-211-2/+2
| * | | RDMA/odp: Check for overflow when computing the umem_odp endJason Gunthorpe2019-08-211-3/+2
| * | | RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe2019-08-211-3/+6
| * | | RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe2019-08-211-2/+4
| * | | RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe2019-08-211-0/+8
| * | | RDMA/odp: Use the common interval tree library instead of genericJason Gunthorpe2019-08-211-8/+12
* | | | RDMA/restrack: Rewrite PID namespace check to be reliableLeon Romanovsky2019-08-201-2/+1
|/ / /
* | | RDMA/devices: Remove the lock around remove_client_contextJason Gunthorpe2019-08-011-1/+0
* | | RDMA/devices: Do not deadlock during client removalJason Gunthorpe2019-08-011-0/+3
| |/ |/|
* | IB/hfi1: Unreserve a flushed OPFN requestKaike Wan2019-07-221-5/+4
|/
* RDMA/core: Make rdma_counter.h compile stand aloneJason Gunthorpe2019-07-092-3/+4
* RDMA/core: Provide RDMA DIM support for ULPsYamin Friedman2019-07-081-0/+4
* IB/mlx5: Report correctly tag matching rendezvous capabilityDanit Goldberg2019-07-081-2/+2
* RDMA/nldev: Allow get default counter statistics through RDMA netlinkMark Zhang2019-07-051-0/+1
* RDMA/nldev: Allow counter manual mode configration through RDMA netlinkMark Zhang2019-07-051-0/+3