aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+3
2019-11-06RDMA/qedr: Remove unsupported modify_port callbackKamal Heib1-1/+0
2019-11-06RDMA/qedr: Use the common mmap APIMichal Kalderon1-0/+1
2019-10-28RDMA/qedr: Fix qpids xarray api usedMichal Kalderon1-1/+1
2019-10-28RDMA/qedr: Fix srqs xarray initializationMichal Kalderon1-0/+1
2019-10-18RDMA/qedr: Fix reported firmware versionKamal Heib1-1/+1
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 Kalderon1-1/+1
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+5
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-0/+1
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 Kalderon1-2/+7
2019-05-26qed*: Change hwfn used for sb initializationMichal Kalderon1-1/+2
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 Romanovsky1-0/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+2
2019-03-29qedr: Convert srqidr to XArrayMatthew Wilcox1-4/+3
2019-03-29qedr: Convert qpidr to XArrayMatthew Wilcox1-2/+1
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-0/+1
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
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
2018-12-12RDMA/qedr: Initialize ib_device_ops structKamal Heib1-51/+52
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-40/+29
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-3/+1
2018-08-14qedr: Add user space support for SRQYuval Bason1-23/+75
2018-08-14qedr: Add support for kernel mode SRQ'sYuval Bason1-0/+5
2018-08-14qedr: Add wrapping generic structure for qpidr and adjust idr routines.Yuval Bason1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-6/+3
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-1/+0
2018-04-03IB/qedr: Remove GID add/del dummy routinesParav Pandit1-3/+0
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-03-29qedr: Fix spelling mistake: "hanlde" -> "handle"Colin Ian King1-2/+2
2018-03-26net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai1-2/+2
2018-03-21RDMA/qedr: Fix rc initialization on CNQ allocation failureKalderon, Michal1-1/+2
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-51/+8
2018-01-24RDMA/qedr: Use pci_enable_atomic_ops_to_root()Felix Kuehling1-51/+8
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar1-1/+1
2017-10-14RDMA/qedr: Annotate iomem pointers correctlyBart Van Assche1-1/+1
2017-10-14RDMA/qedr: Declare local functions staticBart Van Assche1-11/+11
2017-09-29RDMA/qedr: Fix rdma_type initializationKalderon, Michal1-0/+1
2017-09-25Merge branch 'qedr' into k.o/for-nextDoug Ledford1-6/+99