03 Dec, 2009

1 commit

  • Define (missing) hash message size for SHA1.

    Define hashing size constants specific to TCP cookies.

    Add new function: tcp_cookie_generator().

    Maintain global secret values for tcp_cookie_generator().

    This is a significantly revised implementation of earlier (15-year-old)
    Photuris [RFC-2522] code for the KA9Q cooperative multitasking platform.

    Linux RCU technique appears to be well-suited to this application, though
    neither of the circular queue items are freed.

    These functions will also be used in subsequent patches that implement
    additional features.

    Signed-off-by: William.Allen.Simpson@gmail.com
    Acked-by: Eric Dumazet
    Signed-off-by: David S. Miller

    William Allen Simpson
     

17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds