1. 31 7月, 2019 1 次提交
  2. 31 7月, 2018 2 次提交
  3. 05 7月, 2018 1 次提交
  4. 19 6月, 2018 1 次提交
  5. 09 5月, 2018 2 次提交
  6. 20 3月, 2018 1 次提交
  7. 16 3月, 2018 1 次提交
  8. 15 3月, 2018 1 次提交
    • A
      RDMA/i40iw: include linux/irq.h · baa00fcd
      Arnd Bergmann 提交于
      We get a build failure on ARM unless the header is included explicitly:
      
      drivers/infiniband/hw/i40iw/i40iw_verbs.c: In function 'i40iw_get_vector_affinity':
      drivers/infiniband/hw/i40iw/i40iw_verbs.c:2747:9: error: implicit declaration of function 'irq_get_affinity_mask'; did you mean 'irq_create_affinity_masks'? [-Werror=implicit-function-declaration]
        return irq_get_affinity_mask(msix_vec->irq);
               ^~~~~~~~~~~~~~~~~~~~~
               irq_create_affinity_masks
      drivers/infiniband/hw/i40iw/i40iw_verbs.c:2747:9: error: returning 'int' from a function with return type 'const struct cpumask *' makes pointer from integer without a cast [-Werror=int-conversion]
        return irq_get_affinity_mask(msix_vec->irq);
      
      Fixes: 7e952b19 ("i40iw: Implement get_vector_affinity API")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      baa00fcd
  9. 07 3月, 2018 1 次提交
  10. 17 1月, 2018 3 次提交
  11. 19 10月, 2017 1 次提交
  12. 05 10月, 2017 2 次提交
  13. 23 9月, 2017 1 次提交
  14. 10 8月, 2017 1 次提交
    • L
      RDMA: Simplify get firmware interface · 9abb0d1b
      Leon Romanovsky 提交于
      There is a need to forward FW version to user space
      application through RDMA netlink. In order to make it safe, there
      is need to declare nla_policy and limit the size of FW string.
      
      The new define IB_FW_VERSION_NAME_MAX will limit the size of
      FW version string. That define was chosen to be equal to
      ETHTOOL_FWVERS_LEN, because many drivers anyway are limited
      by that value indirectly.
      
      The introduction of this define allows us to remove the string size
      from get_fw_str function signature.
      Signed-off-by: NLeon Romanovsky <leonro@mellanox.com>
      9abb0d1b
  15. 20 7月, 2017 2 次提交
  16. 02 5月, 2017 1 次提交
  17. 26 4月, 2017 1 次提交
  18. 15 2月, 2017 1 次提交
  19. 25 1月, 2017 2 次提交
  20. 23 12月, 2016 1 次提交
  21. 14 12月, 2016 1 次提交
  22. 13 12月, 2016 3 次提交
  23. 06 12月, 2016 7 次提交
  24. 04 12月, 2016 2 次提交