03 Dec, 2006

2 commits


23 Sep, 2006

2 commits


01 Jul, 2006

1 commit


12 Apr, 2006

1 commit

  • This closes a race where an ipq6hashfn() caller could get a hash value
    and race with the cycling of the random seed. By the time they got to
    the read_lock they'd have a stale hash value and might not find
    previous fragments of their datagram.

    This matches the previous patch to IPv4.

    Signed-off-by: Zach Brown
    Signed-off-by: David S. Miller

    Zach Brown
     

21 Mar, 2006

1 commit

  • Two minor cleanups:

    1. Using kzalloc() in fraq_alloc_queue()
    saves the memset() in ipv6_frag_create().

    2. Invert sense of if-statements to streamline code.
    Inverts the comment, too.

    Signed-off-by: Ingo Oeser
    Signed-off-by: David S. Miller

    Ingo Oeser
     

08 Jan, 2006

1 commit

  • Move nextheader offset to the IP6CB to make it possible to pass a
    packet to ip6_input_finish multiple times and have it skip already
    parsed headers. As a nice side effect this gets rid of the manual
    hopopts skipping in ip6_input_finish.

    Signed-off-by: Patrick McHardy
    Signed-off-by: David S. Miller

    Patrick McHardy
     

17 Nov, 2005

1 commit


09 Sep, 2005

1 commit


30 Aug, 2005

1 commit


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