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