1. 29 8月, 2014 1 次提交
  2. 23 8月, 2014 1 次提交
  3. 13 8月, 2014 1 次提交
  4. 17 7月, 2014 1 次提交
    • M
      r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_40 · 7a9810e7
      Michel Dänzer 提交于
      The ethernet port on my ASUS A88X Pro mainboard stopped working
      several times a day, with messages like these in dmesg:
      
      AMD-Vi: Event logged [IO_PAGE_FAULT device=05:00.0 domain=0x001e address=0x0000000000003000 flags=0x0050]
      
      Searching the web for these messages led me to similar reports about
      different hardware supported by r8169, and eventually to commits
      3ced8c95 ('r8169: enforce RX_MULTI_EN
      for the 8168f.') and eb2dc35d ('r8169:
      RxConfig hack for the 8168evl'). So I tried this change, and it fixes
      the problem for me.
      Signed-off-by: NMichel Dänzer <michel@daenzer.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      7a9810e7
  5. 12 7月, 2014 3 次提交
  6. 10 7月, 2014 1 次提交
  7. 14 5月, 2014 1 次提交
  8. 15 3月, 2014 1 次提交
  9. 13 3月, 2014 1 次提交
  10. 12 3月, 2014 1 次提交
  11. 25 2月, 2014 1 次提交
    • K
      r8169: initialize rtl8169_stats seqlock · 340fea3d
      Kyle McMartin 提交于
      Boris reports he's seeing:
      > [    9.195943] INFO: trying to register non-static key.
      > [    9.196031] the code is fine but needs lockdep annotation.
      > [    9.196031] turning off the locking correctness validator.
      > [    9.196031] CPU: 1 PID: 933 Comm: modprobe Not tainted 3.14.0-rc4+ #1
      with the r8169 driver.
      
      These are occuring because the seqcount embedded in u64_stats_sync on
      32-bit SMP is uninitialized which is making lockdep unhappy.
      Signed-off-by: NKyle McMartin <kyle@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      340fea3d
  12. 17 1月, 2014 1 次提交
  13. 30 11月, 2013 1 次提交
  14. 22 10月, 2013 1 次提交
  15. 12 9月, 2013 1 次提交
  16. 23 8月, 2013 1 次提交
  17. 21 8月, 2013 2 次提交
  18. 03 8月, 2013 1 次提交
  19. 25 7月, 2013 1 次提交
  20. 11 7月, 2013 1 次提交
  21. 20 5月, 2013 1 次提交
  22. 30 4月, 2013 1 次提交
  23. 20 4月, 2013 2 次提交
  24. 08 4月, 2013 8 次提交
  25. 05 4月, 2013 1 次提交
  26. 01 3月, 2013 1 次提交
  27. 09 2月, 2013 2 次提交
  28. 28 1月, 2013 1 次提交