aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-20/+25
|\
| * RDMA/qedr: Remove the query_pkey callbackKamal Heib2020-07-201-1/+0
| * RDMA/qedr: Add EDPM max size to alloc ucontext responseMichal Kalderon2020-07-161-3/+6
| * RDMA/qedr: Add EDPM mode type for user-fw compatibilityMichal Kalderon2020-07-161-3/+8
| * RDMA/qedr: SRQ's bug fixesYuval Basson2020-07-161-12/+10
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-061-1/+1
* | qed: fix assignment of n_rq_elems to incorrect params fieldColin Ian King2020-07-271-1/+1
* | qed: add support for different page sizes for chainsAlexander Lobakin2020-07-221-0/+2
* | qed: simplify chain allocation with init params structAlexander Lobakin2020-07-221-48/+47
|/
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-1/+0
* RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-021-1/+0
* RDMA: Group create AH arguments in structMaor Gottlieb2020-05-021-2/+2
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-211-5/+4
|\
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-5/+4
* | RDMA/qedr: Add kernel capability flags for dpm enabled modeMichal Kalderon2020-01-031-1/+12
|/
* RDMA/qedr: Fix null-pointer dereference when calling rdma_user_mmap_get_offsetMichal Kalderon2019-11-191-5/+10
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-16/+13
* RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-121-13/+4
* RDMA/qedr: Remove unsupported modify_port callbackKamal Heib2019-11-061-6/+0
* RDMA/qedr: Add iWARP doorbell recovery supportMichal Kalderon2019-11-061-1/+36
* RDMA/qedr: Add doorbell overflow recovery supportMichal Kalderon2019-11-061-49/+265
* RDMA/qedr: Use the common mmap APIMichal Kalderon2019-11-061-107/+78
* RDMA/qedr: Fix memory leak in user qp and mrMichal Kalderon2019-10-281-2/+10
* RDMA/qedr: Fix synchronization methods and memory leaks in qedrMichal Kalderon2019-10-281-23/+39
* RDMA/qedr: Fix qpids xarray api usedMichal Kalderon2019-10-281-2/+2
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-2/+2
* RDMA/qedr: Remove Unneeded variable rcHariprasad Kelam2019-07-251-2/+1
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-6/+3
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-19/+9
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-18/+2
* RDMA/qedr: Fix incorrect device rate.Sagiv Ozeri2019-05-211-16/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-83/+46
|\
| * RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-1/+4
| * RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-21/+11
| * RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-11/+5
| * IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-8/+11
| * IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-4/+5
| * IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-8/+8
| * qedr: Convert srqidr to XArrayMatthew Wilcox2019-03-291-30/+2
| * qedr: Convert qpidr to XArrayMatthew Wilcox2019-03-291-2/+2
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-12/+0
* | drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon2019-04-081-1/+1
|/
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-24/+10
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-1/+1
* RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-37/+30
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-25/+9
* Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-2/+2
|\
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2