aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-07RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()Tom Rix1-1/+1
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-2/+2
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-6/+1
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-10/+2
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-1/+1
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe1-0/+3
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-5/+0
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+3
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-1/+1
2020-09-18RDMA: Fix link active_speed sizeAharon Landau1-1/+1
2020-09-11RDMA/ocrdma: Remove fbo from MRJason Gunthorpe3-4/+3
2020-09-11RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe1-12/+5
2020-09-09RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe1-4/+3
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2-3/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe1-1/+0
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe3-3/+0
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb2-2/+3
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-1/+1
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-1/+1
2019-11-14RDMA/ocrdma: Fix spelling mistake in variable nameColin Ian King2-3/+3
2019-11-12RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2-18/+10
2019-11-06RDMA/ocrdma: Simplify process_mad functionLeon Romanovsky1-8/+4
2019-11-06RDMA/mad: Do not check MAD sizes in roce and ib driversLeon Romanovsky1-4/+0
2019-11-06RDMA/ocrdma: Make ocrdma_pma_counters() return voidLeon Romanovsky3-9/+4
2019-11-06RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky1-1/+0
2019-11-06RDMA/ocrdma: Remove unsupported modify_port callbackKamal Heib3-9/+0
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-2/+2
2019-07-03IB: Remove unneeded memsetFuqian Huang1-3/+0
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2-0/+2
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-2/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky3-21/+14
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky4-11/+7
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-13RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2-6/+4
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2-7/+9
2019-04-12RDMA/ocrdma: Remove use of idr use pci bdf insteadDevesh Sharma1-11/+2
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe3-20/+7