1. 11 10月, 2007 1 次提交
  2. 31 8月, 2007 1 次提交
  3. 30 8月, 2007 1 次提交
  4. 05 5月, 2007 1 次提交
    • V
      [SCTP]: Set assoc_id correctly during INIT collision. · 07d93967
      Vlad Yasevich 提交于
      During the INIT/COOKIE-ACK collision cases, it's possible to get
      into a situation where the association id is not yet set at the time
      of the user event generation.  As a result, user events have an
      association id set to 0 which will confuse applications.
      
      This happens if we hit case B of duplicate cookie processing.
      In the particular example found and provided by Oscar Isaula
      <Oscar.Isaula@motorola.com>, flow looks like this:
      A				B
      ---- INIT------->  (lost)
      	    <---------INIT------
      ---- INIT-ACK--->
      	    <------ Cookie ECHO
      
      When the Cookie Echo is received, we end up trying to update the
      association that was created on A as a result of the (lost) INIT,
      but that association doesn't have the ID set yet.
      Signed-off-by: NVlad Yasevich <vladislav.yasevich@hp.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      07d93967
  5. 26 4月, 2007 2 次提交
  6. 11 2月, 2007 1 次提交
  7. 31 1月, 2007 1 次提交
  8. 24 1月, 2007 1 次提交
  9. 03 12月, 2006 8 次提交
  10. 22 7月, 2006 1 次提交
  11. 20 5月, 2006 1 次提交
  12. 18 1月, 2006 1 次提交
  13. 10 1月, 2006 1 次提交
  14. 04 1月, 2006 1 次提交
  15. 12 11月, 2005 1 次提交
  16. 09 10月, 2005 1 次提交
  17. 12 7月, 2005 1 次提交
  18. 21 6月, 2005 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