1. 14 11月, 2017 1 次提交
  2. 26 10月, 2017 3 次提交
  3. 18 10月, 2017 8 次提交
  4. 15 10月, 2017 3 次提交
  5. 10 10月, 2017 2 次提交
    • B
      IB/core: Simplify sa_path_set_[sd]lid() calls · 9d187177
      Bart Van Assche 提交于
      Instead of making every caller convert the second argument of
      sa_path_set_slid() and sa_path_set_dlid() to big endian format,
      make these two functions accept LIDs in CPU endian format.
      This patch does not change any functionality.
      Signed-off-by: NBart Van Assche <bart.vanassche@wdc.com>
      Cc: Sean Hefty <sean.hefty@intel.com>
      Cc: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
      Cc: Don Hiatt <don.hiatt@intel.com>
      Cc: Ira Weiny <ira.weiny@intel.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      9d187177
    • K
      IB/ipoib: Convert timers to use timer_setup() · 6d290d69
      Kees Cook 提交于
      In preparation for unconditionally passing the struct timer_list pointer to
      all timer callbacks, switch to using the new timer_setup() and from_timer()
      to pass the timer pointer explicitly.
      
      Cc: Doug Ledford <dledford@redhat.com>
      Cc: Sean Hefty <sean.hefty@intel.com>
      Cc: Hal Rosenstock <hal.rosenstock@gmail.com>
      Cc: Leon Romanovsky <leon@kernel.org>
      Cc: Alex Vesker <valex@mellanox.com>
      Cc: Erez Shitrit <erezsh@mellanox.com>
      Cc: Zhu Yanjun <yanjun.zhu@oracle.com>
      Cc: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
      Cc: Paolo Abeni <pabeni@redhat.com>
      Cc: Ira Weiny <ira.weiny@intel.com>
      Cc: Yuval Shaia <yuval.shaia@oracle.com>
      Cc: linux-rdma@vger.kernel.org
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Reviewed-by: NLeon Romanovsky <leonro@mellanox.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      6d290d69
  6. 29 9月, 2017 1 次提交
  7. 27 9月, 2017 10 次提交
  8. 25 9月, 2017 3 次提交
  9. 23 9月, 2017 1 次提交
  10. 25 8月, 2017 3 次提交
  11. 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
  12. 09 8月, 2017 2 次提交
  13. 24 7月, 2017 1 次提交
  14. 23 7月, 2017 1 次提交