summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/usnic/usnic_ib_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* RDMA/usnic: Refactor usnic_uiom_alloc_pd()Robin Murphy2022-04-081-2/+1
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+2
* RDMA/usnic: Delete useless module.h includeLeon Romanovsky2022-01-281-1/+0
* RDMA/usnic: Clean up usnic_ib_alloc_pd()Dan Carpenter2021-11-191-5/+3
* RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky2021-09-241-8/+8
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-37/+32
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-3/+3
* RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu2021-01-071-0/+3
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-1/+1
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+1
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-2/+2
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* RDMA/usnic: Remove the query_pkey callbackKamal Heib2020-08-271-11/+0
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-1/+0
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-3/+4
* IB/usnic: Use dev_get_drvdataChuhong Yuan2019-07-251-1/+1
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-13/+5
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-3/+1
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-3/+1
* 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/+4
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-12/+6
* IB/usnic: Fix deadlockParvi Kaustubhi2019-02-191-10/+0
* 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-081-20/+6
* IB/usnic: Remove stub functionsGal Pressman2019-01-301-53/+0
* RDMA: Clear CTX objects during their allocationLeon Romanovsky2019-01-101-1/+1
* IB/usnic: Fix out of bounds index check in query pkeyGal Pressman2019-01-101-1/+1
* IB/usnic: Fix potential deadlockParvi Kaustubhi2018-12-191-4/+7
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-191-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-191-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-301-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/+0
* RDMA/usnic: Instantiate data structures onceBart Van Assche2017-10-141-0/+24
* RDMA/usnic: Make the compiler check declaration consistency during compilationBart Van Assche2017-10-141-0/+1
* IB/usnic: check for allocation failureDan Carpenter2017-08-281-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/+6
* 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
|/