1. 13 4月, 2011 2 次提交
  2. 08 4月, 2011 2 次提交
  3. 05 4月, 2011 5 次提交
  4. 31 3月, 2011 3 次提交
  5. 29 3月, 2011 4 次提交
  6. 22 3月, 2011 1 次提交
  7. 15 3月, 2011 2 次提交
  8. 12 3月, 2011 2 次提交
  9. 10 3月, 2011 1 次提交
  10. 08 3月, 2011 3 次提交
  11. 05 3月, 2011 1 次提交
  12. 02 3月, 2011 2 次提交
  13. 26 2月, 2011 5 次提交
  14. 24 2月, 2011 2 次提交
  15. 21 2月, 2011 1 次提交
    • E
      net: Fix more stale on-stack list_head objects. · 5f04d506
      Eric W. Biederman 提交于
      From: Eric W. Biederman <ebiederm@xmission.com>
      
      In the beginning with batching unreg_list was a list that was used only
      once in the lifetime of a network device (I think).  Now we have calls
      using the unreg_list that can happen multiple times in the life of a
      network device like dev_deactivate and dev_close that are also using the
      unreg_list.  In addition in unregister_netdevice_queue we also do a
      list_move because for devices like veth pairs it is possible that
      unregister_netdevice_queue will be called multiple times.
      
      So I think the change below to fix dev_deactivate which Eric D. missed
      will fix this problem.  Now to go test that.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5f04d506
  16. 19 2月, 2011 4 次提交