1. 16 3月, 2021 1 次提交
  2. 17 2月, 2021 1 次提交
  3. 18 11月, 2020 1 次提交
  4. 28 10月, 2020 1 次提交
  5. 01 9月, 2020 3 次提交
  6. 24 8月, 2020 1 次提交
  7. 22 7月, 2020 14 次提交
  8. 26 6月, 2020 2 次提交
  9. 24 6月, 2020 2 次提交
  10. 20 6月, 2020 1 次提交
  11. 27 5月, 2020 1 次提交
  12. 19 5月, 2020 1 次提交
    • D
      net: phy: simplify phy_link_change arguments · a307593a
      Doug Berger 提交于
      This function was introduced to allow for different handling of
      link up and link down events particularly with regard to the
      netif_carrier. The third argument do_carrier allowed the flag to
      be left unchanged.
      
      Since then the phylink has introduced an implementation that
      completely ignores the third parameter since it never wants to
      change the flag and the phylib always sets the third parameter
      to true so the flag is always changed.
      
      Therefore the third argument (i.e. do_carrier) is no longer
      necessary and can be removed. This also means that the phylib
      phy_link_down() function no longer needs its second argument.
      Signed-off-by: NDoug Berger <opendmb@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a307593a
  13. 25 4月, 2020 1 次提交
  14. 31 3月, 2020 3 次提交
  15. 18 3月, 2020 2 次提交
  16. 15 3月, 2020 1 次提交
  17. 10 3月, 2020 2 次提交
  18. 04 3月, 2020 1 次提交
  19. 28 2月, 2020 1 次提交