summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/usnic/usnic_ib_verbs.c
AgeCommit message (Expand)Author
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-04-08RDMA/usnic: Refactor usnic_uiom_alloc_pd()Robin Murphy
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2022-01-28RDMA/usnic: Delete useless module.h includeLeon Romanovsky
2021-11-19RDMA/usnic: Clean up usnic_ib_alloc_pd()Dan Carpenter
2021-09-24RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-01-07RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-08-27RDMA/usnic: Remove the query_pkey callbackKamal Heib
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib
2019-07-25IB/usnic: Use dev_get_drvdataChuhong Yuan
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-19IB/usnic: Fix deadlockParvi Kaustubhi
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-01-30IB/usnic: Remove stub functionsGal Pressman
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky
2019-01-10IB/usnic: Fix out of bounds index check in query pkeyGal Pressman
2018-12-19IB/usnic: Fix potential deadlockParvi Kaustubhi
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-06-25IB/usnic: Update with bug fixes from core codeJason Gunthorpe
2017-12-22drivers: infiniband: remove duplicate includesPravin Shedge
2017-10-14RDMA/usnic: Instantiate data structures onceBart Van Assche
2017-10-14RDMA/usnic: Make the compiler check declaration consistency during compilationBart Van Assche
2017-08-28IB/usnic: check for allocation failureDan Carpenter
2017-08-22RDMA: Fix return value check for ib_get_eth_speed()Selvin Xavier
2017-07-24IB/core: Add generic function to extract IB speed from netdevYuval Shaia
2017-07-24IB/usnic: Implement get_netdev hookYuval Shaia
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-04-28IB/usnic: Simplify the code to balance loc/unlock callsLeon Romanovsky
2017-04-28Ib/usnic: Explicitly include usnic headersLeon Romanovsky
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz