summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/qedr
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+2
* 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-164-92/+254
* | 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-112-1/+9
* | RDMA/qedr: Fix return code if accept is called on a destroyed qpMichal Kalderon2020-09-111-2/+4
* | RDMA/qedr: Fix use of uninitialized fieldMichal Kalderon2020-09-111-1/+1
* | 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-092-3/+4
* | RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-092-2/+3
* | RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-092-2/+3
* | RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-092-2/+3
* | 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-064-25/+30
|\
| * RDMA/qedr: Remove the query_pkey callbackKamal Heib2020-07-202-3/+1
| * 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-162-3/+9
| * RDMA/qedr: SRQ's bug fixesYuval Basson2020-07-162-14/+12
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-062-2/+2
* | 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-222-57/+58
* | RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532Michal Kalderon2020-06-181-2/+11
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-1/+0
* RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-023-3/+0
* RDMA: Group create AH arguments in structMaor Gottlieb2020-05-022-3/+3
* 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
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-275-284/+598
|\
| * 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/qedr: Make qedr_iw_load_qp() staticKamal Heib2019-11-141-1/+1
| * RDMA/qedr: Fix potential use after freePan Bian2019-11-141-1/+1
| * RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-122-17/+7
| * RDMA/qedr: Remove unsupported modify_port callbackKamal Heib2019-11-063-9/+0
| * RDMA/qedr: Add iWARP doorbell recovery supportMichal Kalderon2019-11-062-6/+43