summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/ocrdma
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-113-21/+14
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-114-11/+7
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
|/
* RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2019-05-132-6/+4
* RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-032-7/+9
* RDMA/ocrdma: Remove use of idr use pci bdf insteadDevesh Sharma2019-04-121-11/+2
* RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-093-20/+7
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-085-36/+29
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-085-23/+17
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-012-22/+32
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-014-18/+16
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-223-27/+17
* RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-32/+23
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-083-56/+43
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-293-12/+12
|\
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-083-12/+12