1. 20 4月, 2012 5 次提交
  2. 19 4月, 2012 11 次提交
  3. 07 4月, 2012 1 次提交
  4. 08 3月, 2012 1 次提交
  5. 20 2月, 2012 1 次提交
    • E
      atl1c: dont use highprio tx queue · 11aad99a
      Eric Dumazet 提交于
      This driver attempts to use two TX rings but lacks proper support :
      
      1) IRQ handler only takes care of TX completion on first TX ring
      2) the stop/start logic uses the legacy functions (for non multiqueue
      drivers)
      
      This means all packets witk skb mark set to 1 are sent through high
      queue but are never cleaned and queue eventualy fills and block the
      device, triggering the infamous "NETDEV WATCHDOG" message.
      
      Lets use a single TX ring to fix the problem, this driver is not a real
      multiqueue one yet.
      
      Minimal fix for stable kernels.
      Reported-by: NThomas Meyer <thomas@m3y3r.de>
      Tested-by: NThomas Meyer <thomas@m3y3r.de>
      Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
      Cc: Jay Cliburn <jcliburn@gmail.com>
      Cc: Chris Snook <chris.snook@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      11aad99a
  6. 18 2月, 2012 1 次提交
  7. 07 2月, 2012 1 次提交
  8. 01 2月, 2012 1 次提交
  9. 17 11月, 2011 1 次提交
  10. 19 10月, 2011 1 次提交
  11. 07 10月, 2011 1 次提交
  12. 31 8月, 2011 1 次提交
  13. 18 8月, 2011 1 次提交
  14. 12 8月, 2011 1 次提交
  15. 22 7月, 2011 1 次提交
  16. 20 5月, 2011 1 次提交
  17. 22 4月, 2011 1 次提交
  18. 17 4月, 2011 1 次提交
  19. 08 4月, 2011 1 次提交
  20. 24 2月, 2011 1 次提交
  21. 12 2月, 2011 1 次提交
  22. 03 2月, 2011 1 次提交
  23. 23 12月, 2010 1 次提交
  24. 17 12月, 2010 1 次提交
  25. 25 10月, 2010 1 次提交
  26. 21 10月, 2010 1 次提交