aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr (follow)
AgeCommit message (Expand)AuthorFilesLines
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-6/+3
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky3-22/+12
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2-19/+3
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-21RDMA/qedr: Fix incorrect device rate.Sagiv Ozeri1-16/+9
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-152/+93
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2-5/+11
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib1-15/+10
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe1-15/+4
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky3-25/+15
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky3-14/+10
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-12/+0
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon1-1/+1
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch2-11/+12
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-4/+5
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2-15/+15
2019-03-29qedr: Convert srqidr to XArrayMatthew Wilcox3-41/+7
2019-03-29qedr: Convert qpidr to XArrayMatthew Wilcox4-11/+8
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky3-26/+13
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-1/+1
2019-02-11RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-37/+30
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky3-28/+13
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe1-2/+2
2019-01-18IB/hw: Remove unneeded semicolonsYueHaibing2-8/+8
2019-01-18RDMA/qedr: remove set but not used variable 'ib_ctx'YueHaibing1-6/+0
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-1/+2
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-10RDMA/qedr: 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-17/+16
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2019-01-02infiniband/qedr: Potential null ptr dereference of qpAditya Pakki1-0/+2
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-4/+5
2018-12-12RDMA/qedr: Initialize ib_device_ops structKamal Heib1-51/+52
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/+29
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+1
2018-09-30RDMA/qedr: Remove enumerated type qed_roce_ll2_tx_destNathan Chancellor1-2/+2
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-3/+1
2018-09-05RDMA/qedr: remove set but not used variable 'ctx'YueHaibing1-2/+0
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-0/+3
2018-08-14qedr: Add user space support for SRQYuval Bason2-44/+191
2018-08-14qedr: Add support for kernel mode SRQ'sYuval Bason5-13/+458