1. 25 6月, 2018 3 次提交
  2. 23 6月, 2018 2 次提交
  3. 22 6月, 2018 2 次提交
  4. 21 6月, 2018 1 次提交
  5. 21 5月, 2018 1 次提交
    • H
      r8169: fix network error on resume from suspend · 52f8560e
      Heiner Kallweit 提交于
      This commit removed calls to rtl_set_rx_mode(). This is ok for the
      standard path if the link is brought up, however it breaks system
      resume from suspend. Link comes up but no network traffic.
      
      Meanwhile common code from rtl_hw_start_8169/8101/8168() was moved
      to rtl_hw_start(), therefore re-add the call to rtl_set_rx_mode()
      there.
      
      Due to adding this call we have to move definition of rtl_hw_start()
      after definition of rtl_set_rx_mode().
      Signed-off-by: NHeiner Kallweit <hkallweit1@gmail.com>
      Fixes: 82d3ff6d ("r8169: remove calls to rtl_set_rx_mode")
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      52f8560e
  6. 09 5月, 2018 1 次提交
    • H
      r8169: fix powering up RTL8168h · 3148dedf
      Heiner Kallweit 提交于
      Since commit a92a0849 "r8169: improve runtime pm in general and
      suspend unused ports" interfaces w/o link are runtime-suspended after
      10s. On systems where drivers take longer to load this can lead to the
      situation that the interface is runtime-suspended already when it's
      initially brought up.
      This shouldn't be a problem because rtl_open() resumes MAC/PHY.
      However with at least one chip version the interface doesn't properly
      come up, as reported here:
      https://bugzilla.kernel.org/show_bug.cgi?id=199549
      
      The vendor driver uses a delay to give certain chip versions some
      time to resume before starting the PHY configuration. So let's do
      the same. I don't know which chip versions may be affected,
      therefore apply this delay always.
      
      This patch was reported to fix the issue for RTL8168h.
      I was able to reproduce the issue on an Asus H310I-Plus which also
      uses a RTL8168h. Also in my case the patch fixed the issue.
      Reported-by: NSlava Kardakov <ojab@ojab.ru>
      Tested-by: NSlava Kardakov <ojab@ojab.ru>
      Signed-off-by: NHeiner Kallweit <hkallweit1@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3148dedf
  7. 03 5月, 2018 10 次提交
  8. 30 4月, 2018 8 次提交
  9. 23 4月, 2018 1 次提交
  10. 19 4月, 2018 11 次提交