aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-5/+4
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-284/+598
2019-11-19RDMA/qedr: Fix null-pointer dereference when calling rdma_user_mmap_get_offsetMichal Kalderon1-5/+10
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-16/+13
2019-11-14RDMA/qedr: Make qedr_iw_load_qp() staticKamal Heib1-1/+1
2019-11-14RDMA/qedr: Fix potential use after freePan Bian1-1/+1
2019-11-12RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2-17/+7
2019-11-06RDMA/qedr: Remove unsupported modify_port callbackKamal Heib3-9/+0
2019-11-06RDMA/qedr: Add iWARP doorbell recovery supportMichal Kalderon2-6/+43
2019-11-06RDMA/qedr: Add doorbell overflow recovery supportMichal Kalderon2-50/+275
2019-11-06RDMA/qedr: Use the common mmap APIMichal Kalderon4-121/+98
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 Kalderon3-75/+158
2019-10-28RDMA/qedr: Fix qpids xarray api usedMichal Kalderon3-4/+4
2019-10-28RDMA/qedr: Fix srqs xarray initializationMichal Kalderon1-0/+1
2019-10-18RDMA/qedr: Fix reported firmware versionKamal Heib1-1/+1
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-2/+2
2019-07-29Merge branch 'wip/dl-for-rc' into wip/dl-for-nextDoug Ledford1-2/+8
2019-07-29RDMA/qedr: Fix the hca_type and hca_rev returned in device attributesMichal Kalderon1-2/+8
2019-07-25qed*: Change dpi_addr to be denoted with __iomemMichal Kalderon2-2/+2
2019-07-25RDMA/qedr: Remove Unneeded variable rcHariprasad Kelam1-2/+1
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-66/+31
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-26qed*: Add iWARP 100g supportMichal Kalderon1-0/+13
2019-05-26qedr: Change the MSI-X vectors selection to be based on affined engineMichal Kalderon2-2/+9
2019-05-26qed*: Change hwfn used for sb initializationMichal Kalderon1-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