summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma/ocrdma_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/ocrdma: Use helper function to set GUIDsKamal Heib2021-11-171-15/+2
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-0/+1
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-171-1/+1
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-2/+2
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-2/+2
* RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-261-6/+1
* RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-10/+2
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-5/+0
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+3
* RDMA/ocrdma: Remove unsupported modify_port callbackKamal Heib2019-11-061-1/+0
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-0/+1
* RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* RDMA/ocrdma: Remove use of idr use pci bdf insteadDevesh Sharma2019-04-121-11/+2
* RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-091-1/+7
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-0/+2
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-0/+2
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-0/+1
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-0/+1
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-2/+4
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* RDMA/ocrdma: Initialize ib_device_ops structKamal Heib2018-12-121-46/+46
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-40/+31
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-311-1/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-5/+6
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-041-1/+0
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* IB/ocrdma: Removed GID add/del null routinesParav Pandit2018-03-151-2/+0
* RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-3/+2
* RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/ocrdma: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-4/+5
|/
* IB/ocrdma: Move user vendor structuresLeon Romanovsky2016-10-071-1/+1
* IB/{core,hw}: Add constant for node_descYuval Shaia2016-10-071-0/+1
* IB/ocrdma: Support device FW version stringIra Weiny2016-06-231-10/+9
* RDMA/ocrdma: Export udp encapsulation capabilitySomnath Kotur2016-02-291-0/+4
* RDMA/ocrdma: Initialize stats resources in the driver before ib device regist...Selvin Xavier2016-02-051-0/+6
* RDMA/ocrdma: Depend on async link events from CNADevesh Sharma2016-01-191-9/+25
* RDMA/ocrdma: Dispatch only port event when port state changesDevesh Sharma2016-01-191-23/+0
* IB: remove support for phys MRsChristoph Hellwig2015-12-231-1/+0
* RDMA/ocrdma: Remove old FRWR APISagi Grimberg2015-10-291-2/+0
* RDMA/ocrdma: Support the new memory registration APISagi Grimberg2015-10-291-0/+1
* RDMA/ocrdma: Cleanup unused device list and rcu variablesSelvin Xavier2015-10-211-14/+2
* RDMA/ocrdma: Incorporate the moving of GID Table mgmt to IB/CoreSomnath Kotur2015-08-311-230/+4
* ocrdma: Support ib_alloc_mr verbSagi Grimberg2015-08-311-1/+1