summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic/usnic_ib_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-13/+5Star
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-3/+1Star
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-3/+1Star
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-1/+1
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-5/+4Star
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-12/+6Star
* IB/usnic: Fix deadlockParvi Kaustubhi2019-02-201-10/+0Star
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-2/+3
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-20/+6Star
* IB/usnic: Remove stub functionsGal Pressman2019-01-311-53/+0Star
* RDMA: Clear CTX objects during their allocationLeon Romanovsky2019-01-111-1/+1
* IB/usnic: Fix out of bounds index check in query pkeyGal Pressman2019-01-111-1/+1
* IB/usnic: Fix potential deadlockParvi Kaustubhi2018-12-201-4/+7
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-201-0/+1
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-7/+9
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-4/+4
* IB/usnic: Update with bug fixes from core codeJason Gunthorpe2018-06-251-1/+1
* drivers: infiniband: remove duplicate includesPravin Shedge2017-12-221-1/+0Star
* RDMA/usnic: Instantiate data structures onceBart Van Assche2017-10-151-0/+24
* RDMA/usnic: Make the compiler check declaration consistency during compilationBart Van Assche2017-10-151-0/+1
* IB/usnic: check for allocation failureDan Carpenter2017-08-291-0/+2
* RDMA: Fix return value check for ib_get_eth_speed()Selvin Xavier2017-08-221-2/+2
* IB/core: Add generic function to extract IB speed from netdevYuval Shaia2017-07-241-25/+6Star
* IB/usnic: Implement get_netdev hookYuval Shaia2017-07-241-0/+10
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* IB/usnic: Simplify the code to balance loc/unlock callsLeon Romanovsky2017-04-281-22/+23
* Ib/usnic: Explicitly include usnic headersLeon Romanovsky2017-04-281-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-1/+1
|\
| * IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-1/+1
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
|/
*-. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-141-6/+6
|\ \
| * | IB/usnic: simplify IS_ERR_OR_NULL to IS_ERRJulia Lawall2016-12-141-6/+6
| |/
* / IB/core: Let create_ah return extended response to userMoni Shoua2016-12-131-1/+3
|/
* net: usnic: use __ethtool_get_ksettingsDavid Decotigny2016-02-261-4/+4
* net: usnic: use __ethtool_get_settingsDavid Decotigny2016-02-261-1/+1
* net: usnic: remove unused call to ethtool_ops::get_settingsDavid Decotigny2016-02-261-2/+0Star
* IB/usnic: delete unneeded IS_ERR testJulia Lawall2015-12-231-2/+2
* IB/usnic: Support more QP state transitionsNelson Escobar2015-12-231-9/+9
* IB/usnic: Fix incorrect cast in usnic_ib_fw_string_to_u64Nelson Escobar2015-12-231-1/+1
* usnic: add missing clauses to BSD licenseJeff Squyres2015-10-061-3/+18
* IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-121-1/+5
* IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-121-3/+7
* IB: Return error for unsupported QP creation flagsOr Gerlitz2014-06-021-0/+3
* IB/usnic: Remove superflous parenthesesUpinder Malhi2014-01-141-2/+2
* IB/usnic: Add UDP support in u*verbs.c, u*main.c and u*util.hUpinder Malhi2014-01-141-8/+36
* IB/usnic: Port over main.c and verbs.c to the usnic_fwd.hUpinder Malhi2014-01-141-18/+19
* IB/usnic: Add Cisco VIC low-level hardware driverUpinder Malhi2014-01-141-0/+736