index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
vmw_pvrdma
/
pvrdma_main.c
Age
Commit message (
Expand
)
Author
2019-04-24
Merge branch 'rdma_mmap' into rdma.git for-next
Jason Gunthorpe
2019-04-09
RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()
Jason Gunthorpe
2019-04-08
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
2019-04-08
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
2019-04-08
RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_remove
Kamal Heib
2019-02-22
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
2019-02-08
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
2019-01-30
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
2019-01-29
RDMA/vmw_pvrdma: Support upto 64-bit PFNs
Adit Ranadive
2019-01-29
Merge branch 'devx-async' into k.o/for-next
Jason Gunthorpe
2019-01-14
RDMA: Rename port_callback to init_port
Parav Pandit
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-12-12
RDMA/vmw_pvrdma: Initialize ib_device_ops struct
Kamal Heib
2018-10-17
RDMA/drivers: Use core provided API for registering device attributes
Parav Pandit
2018-09-26
RDMA/drivers: Use dev_name instead of ibdev->name
Jason Gunthorpe
2018-09-26
RDMA: Fully setup the device name in ib_register_device
Jason Gunthorpe
2018-07-30
RDMA/providers: Remove pointless functions
Kamal Heib
2018-07-03
vmw_pvrdma: Release netdev when vmxnet3 module is removed
Neil Horman
2018-06-18
RDMA: Use GID from the ib_gid_attr during the add_gid() callback
Parav Pandit
2018-04-03
RDMA: Use ib_gid_attr during GID modification
Parav Pandit
2018-03-19
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
2018-01-02
RDMA/vmw_pvrdma: Use zeroing memory allocator than allocator/memset
Himanshu Jha
2017-12-27
RDMA/vmw_pvrdma: Use refcount_t instead of atomic_t
Bryan Tan
2017-12-27
RDMA/vmw_pvrdma: Use more specific sizeof in kcalloc
Bryan Tan
2017-12-21
RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroy
Bryan Tan
2017-11-13
RDMA/vmw_pvrdma: Add shared receive queue support
Bryan Tan
2017-08-24
RDMA/vmw_pvrdma: Add RoCEv2 support
Bryan Tan
2017-08-18
Merge branch 'misc' into k.o/for-next
Doug Ledford
2017-08-18
infiniband: pvrdma: constify pci_device_id.
Arvind Yadav
2017-08-10
RDMA: Simplify get firmware interface
Leon Romanovsky
2017-07-24
RDMA: Remove useless MODULE_VERSION
Leon Romanovsky
2017-03-24
RDMA/vmw_pvrdma: Activate device on ethernet link up
Aditya Sarwade
2017-03-24
RDMA/vmw_pvrdma: Cleanup unused variables
Adit Ranadive
2017-02-25
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-02-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2017-02-19
vmw_pvrdma: switch to pci_alloc_irq_vectors
Christoph Hellwig
2017-02-14
IB: Query ports via the core instead of direct into the driver
Or Gerlitz
2017-01-24
IB/vmw_pvrdma: Fix incorrect cleanup on pvrdma_pci_probe error path
Adit Ranadive
2017-01-24
IB/vmw_pvrdma: Switch from dma_device to dev.parent
Bart Van Assche
2016-12-14
IB: Add vmw_pvrdma driver
Adit Ranadive