1. 28 9月, 2020 6 次提交
  2. 21 9月, 2020 2 次提交
  3. 16 9月, 2020 1 次提交
  4. 26 8月, 2020 3 次提交
  5. 24 8月, 2020 1 次提交
  6. 28 7月, 2020 5 次提交
  7. 13 7月, 2020 1 次提交
  8. 09 7月, 2020 3 次提交
  9. 27 5月, 2020 1 次提交
  10. 06 5月, 2020 1 次提交
  11. 05 5月, 2020 7 次提交
  12. 24 3月, 2020 1 次提交
  13. 09 3月, 2020 1 次提交
  14. 06 3月, 2020 1 次提交
  15. 04 3月, 2020 1 次提交
  16. 02 3月, 2020 1 次提交
  17. 27 2月, 2020 1 次提交
  18. 27 1月, 2020 1 次提交
    • M
      bnxt_en: Improve link up detection. · 83d8f5e9
      Michael Chan 提交于
      In bnxt_update_phy_setting(), ethtool_get_link_ksettings() and
      bnxt_disable_an_for_lpbk(), we inconsistently use netif_carrier_ok()
      to determine link.  Instead, we should use bp->link_info.link_up
      which has the true link state.  The netif_carrier state may be off
      during self-test and while the device is being reset and may not always
      reflect the true link state.
      
      By always using bp->link_info.link_up, the code is now more
      consistent and more correct.  Some unnecessary link toggles are
      now prevented with this patch.
      Signed-off-by: NMichael Chan <michael.chan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      83d8f5e9
  19. 11 12月, 2019 1 次提交
  20. 25 11月, 2019 1 次提交