summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/qedr/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon2020-10-011-1/+3
* RDMA/qedr: Endianness warnings cleanupAlok Prasad2020-10-011-2/+2
* RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-291-8/+0
* RDMA/qedr: Fix resource leak in qedr_create_qpKeita Suzuki2020-09-181-25/+27
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-1/+1
|\
| * RDMA: Fix link active_speed sizeAharon Landau2020-09-181-1/+1
* | RDMA/qedr: Add support for user mode XRC-SRQ'sYuval Basson2020-09-161-91/+200
* | RDMA/qedr: Fix function prototype parameters alignmentMichal Kalderon2020-09-111-2/+2
* | RDMA/qedr: Fix inline size returned for iWARPMichal Kalderon2020-09-111-1/+1
* | RDMA/qedr: Fix iWARP active mtu displayMichal Kalderon2020-09-111-1/+2
* | RDMA/qedr: Fix doorbell settingMichal Kalderon2020-09-111-1/+1
* | RDMA/qedr: Fix qp structure memory leakMichal Kalderon2020-09-111-0/+2
* | RDMA/qedr: Remove fbo and zbva from the MRJason Gunthorpe2020-09-111-4/+0
* | RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe2020-09-111-4/+3
* | RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-codingJason Gunthorpe2020-09-111-25/+16
* | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-2/+3
* | RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-091-1/+2
* | RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-091-1/+2
* | RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* | RDMA/qedr: Fix reported max_pkeysKamal Heib2020-09-021-1/+1
|/
* 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