1. 29 1月, 2008 1 次提交
  2. 11 10月, 2007 1 次提交
    • I
      [TCP]: Move sack_ok access to obviously named funcs & cleanup · e60402d0
      Ilpo Järvinen 提交于
      Previously code had IsReno/IsFack defined as macros that were
      local to tcp_input.c though sack_ok field has user elsewhere too
      for the same purpose. This changes them to static inlines as
      preferred according the current coding style and unifies the
      access to sack_ok across multiple files. Magic bitops of sack_ok
      for FACK and DSACK are also abstracted to functions with
      appropriate names.
      
      Note:
      - One sack_ok = 1 remains but that's self explanary, i.e., it
        enables sack
      - Couple of !IsReno cases are changed to tcp_is_sack
      - There were no users for IsDSack => I dropped it
      Signed-off-by: NIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e60402d0
  3. 08 6月, 2007 1 次提交
  4. 31 5月, 2007 1 次提交
  5. 26 4月, 2007 1 次提交
  6. 11 2月, 2007 1 次提交
  7. 03 12月, 2006 1 次提交
  8. 23 9月, 2006 1 次提交
  9. 21 3月, 2006 1 次提交
  10. 11 11月, 2005 1 次提交
  11. 30 8月, 2005 5 次提交
  12. 09 7月, 2005 1 次提交
  13. 19 6月, 2005 4 次提交
  14. 06 5月, 2005 1 次提交
  15. 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