summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/qedr/verbs.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-06RDMA/qedr: Use the common mmap APIMichal Kalderon1-107/+78
2019-10-28RDMA/qedr: Fix memory leak in user qp and mrMichal Kalderon1-2/+10
2019-10-28RDMA/qedr: Fix synchronization methods and memory leaks in qedrMichal Kalderon1-23/+39
2019-10-28RDMA/qedr: Fix qpids xarray api usedMichal Kalderon1-2/+2
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-2/+2
2019-07-25RDMA/qedr: Remove Unneeded variable rcHariprasad Kelam1-2/+1
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-6/+3
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-19/+9
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-18/+2
2019-05-21RDMA/qedr: Fix incorrect device rate.Sagiv Ozeri1-16/+9
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-83/+46
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit1-1/+4
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-21/+11
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-11/+5
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 Rabinovitch1-8/+11
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 Rabinovitch1-8/+8
2019-03-29qedr: Convert srqidr to XArrayMatthew Wilcox1-30/+2
2019-03-29qedr: Convert qpidr to XArrayMatthew Wilcox1-2/+2
2019-02-23RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-24/+10
2019-02-16IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-1/+1
2019-02-12RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-37/+30
2019-02-09RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-25/+9
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe1-2/+2
2019-01-19IB/hw: Remove unneeded semicolonsYueHaibing1-7/+7
2019-01-18RDMA/qedr: remove set but not used variable 'ib_ctx'YueHaibing1-6/+0
2019-01-11RDMA/qedr: Fix out of bounds index check in query pkeyGal Pressman1-1/+1
2019-01-11IB/{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
2018-12-20RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-20RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-19RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-4/+5
2018-12-12IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia1-12/+0
2018-10-04RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+1
2018-09-06RDMA/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-15qedr: Add user space support for SRQYuval Bason1-21/+116
2018-08-15qedr: Add support for kernel mode SRQ'sYuval Bason1-13/+398
2018-08-15qedr: Add wrapping generic structure for qpidr and adjust idr routines.Yuval Bason1-19/+17
2018-07-31RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-13/+13
2018-07-31RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-3/+4
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-1/+1
2018-06-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+3
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-15/+7
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe1-1/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-11RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CMKalderon, Michal1-0/+3