summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma
Commit message (Expand)AuthorAgeFilesLines
* IB: Remove unneeded memsetFuqian Huang2019-07-031-3/+0Star
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-292-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/+1Star
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-113-21/+14Star
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-114-11/+7Star
* | 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-142-6/+4Star
* 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/+2Star
* RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-093-20/+7Star
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-085-36/+29Star
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-085-23/+17Star
* 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/+16Star
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-223-27/+17Star
* RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-32/+23Star
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-093-56/+43Star
* 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/+22Star
* | 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-111-1/+1
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-1/+1
|/
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-202-2/+2
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-202-2/+2
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-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/+0Star
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-40/+31Star
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+1Star
* 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/+1Star
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-313-8/+0Star
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-312-14/+14
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-6/+6
* RDMA/ocrdma: Suppress a compiler warningBart Van Assche2018-07-251-2/+3
* RDMA/ocrdma: Make ocrdma_destroy_qp() easier to analyzeBart Van Assche2018-07-111-5/+5
* RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-5/+4Star
* RDMA/ocrdma: Remove a set-but-not-used variableBart Van Assche2018-07-091-2/+0Star
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-182-27/+18Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-133-12/+13