1. 09 1月, 2018 4 次提交
  2. 04 1月, 2018 6 次提交
  3. 29 12月, 2017 3 次提交
  4. 28 12月, 2017 1 次提交
  5. 23 12月, 2017 1 次提交
  6. 22 12月, 2017 1 次提交
  7. 14 11月, 2017 3 次提交
  8. 11 11月, 2017 1 次提交
  9. 26 10月, 2017 4 次提交
  10. 05 10月, 2017 1 次提交
  11. 25 9月, 2017 1 次提交
  12. 23 9月, 2017 1 次提交
  13. 29 8月, 2017 2 次提交
  14. 25 8月, 2017 7 次提交
  15. 23 8月, 2017 1 次提交
  16. 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
  17. 09 8月, 2017 1 次提交
  18. 24 7月, 2017 1 次提交