26 Apr, 2007

3 commits


25 Apr, 2007

1 commit


01 Mar, 2007

1 commit


03 Dec, 2006

3 commits


04 Oct, 2006

2 commits


23 Sep, 2006

2 commits

  • We do not always need proxy NDP functionality even we
    enable forwarding.

    Signed-off-by: YOSHIFUJI Hideaki
    Signed-off-by: David S. Miller

    YOSHIFUJI Hideaki
     
  • Documentation for the NetLabel system, this includes a basic overview
    of how NetLabel works, how LSM developers can integrate it into their
    favorite LSM, as well as documentation on the CIPSO related sysctl
    variables. Also, due to the difficulty of finding expired IETF
    drafts, I am including the IETF CIPSO draft that is the basis of the
    NetLabel CIPSO implementation.

    Signed-off-by: Paul Moore
    Signed-off-by: David S. Miller

    Paul Moore
     

18 Sep, 2006

1 commit

  • Turn Appropriate Byte Count off by default because it unfairly
    penalizes applications that do small writes. Add better documentation
    to describe what it is so users will understand why they might want to
    turn it on.

    Signed-off-by: Stephen Hemminger
    Signed-off-by: David S. Miller

    Stephen Hemminger
     

18 Aug, 2006

1 commit

  • this minor patch fixes the description of net.ipv4.tcp_mem sysctl
    in ip-sysctl.txt - the headline names the values "min, pressure, max",
    while the description uses the "low, pressure, high" values.
    Both tcp_rmem and tcp_wmem descriptions use the "min, pressure, max"
    values, so I have changed the tcp_mem to match this and not vice versa.

    Signed-off-by: Jan "Yenya" Kasprzak
    Signed-off-by: David S. Miller

    Jan "Yenya" Kasprzak
     

18 Jun, 2006

1 commit


21 Mar, 2006

7 commits


03 Feb, 2006

1 commit


04 Jan, 2006

1 commit

  • Another spin of Herbert Xu's "safer ip reassembly" patch
    for 2.6.16.

    (The original patch is here:
    http://marc.theaimsgroup.com/?l=linux-netdev&m=112281936522415&w=2
    and my only contribution is to have tested it.)

    This patch (optionally) does additional checks before accepting IP
    fragments, which can greatly reduce the possibility of reassembling
    fragments which originated from different IP datagrams.

    Signed-off-by: Herbert Xu
    Signed-off-by: Arthur Kepner
    Signed-off-by: David S. Miller

    Herbert Xu
     

11 Nov, 2005

1 commit

  • This is an updated version of the RFC3465 ABC patch originally
    for Linux 2.6.11-rc4 by Yee-Ting Li. ABC is a way of counting
    bytes ack'd rather than packets when updating congestion control.

    The orignal ABC described in the RFC applied to a Reno style
    algorithm. For advanced congestion control there is little
    change after leaving slow start.

    Signed-off-by: Stephen Hemminger
    Signed-off-by: David S. Miller

    Stephen Hemminger
     

29 Oct, 2005

1 commit


04 Oct, 2005

1 commit


24 Jun, 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