aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma/ocrdma_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-0/+2
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+2
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-0/+1
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-2/+4
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2018-12-12RDMA/ocrdma: Initialize ib_device_ops structKamal Heib1-46/+46
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-40/+31
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-07-30RDMA/providers: Remove pointless functionsKamal Heib1-1/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-5/+6
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-1/+0
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-15IB/ocrdma: Removed GID add/del null routinesParav Pandit1-2/+0
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-4/+5
2017-01-24IB/ocrdma: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2016-10-07IB/ocrdma: Move user vendor structuresLeon Romanovsky1-1/+1
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia1-0/+1
2016-06-23IB/ocrdma: Support device FW version stringIra Weiny1-10/+9
2016-02-29RDMA/ocrdma: Export udp encapsulation capabilitySomnath Kotur1-0/+4
2016-02-05RDMA/ocrdma: Initialize stats resources in the driver before ib device registration.Selvin Xavier1-0/+6
2016-01-19RDMA/ocrdma: Depend on async link events from CNADevesh Sharma1-9/+25
2016-01-19RDMA/ocrdma: Dispatch only port event when port state changesDevesh Sharma1-23/+0
2015-12-23IB: remove support for phys MRsChristoph Hellwig1-1/+0
2015-10-28RDMA/ocrdma: Remove old FRWR APISagi Grimberg1-2/+0
2015-10-28RDMA/ocrdma: Support the new memory registration APISagi Grimberg1-0/+1
2015-10-21RDMA/ocrdma: Cleanup unused device list and rcu variablesSelvin Xavier1-14/+2
2015-08-30RDMA/ocrdma: Incorporate the moving of GID Table mgmt to IB/CoreSomnath Kotur1-230/+4
2015-08-30ocrdma: Support ib_alloc_mr verbSagi Grimberg1-1/+1
2015-07-24RDMA/ocrdma: update ocrdma module license stringDevesh Sharma1-1/+1
2015-07-24RDMA/ocrdma: update ocrdma license to dual-licenseDevesh Sharma1-19/+34
2015-07-14IB/core: Destroy ocrdma_dev_id IDR on module exitJohannes Thumshirn1-0/+1
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny1-0/+2
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny1-1/+1
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-0/+17
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+1
2015-02-18RDMA/ocrdma: Add support for interrupt moderationMitesh Ahuja1-0/+4
2015-02-18RDMA/ocrdma: Host crash on destroying device resourcesMitesh Ahuja1-2/+2
2015-02-18RDMA/ocrdma: Report correct count of interrupt vectors while registering ocrdma deviceDevesh Sharma1-1/+1
2015-02-18RDMA/ocrdma: Move PD resource management to driver.Mitesh Ahuja1-0/+2
2014-10-10RDMA/ocrdma: Remove a unused-label warningLi RongQing1-0/+2
2014-10-10RDMA/ocrdma: Add default GID at index 0Devesh Sharma1-0/+10
2014-08-01RDMA/ocrdma: Initialize the GID table while registering the deviceSelvin Xavier1-0/+53
2014-08-01RDMA/ocrdma: Increase the size of STAG array in dev structure to 16KSelvin Xavier1-0/+6
2014-08-01RDMA/ocrdma: Handle shutdown event from be2net driverDevesh Sharma1-0/+9
2014-08-01RDMA/ocrdma: Add hca_type and fixing fw_version string in device atrributesSelvin Xavier1-2/+12