1. 11 Jun, 2007 1 commit
    • Jerome Borsboom's avatar
      [PATCH] NET: parse ip:port strings correctly in in4_pton · 4c63cc19
      Jerome Borsboom authored
      
      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: default avatarJerome Borsboom <j.borsboom@erasmusmc.nl>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      Signed-off-by: default avatarChris Wright <chrisw@sous-sol.org>
      4c63cc19
  2. 03 Dec, 2006 1 commit
  3. 17 Oct, 2006 1 commit
  4. 29 Sep, 2006 1 commit
  5. 22 Sep, 2006 2 commits
  6. 17 Aug, 2006 1 commit
  7. 11 Apr, 2006 1 commit
  8. 05 Feb, 2006 1 commit
  9. 06 Jan, 2006 1 commit
  10. 13 Nov, 2005 1 commit
  11. 29 Aug, 2005 1 commit
  12. 27 Jul, 2005 1 commit
  13. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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