1. 23 8月, 2017 9 次提交
  2. 19 8月, 2017 12 次提交
  3. 18 8月, 2017 4 次提交
  4. 16 8月, 2017 8 次提交
  5. 14 8月, 2017 2 次提交
  6. 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
  7. 09 8月, 2017 3 次提交
  8. 05 8月, 2017 1 次提交