aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-18iwcm: Don't allocate iwcm workqueue with WQ_MEM_RECLAIMSagi Grimberg1-1/+1
2017-08-18cm: Don't allocate ib_cm workqueue with WQ_MEM_RECLAIMSagi Grimberg1-1/+1
2017-08-18RDMA/core: make ib_device.add method optionalSagi Grimberg1-2/+2
2017-08-16IB/uverbs: Fix NULL pointer dereference during device removalMaor Gottlieb1-1/+1
2017-08-16IB/core: Protect sysfs entry on ib_unregister_deviceShiraz Saleem1-2/+3
2017-08-10Merge branch 'rdma-netlink' into k.o/merge-testDoug Ledford12-251/+620
2017-08-10Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testDoug Ledford8-45/+198
2017-08-10RDMA/netlink: Export node_typeLeon Romanovsky1-0/+3
2017-08-10RDMA/netlink: Provide port state and physical link stateLeon Romanovsky1-0/+6
2017-08-10RDMA/netlink: Export LID mask control (LMC)Leon Romanovsky1-0/+3
2017-08-10RDMA/netink: Export lids and sm_lidsLeon Romanovsky1-1/+8
2017-08-10RDMA/netlink: Advertise IB subnet prefixLeon Romanovsky1-0/+5
2017-08-10RDMA/netlink: Export node_guid and sys_image_guidLeon Romanovsky1-0/+8
2017-08-10RDMA/netlink: Export FW versionLeon Romanovsky1-0/+9
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky2-4/+4
2017-08-10RDMA/netlink: Expose device and port capability masksLeon Romanovsky1-0/+19
2017-08-10RDMA/netlink: Implement nldev port doit callbackLeon Romanovsky1-0/+44
2017-08-10RDMA/netlink: Add nldev port dumpit implementationLeon Romanovsky1-0/+71
2017-08-10RDMA/netlink: Add nldev device doit implementationLeon Romanovsky1-0/+40
2017-08-10RDMA/netlink: Implement nldev device dumpit calbackLeon Romanovsky1-1/+63
2017-08-10RDMA/netlink: Add nldev initialization flowsLeon Romanovsky3-1/+49
2017-08-10RDMA/netlink: Add netlink device definitions to UAPILeon Romanovsky1-1/+1
2017-08-10RDMA/netlink: Update copyrightLeon Romanovsky1-0/+1
2017-08-10RDMA/netlink: Convert LS to doit callbackLeon Romanovsky5-31/+25
2017-08-10RDMA/netlink: Reduce indirection access to cb_tableLeon Romanovsky1-5/+8
2017-08-10RDMA/netlink: Add and implement doit netlink callbackLeon Romanovsky1-5/+14
2017-08-10RDMA/core: Add and expose static device indexLeon Romanovsky2-1/+41
2017-08-10RDMA/core: Add iterator over ib_devicesLeon Romanovsky2-0/+33
2017-08-10RDMA/netlink: Rename netlink callback structLeon Romanovsky4-5/+5
2017-08-10RDMA/netlink: Simplify and rename ibnl_chk_listenersLeon Romanovsky3-6/+5
2017-08-10RDMA/netlink: Rename and remove redundant parameter from ibnl_multicastLeon Romanovsky4-6/+5
2017-08-10RDMA/netlink: Rename and remove redundant parameter from ibnl_unicast*Leon Romanovsky3-11/+9
2017-08-10RDMA/netlink: Simplify the put_msg and put_attrLeon Romanovsky1-21/+6
2017-08-10RDMA/netlink: Add flag to consolidate common handlingLeon Romanovsky4-9/+16
2017-08-10RDMA/iwcm: Remove extra EXPORT_SYMBOLSLeon Romanovsky2-17/+0
2017-08-10RDMA/iwcm: Remove useless check of netlink client validityLeon Romanovsky1-6/+0
2017-08-10RDMA/netlink: Avoid double pass for RDMA netlink messagesLeon Romanovsky1-18/+44
2017-08-10RDMA/netlink: Remove redundant owner option for netlink callbacksLeon Romanovsky2-4/+1
2017-08-10RDMA/netlink: Remove netlink clients infrastructureLeon Romanovsky5-142/+108
2017-08-09RDMA/core: Add wait/retry version of ibnl_unicastIsmail, Mustafa2-4/+14
2017-08-08IB/CM: Set appropriate slid and dlid when handling CM requestDasaratharaman Chandramouli1-11/+56
2017-08-08IB/CM: Create appropriate path records when handling CM requestDasaratharaman Chandramouli1-7/+31
2017-08-08IB/CM: Add OPA Path record support to CMHiatt, Don1-8/+42
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don3-6/+10
2017-08-08IB/core: Change port_attr.sm_lid from 16 to 32 bitsDasaratharaman Chandramouli1-3/+5
2017-08-08IB/core: Change port_attr.lid size from 16 to 32 bitsDasaratharaman Chandramouli2-1/+5
2017-08-08IB/mad: Change slid in RMPP recv from 16 to 32 bitsDasaratharaman Chandramouli1-1/+1
2017-08-08IB/core: Convert ah_attr from OPA to IB when copying to userDasaratharaman Chandramouli3-10/+50
2017-08-07Merge tag 'rdma-rc-2017-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma into leon-ipoibDoug Ledford1-1/+0
2017-08-04IB/uverbs: Fix device cleanupYishai Hadas1-2/+1