aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic/usnic_ib_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-08RDMA/usnic: Stop using iommu_present()Robin Murphy1-6/+5
2021-09-24RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky1-1/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-0/+1
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-2/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-1/+1
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-5/+0
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1-1/+1
2020-08-27RDMA/usnic: Remove the query_pkey callbackKamal Heib1-2/+0
2020-08-18RDMA/usnic: Fix spelling mistake "transistion" -> "transition"Colin Ian King1-1/+1
2019-09-13RDMA/usnic: Avoid overly large buffers on stackArnd Bergmann1-2/+8
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-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-5/+10
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-19IB/usnic: Fix deadlockParvi Kaustubhi1-17/+19
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-08IB/usnic: Fix locking when unregisteringParvi Kaustubhi1-2/+4
2019-02-07drivers/IB,usnic: reduce scope of mmap_semDavidlohr Bueso1-2/+0
2019-01-30IB/usnic: Remove stub functionsGal Pressman1-7/+0
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2018-12-12RDMA/usnic: Initialize ib_device_ops structKamal Heib1-29/+32
2018-11-29RDMA/drivers: Fix spelling mistake "initalize" -> "initialize"Colin Ian King1-1/+1
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-0/+2
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe1-16/+18
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2018-03-26infiniband: Replace usnic_ib_netdev_event_to_string() with netdev_cmd_to_name()Kirill Tkhai1-10/+5
2018-03-26net: Make NETDEV_XXX commands enum { }Kirill Tkhai1-14/+1
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2017-08-24RDMA/usnic: Fix remove address space warningLeon Romanovsky1-4/+6
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-4/+2
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-07-24IB/usnic: Implement get_netdev hookYuval Shaia1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-2/+3
2017-02-14IB: Add protocol for USNICOr Gerlitz1-0/+1
2017-01-24IB/usnic: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2016-08-22IB/usnic: Fix error return codeChristophe Jaillet1-1/+2
2016-06-23IB/usnic: Support device FW version stringIra Weiny1-0/+16
2015-10-21usnic: correctly check failed allocationInsu Yun1-5/+4
2015-10-06usnic: add missing clauses to BSD licenseJeff Squyres1-3/+18
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny1-1/+0
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-0/+17
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+1