1. 02 10月, 2014 6 次提交
  2. 23 9月, 2014 1 次提交
  3. 17 9月, 2014 1 次提交
  4. 14 9月, 2014 2 次提交
  5. 29 8月, 2014 1 次提交
  6. 23 8月, 2014 1 次提交
  7. 13 8月, 2014 1 次提交
  8. 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
  9. 12 7月, 2014 3 次提交
  10. 10 7月, 2014 1 次提交
  11. 14 5月, 2014 1 次提交
  12. 15 3月, 2014 1 次提交
  13. 13 3月, 2014 1 次提交
  14. 12 3月, 2014 1 次提交
  15. 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
  16. 17 1月, 2014 1 次提交
  17. 30 11月, 2013 1 次提交
  18. 22 10月, 2013 1 次提交
  19. 12 9月, 2013 1 次提交
  20. 23 8月, 2013 1 次提交
  21. 21 8月, 2013 2 次提交
  22. 03 8月, 2013 1 次提交
  23. 25 7月, 2013 1 次提交
  24. 11 7月, 2013 1 次提交
  25. 20 5月, 2013 1 次提交
  26. 30 4月, 2013 1 次提交
  27. 20 4月, 2013 2 次提交
  28. 08 4月, 2013 3 次提交