index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
ocrdma
/
ocrdma_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/ocrdma: Use helper function to set GUIDs
Kamal Heib
2021-11-17
1
-15
/
+2
*
RDMA: Globally allocate and release QP memory
Leon Romanovsky
2021-08-03
1
-0
/
+1
*
RDMA: Remove rdma_set_device_sysfs_group()
Jason Gunthorpe
2021-06-17
1
-1
/
+1
*
RDMA: Support more than 255 rdma ports
Mark Bloch
2021-03-26
1
-2
/
+2
*
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
2020-10-26
1
-2
/
+2
*
RDMA: Remove AH from uverbs_cmd_mask
Jason Gunthorpe
2020-10-26
1
-6
/
+1
*
RDMA: Remove uverbs cmds from drivers that don't use them
Jason Gunthorpe
2020-10-26
1
-10
/
+2
*
RDMA: Move more uverbs_cmd_mask settings to the core
Jason Gunthorpe
2020-10-26
1
-5
/
+0
*
RDMA: Remove elements in uverbs_cmd_mask that all drivers set
Jason Gunthorpe
2020-10-26
1
-15
/
+1
*
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
2020-10-16
1
-1
/
+3
*
RDMA/ocrdma: Remove unsupported modify_port callback
Kamal Heib
2019-11-06
1
-1
/
+0
*
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
*
RDMA/ocrdma: Remove use of idr use pci bdf instead
Devesh Sharma
2019-04-12
1
-11
/
+2
*
RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()
Jason Gunthorpe
2019-04-09
1
-1
/
+7
*
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-09
1
-0
/
+1
*
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
2019-01-30
1
-1
/
+1
*
RDMA: Introduce and use rdma_device_to_ibdev()
Parav Pandit
2019-01-14
1
-2
/
+4
*
RDMA: Rename port_callback to init_port
Parav Pandit
2019-01-14
1
-1
/
+1
*
RDMA/ocrdma: Initialize ib_device_ops struct
Kamal Heib
2018-12-12
1
-46
/
+46
*
RDMA/drivers: Use core provided API for registering device attributes
Parav Pandit
2018-10-17
1
-40
/
+31
*
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-31
1
-1
/
+0
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-5
/
+6
*
RDMA/providers: Simplify query_gid callback of RoCE providers
Parav Pandit
2018-04-04
1
-1
/
+0
*
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
2018-03-19
1
-0
/
+1
*
IB/ocrdma: Removed GID add/del null routines
Parav Pandit
2018-03-15
1
-2
/
+0
*
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
*
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/ocrdma: Switch from dma_device to dev.parent
Bart Van Assche
2017-01-24
1
-1
/
+1
*
|
IB: Query ports via the core instead of direct into the driver
Or Gerlitz
2017-02-14
1
-4
/
+5
|
/
*
IB/ocrdma: Move user vendor structures
Leon Romanovsky
2016-10-07
1
-1
/
+1
*
IB/{core,hw}: Add constant for node_desc
Yuval Shaia
2016-10-07
1
-0
/
+1
*
IB/ocrdma: Support device FW version string
Ira Weiny
2016-06-23
1
-10
/
+9
*
RDMA/ocrdma: Export udp encapsulation capability
Somnath Kotur
2016-02-29
1
-0
/
+4
*
RDMA/ocrdma: Initialize stats resources in the driver before ib device regist...
Selvin Xavier
2016-02-05
1
-0
/
+6
*
RDMA/ocrdma: Depend on async link events from CNA
Devesh Sharma
2016-01-19
1
-9
/
+25
*
RDMA/ocrdma: Dispatch only port event when port state changes
Devesh Sharma
2016-01-19
1
-23
/
+0
*
IB: remove support for phys MRs
Christoph Hellwig
2015-12-23
1
-1
/
+0
*
RDMA/ocrdma: Remove old FRWR API
Sagi Grimberg
2015-10-29
1
-2
/
+0
*
RDMA/ocrdma: Support the new memory registration API
Sagi Grimberg
2015-10-29
1
-0
/
+1
*
RDMA/ocrdma: Cleanup unused device list and rcu variables
Selvin Xavier
2015-10-21
1
-14
/
+2
*
RDMA/ocrdma: Incorporate the moving of GID Table mgmt to IB/Core
Somnath Kotur
2015-08-31
1
-230
/
+4
*
ocrdma: Support ib_alloc_mr verb
Sagi Grimberg
2015-08-31
1
-1
/
+1
[next]