aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic/usnic_ib_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-3/+1
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-1/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-5/+4
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-12/+6
2019-02-19IB/usnic: Fix deadlockParvi Kaustubhi1-10/+0
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-2/+3
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-20/+6
2019-01-30IB/usnic: Remove stub functionsGal Pressman1-53/+0
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky1-1/+1
2019-01-10IB/usnic: Fix out of bounds index check in query pkeyGal Pressman1-1/+1
2018-12-19IB/usnic: Fix potential deadlockParvi Kaustubhi1-4/+7
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-0/+1
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe1-7/+9
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-4/+4
2018-06-25IB/usnic: Update with bug fixes from core codeJason Gunthorpe1-1/+1
2017-12-22drivers: infiniband: remove duplicate includesPravin Shedge1-1/+0
2017-10-14RDMA/usnic: Instantiate data structures onceBart Van Assche1-0/+24
2017-10-14RDMA/usnic: Make the compiler check declaration consistency during compilationBart Van Assche1-0/+1
2017-08-28IB/usnic: check for allocation failureDan Carpenter1-0/+2
2017-08-22RDMA: Fix return value check for ib_get_eth_speed()Selvin Xavier1-2/+2
2017-07-24IB/core: Add generic function to extract IB speed from netdevYuval Shaia1-25/+6
2017-07-24IB/usnic: Implement get_netdev hookYuval Shaia1-0/+10
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2017-04-28IB/usnic: Simplify the code to balance loc/unlock callsLeon Romanovsky1-22/+23
2017-04-28Ib/usnic: Explicitly include usnic headersLeon Romanovsky1-0/+1
2017-02-23Merge tag 'for-linus' 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-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+2
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford1-6/+6
2016-12-14IB/usnic: simplify IS_ERR_OR_NULL to IS_ERRJulia Lawall1-6/+6
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+3
2016-02-25net: usnic: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-25net: usnic: use __ethtool_get_settingsDavid Decotigny1-1/+1
2016-02-25net: usnic: remove unused call to ethtool_ops::get_settingsDavid Decotigny1-2/+0
2015-12-23IB/usnic: delete unneeded IS_ERR testJulia Lawall1-2/+2
2015-12-23IB/usnic: Support more QP state transitionsNelson Escobar1-9/+9
2015-12-23IB/usnic: Fix incorrect cast in usnic_ib_fw_string_to_u64Nelson Escobar1-1/+1
2015-10-06usnic: add missing clauses to BSD licenseJeff Squyres1-3/+18
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak1-1/+5
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak1-3/+7
2014-06-02IB: Return error for unsupported QP creation flagsOr Gerlitz1-0/+3
2014-01-14IB/usnic: Remove superflous parenthesesUpinder Malhi1-2/+2
2014-01-14IB/usnic: Add UDP support in u*verbs.c, u*main.c and u*util.hUpinder Malhi1-8/+36
2014-01-14IB/usnic: Port over main.c and verbs.c to the usnic_fwd.hUpinder Malhi1-18/+19
2014-01-14IB/usnic: Add Cisco VIC low-level hardware driverUpinder Malhi1-0/+736