summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Remove unnecessary ternary operatorsRuan Jinjie2023-07-311-1/+1
* RDMA/ocrdma: remove unused discard_cnt variableTom Rix2023-03-291-2/+0
* IB: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-211-1/+1
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+1
* RDMA/ocrdma: Remove unneeded variableMinghao Chi2022-01-051-6/+2
* RDMA/ocrdma: Simplify code in 'ocrdma_search_mmap()'Christophe JAILLET2021-11-291-3/+3
* RDMA/ocrdma: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-10/+6
* RDMA/ocrdma: Use helper function to set GUIDsKamal Heib2021-11-173-17/+5
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-033-19/+12
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+1
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-265-9/+10
* RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()Tom Rix2021-01-071-1/+1
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-2/+2
* RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-261-6/+1
* RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-10/+2
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+1
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-0/+3
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-5/+0
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+3
* 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/ocrdma: Remove fbo from MRJason Gunthorpe2020-09-113-4/+3
* | RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe2020-09-111-12/+5
* | RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe2020-09-091-4/+3
* | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-2/+3
* | 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-3/+4
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-062-2/+2
* 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-2/+3
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* RDMA/ocrdma: Fix spelling mistake in variable nameColin Ian King2019-11-142-3/+3
* RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-122-18/+10
* RDMA/ocrdma: Simplify process_mad functionLeon Romanovsky2019-11-061-8/+4
* RDMA/mad: Do not check MAD sizes in roce and ib driversLeon Romanovsky2019-11-061-4/+0
* RDMA/ocrdma: Make ocrdma_pma_counters() return voidLeon Romanovsky2019-11-063-9/+4
* RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky2019-11-061-1/+0
* RDMA/ocrdma: Remove unsupported modify_port callbackKamal Heib2019-11-063-9/+0
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-2/+2
* IB: Remove unneeded memsetFuqian Huang2019-07-031-3/+0
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-282-0/+2
|\