aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma/ocrdma_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-01RDMA/ocrdma: Query and initalize the PFC SLSelvin Xavier1-0/+1
2014-04-03RDMA/ocrdma: Unregister inet notifier when unloading ocrdmaSelvin Xavier1-2/+14
2014-04-03RDMA/ocrdma: Code clean-upDevesh Sharma1-1/+1
2014-04-03RDMA/ocrdma: Display FW versionSelvin Xavier1-1/+41
2014-04-03RDMA/ocrdma: Query controller informationSelvin Xavier1-0/+14
2014-04-03RDMA/ocrdma: Update version stringDevesh Sharma1-2/+2
2014-04-03RDMA/ocrdma: ABI versioning between ocrdma and be2netDevesh Sharma1-0/+1
2014-04-03RDMA/ocrdma: Read ASIC_ID register to select asic_genDevesh Sharma1-1/+1
2014-02-14RDMA/ocrdma: Fix load time panic during GID table initDevesh Sharma1-1/+1
2014-01-19RDMA/ocrdma: Move ocrdma_inetaddr_event outside of "#if CONFIG_IPV6"Roland Dreier1-4/+4
2014-01-19RDMA/ocrdma: Populate GID table with IP based gidsMoni Shoua1-98/+40
2013-11-08RDMA/ocrdma: Fix a crash in rmmodNaresh Gottumukkala1-3/+4