1. 23 8月, 2017 6 次提交
  2. 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
  3. 01 8月, 2017 2 次提交
  4. 06 7月, 2017 1 次提交
  5. 28 6月, 2017 5 次提交
  6. 02 5月, 2017 4 次提交
  7. 29 4月, 2017 4 次提交
  8. 21 4月, 2017 1 次提交
  9. 06 4月, 2017 5 次提交
  10. 19 2月, 2017 5 次提交
  11. 15 2月, 2017 1 次提交
  12. 25 1月, 2017 1 次提交
  13. 12 12月, 2016 4 次提交