1. 01 2月, 2010 11 次提交
  2. 23 1月, 2010 1 次提交
  3. 08 1月, 2010 2 次提交
  4. 04 12月, 2009 1 次提交
  5. 19 11月, 2009 1 次提交
  6. 04 9月, 2009 1 次提交
  7. 01 9月, 2009 1 次提交
  8. 15 8月, 2009 1 次提交
  9. 03 8月, 2009 1 次提交
  10. 09 7月, 2009 1 次提交
  11. 06 7月, 2009 2 次提交
  12. 13 6月, 2009 1 次提交
  13. 11 6月, 2009 1 次提交
  14. 02 5月, 2009 1 次提交
  15. 14 4月, 2009 1 次提交
  16. 07 4月, 2009 1 次提交
  17. 19 3月, 2009 1 次提交
    • K
      tulip: fix crash on iface up with shirq debug · 69145635
      Kyle McMartin 提交于
      Tulip is currently doing request_irq before it has done its
      initialization. This is usually not a problem because it hasn't
      enable interrupts yet, but with DEBUG_SHIRQ on, we call the irq handler
      when registering the interrupt as a sanity check.
      
      This can result in a NULL ptr dereference, so call tulip_init_ring
      before request_irq, and add a free_ring function to do the freeing
      now shared with tulip_close.
      
      Tested with a shell loop running ifup, ifdown in a loop a few hundred
      times with DEBUG_SHIRQ on.
      Signed-off-by: NKyle McMartin <kyle@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      69145635
  18. 14 3月, 2009 1 次提交
  19. 27 2月, 2009 1 次提交
  20. 18 2月, 2009 2 次提交
  21. 09 2月, 2009 1 次提交
  22. 03 2月, 2009 1 次提交
  23. 30 1月, 2009 1 次提交
  24. 22 1月, 2009 1 次提交
  25. 08 1月, 2009 3 次提交