aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky5-36/+29
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky5-23/+17
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch2-22/+32
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch4-18/+16
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky3-27/+17
2019-02-11RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-32/+23
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky3-56/+43
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe3-12/+12
2019-01-25infiniband: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-01-24infiniband: ocrdma: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-45/+22
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-2/+4
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-10RDMA/ocrdma: Fix out of bounds index check in query pkeyGal Pressman1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain3-12/+12
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2-2/+2
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman2-2/+2
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-3/+4
2018-12-12RDMA/ocrdma: Initialize ib_device_ops structKamal Heib1-46/+46
2018-12-11RDMA/ocrdma: Use PCI-ID as an identification in debugfsLeon Romanovsky1-2/+3
2018-12-11IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia1-12/+0
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-40/+31