16 Oct, 2007

2 commits


26 Apr, 2007

2 commits


03 Dec, 2006

3 commits


11 Nov, 2006

1 commit


29 Sep, 2006

1 commit


23 Sep, 2006

1 commit


04 Jan, 2006

2 commits

  • From: Roberto Nibali

    The attached patch (against current -GIT) is a cleanup patch which does
    following:

    o lookup debug messages shifted back to 9
    o added more informational value to flags and refcnt since those
    entries can be in multiple referenced structures
    o cleanup 80 char violation

    It's the prepatch to the session pool implementation and helps very much
    to debug and monitor important variables and structures regarding the
    threshold limitation and persistency without the thousands of lookup
    messages which noone is interested in.

    Signed-off-by: Horms
    Signed-off-by: David S. Miller

    Roberto Nibali
     
  • This patch removes dead code. I don't see the reason to keep this cruft
    around, besides cluttering the nice and functionally working code.

    Signed-off-by: Roberto Nibali
    Signed-off-by: Horms
    Signed-off-by: David S. Miller

    Roberto Nibali
     

30 Nov, 2005

1 commit

  • the patch below marks various variables const in net/; the goal is to
    move them to the .rodata section so that they can't false-share
    cachelines with things that get written to, as well as potentially
    helping gcc a bit with optimisations. (these were found using a gcc
    patch to warn about such variables)

    Signed-off-by: Arjan van de Ven
    Signed-off-by: David S. Miller

    Arjan van de Ven
     

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