summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/qedr/verbs.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-11RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe1-4/+3
2020-09-11RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-codingJason Gunthorpe1-25/+16
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-2/+3
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-1/+2
2020-09-02RDMA/qedr: Fix reported max_pkeysKamal Heib1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-20/+25
2020-07-27qed: fix assignment of n_rq_elems to incorrect params fieldColin Ian King1-1/+1
2020-07-23qed: add support for different page sizes for chainsAlexander Lobakin1-0/+2
2020-07-23qed: simplify chain allocation with init params structAlexander Lobakin1-48/+47
2020-07-20RDMA/qedr: Remove the query_pkey callbackKamal Heib1-1/+0
2020-07-16RDMA/qedr: Add EDPM max size to alloc ucontext responseMichal Kalderon1-3/+6
2020-07-16RDMA/qedr: Add EDPM mode type for user-fw compatibilityMichal Kalderon1-3/+8
2020-07-16RDMA/qedr: SRQ's bug fixesYuval Basson1-12/+10
2020-07-07RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-06-03RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe1-1/+0
2020-06-03RDMA: Remove 'max_fmr'Jason Gunthorpe1-1/+0
2020-05-03RDMA: Group create AH arguments in structMaor Gottlieb1-2/+2
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe1-5/+4
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-5/+4
2020-01-03RDMA/qedr: Add kernel capability flags for dpm enabled modeMichal Kalderon1-1/+12
2019-11-19RDMA/qedr: Fix null-pointer dereference when calling rdma_user_mmap_get_offsetMichal Kalderon1-5/+10
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-16/+13
2019-11-13RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky1-13/+4
2019-11-06RDMA/qedr: Remove unsupported modify_port callbackKamal Heib1-6/+0
2019-11-06RDMA/qedr: Add iWARP doorbell recovery supportMichal Kalderon1-1/+36
2019-11-06RDMA/qedr: Add doorbell overflow recovery supportMichal Kalderon1-49/+265
2019-11-06RDMA/qedr: Use the common mmap APIMichal Kalderon1-107/+78
2019-10-28RDMA/qedr: Fix memory leak in user qp and mrMichal Kalderon1-2/+10
2019-10-28RDMA/qedr: Fix synchronization methods and memory leaks in qedrMichal Kalderon1-23/+39
2019-10-28RDMA/qedr: Fix qpids xarray api usedMichal Kalderon1-2/+2
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-2/+2
2019-07-25RDMA/qedr: Remove Unneeded variable rcHariprasad Kelam1-2/+1
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-6/+3
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-19/+9
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-18/+2
2019-05-21RDMA/qedr: Fix incorrect device rate.Sagiv Ozeri1-16/+9
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-83/+46
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit1-1/+4
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-21/+11
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-11/+5
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-12/+0
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon1-1/+1
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-8/+11
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-4/+5
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-8/+8
2019-03-29qedr: Convert srqidr to XArrayMatthew Wilcox1-30/+2