summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma
Commit message (Expand)AuthorAgeFilesLines
* 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
* | infiniband: prefix header search paths with $(srctree)/Masahiro Yamada2019-01-251-1/+1
* | infiniband: ocrdma: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-241-45/+22
* | RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-2/+4
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* | RDMA/ocrdma: Fix out of bounds index check in query pkeyGal Pressman2019-01-101-1/+1
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-1/+1
|/
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-192-2/+2
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-192-2/+2
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-3/+4
* RDMA/ocrdma: Initialize ib_device_ops structKamal Heib2018-12-121-46/+46
* RDMA/ocrdma: Use PCI-ID as an identification in debugfsLeon Romanovsky2018-12-111-2/+3
* IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia2018-12-111-12/+0
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-40/+31
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-031-2/+1
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+2
* RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1