05 Nov, 2009

1 commit

  • This cleanup patch puts struct/union/enum opening braces,
    in first line to ease grep games.

    struct something
    {

    becomes :

    struct something {

    Signed-off-by: Eric Dumazet
    Signed-off-by: David S. Miller

    Eric Dumazet
     

04 Mar, 2009

1 commit

  • Currently it is possible to do just about everything with the arp table
    from user space except treat an entry like you are using it. To that end
    implement and a flag NTF_USE that when set in a netwlink update request
    treats the neighbour table entry like the kernel does on the output path.

    This allows user space applications to share the kernel's arp cache.

    Signed-off-by: Eric Biederman
    Signed-off-by: David S. Miller

    Eric Biederman
     

31 Jan, 2009

1 commit


23 Sep, 2006

2 commits