1. 23 7月, 2012 1 次提交
  2. 30 6月, 2012 1 次提交
  3. 11 6月, 2012 1 次提交
  4. 17 4月, 2012 1 次提交
    • H
      dummy: Add ndo_uninit(). · 890fdf2a
      Hiroaki SHIMODA 提交于
      In register_netdevice(), when ndo_init() is successful and later
      some error occurred, ndo_uninit() will be called.
      So dummy deivce is desirable to implement ndo_uninit() method
      to free percpu stats for this case.
      And, ndo_uninit() is also called along with dev->destructor() when
      device is unregistered, so in order to prevent dev->dstats from
      being freed twice, dev->destructor is modified to free_netdev().
      Signed-off-by: NHiroaki SHIMODA <shimoda.hiroaki@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      890fdf2a
  5. 16 2月, 2012 1 次提交
  6. 17 11月, 2011 1 次提交
  7. 18 8月, 2011 1 次提交
  8. 06 5月, 2011 1 次提交
  9. 30 9月, 2010 1 次提交
  10. 01 9月, 2009 1 次提交
  11. 06 7月, 2009 1 次提交
  12. 21 11月, 2008 1 次提交
  13. 11 10月, 2007 1 次提交
  14. 12 7月, 2007 2 次提交
  15. 11 7月, 2007 3 次提交
  16. 14 9月, 2006 1 次提交
  17. 22 7月, 2006 1 次提交
  18. 01 7月, 2006 1 次提交
  19. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4
反馈
建议
客服 返回
顶部