aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-08-18RDMA/qedr: Add iWARP connection management functionsKalderon, Michal1-0/+11
2017-08-18RDMA/qedr: Add iWARP connection management qp related callbacksKalderon, Michal1-0/+10
2017-08-18RDMA/qedr: Add support for registering an iWARP deviceKalderon, Michal1-6/+78
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-07-27RDMA/qedr: notify user application if DPM is supportedAmrani, Ram1-0/+1
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-06-20qed*: Set rdma generic functions prefixMichal Kalderon1-3/+3
2017-06-20qed*: qede_roce.[ch] -> qede_rdma.[ch]Michal Kalderon1-1/+1
2017-06-20qed: Chain support for external PBLMintz, Yuval1-1/+1
2017-06-09qed*: LL2 callback operationsMichal Kalderon1-3/+3
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2017-04-29iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel1-0/+1
2017-04-28RDMA/qedr: destroy CQ only after HW releases itAmrani, Ram1-2/+9