aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic/usnic_ib_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-01-18IB/usnic: Advertise usNIC devices as RDMA_NODE_USNIC_UDPUpinder Malhi1-1/+1
2014-01-14IB/usnic: Fix typo "Ignorning" -> "Ignoring"Roland Dreier1-4/+4
2014-01-14IB/usnic: Remove superflous parenthesesUpinder Malhi1-3/+3
2014-01-14IB/usnic: Add UDP support in u*verbs.c, u*main.c and u*util.hUpinder Malhi1-1/+83
2014-01-14IB/usnic: Port over main.c and verbs.c to the usnic_fwd.hUpinder Malhi1-18/+20
2014-01-14IB/usnic: Add Cisco VIC low-level hardware driverUpinder Malhi1-0/+598