1. 08 8月, 2007 1 次提交
  2. 31 5月, 2007 1 次提交
    • J
      [NET]: parse ip:port strings correctly in in4_pton · 83f03fa5
      Jerome Borsboom 提交于
      in4_pton converts a textual representation of an ip4 address
      into an integer representation. However, when the textual representation
      is of in the form ip:port, e.g. 192.168.1.1:5060, and 'delim' is set to
      -1, the function bails out with an error when reading the colon.
      
      It makes sense to allow the colon as a delimiting character without
      explicitly having to set it through the 'delim' variable as there can be
      no ambiguity in the point where the ip address is completely parsed. This
      function is indeed called from nf_conntrack_sip.c in this way to parse
      textual ip:port combinations which fails due to the reason stated above.
      Signed-off-by: NJerome Borsboom <j.borsboom@erasmusmc.nl>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      83f03fa5
  3. 26 4月, 2007 2 次提交
  4. 11 2月, 2007 1 次提交
  5. 03 12月, 2006 1 次提交
  6. 17 10月, 2006 1 次提交
  7. 29 9月, 2006 1 次提交
  8. 23 9月, 2006 2 次提交
  9. 18 8月, 2006 1 次提交
  10. 11 4月, 2006 1 次提交
  11. 06 2月, 2006 1 次提交
  12. 07 1月, 2006 1 次提交
  13. 14 11月, 2005 1 次提交
  14. 30 8月, 2005 1 次提交
  15. 28 7月, 2005 1 次提交
  16. 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