summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/vmw_pvrdma
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-0/+2
|\
| * RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeKamal Heib2019-04-081-0/+2
* | RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-091-19/+5
* | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-083-29/+20
* | RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-083-28/+16
* | RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2019-04-081-5/+6
* | IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-013-15/+14
* | IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-016-17/+21
* | RDMA/vmw_pvrdma: Skip zeroing device attrsYuval Shaia2019-03-271-2/+0
|/
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-223-37/+19
* RDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-13/+8
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-083-33/+18
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-042-1/+40
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-01-182-1/+40
| |\
| | * RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive2019-01-102-1/+40
* | | RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* | | RDMA/vmw_pvrdma: Support upto 64-bit PFNsAdit Ranadive2019-01-293-7/+21
* | | Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-2/+2
|\| |
| * | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
| |/
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* | RDMA: Clear CTX objects during their allocationLeon Romanovsky2019-01-101-1/+1
* | RDMA: Clear PD objects during their allocationLeon Romanovsky2019-01-101-1/+1
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-104-10/+5
|/
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-192-2/+3
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-192-2/+3
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-182-2/+2
* RDMA/vmw_pvrdma: Initialize ib_device_ops structKamal Heib2018-12-121-37/+45
* RDMA/vmw_pvrdma: Use atomic memory allocation in create AHGal Pressman2018-12-111-1/+1
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-23/+18
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-031-1/+1
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-304-43/+0
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-303-12/+12
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-1/+2
* RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-1/+2
* vmw_pvrdma: Release netdev when vmxnet3 module is removedNeil Horman2018-07-031-2/+37
* RDMA/vmw_pvrdma: Delete unused functionYuval Shaia2018-06-271-5/+0
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-7/+3
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-031-22/+9
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* RDMA/pvrdma: Properly annotate QP statesLeon Romanovsky2018-03-141-1/+1
* RDMA/vmw_pvrdma: Fix usage of user response structures in ABI fileAdit Ranadive2018-02-153-3/+9
* RDMA/vmw_pvrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-3/+2
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-275-40/+45
|\
| * RDMA/vmw_pvrdma: Use refcount_t instead of atomic_tBryan Tan2017-12-274-12/+12
| * RDMA/vmw_pvrdma: Use more specific sizeof in kcallocBryan Tan2017-12-271-2/+2
| * RDMA/vmw_pvrdma: Clarify QP and CQ is_kernel logicBryan Tan2017-12-272-9/+7