1. 19 4月, 2012 5 次提交
  2. 17 4月, 2012 1 次提交
  3. 16 4月, 2012 9 次提交
  4. 14 4月, 2012 1 次提交
  5. 07 4月, 2012 2 次提交
  6. 20 3月, 2012 1 次提交
  7. 08 3月, 2012 1 次提交
  8. 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
  9. 18 2月, 2012 1 次提交
  10. 07 2月, 2012 1 次提交
  11. 01 2月, 2012 1 次提交
  12. 23 11月, 2011 1 次提交
  13. 17 11月, 2011 1 次提交
  14. 09 11月, 2011 1 次提交
  15. 19 10月, 2011 1 次提交
  16. 08 10月, 2011 1 次提交
  17. 07 10月, 2011 1 次提交
  18. 16 9月, 2011 1 次提交
  19. 31 8月, 2011 3 次提交
  20. 27 8月, 2011 1 次提交
    • J
      drivers/net/ethernet/*: Enabled vendor Kconfig options · 88f07484
      Jeff Kirsher 提交于
      Based on finds for Stephen Rothwell, where current defconfig's
      enable a ethernet driver and it is not compiled due to the newly
      added NET_VENDOR_* component of Kconfig.
      
      This patch enables all the "new" Kconfig options so that current
      defconfig's will continue to compile the expected drivers.  In
      addition, by enabling all the new Kconfig options does not add
      any un-expected options.
      
      CC: Stephen Rothwll <sfc@canb.auug.org.au>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      88f07484
  21. 18 8月, 2011 1 次提交
  22. 12 8月, 2011 1 次提交