Documentation/networking/ip-sysctl.txt |    7 ++
 Documentation/networking/ipv6.txt      |   37 +++++++++++++++
 debian/changelog                       |   13 +++++
 include/linux/ipv6.h                   |    6 ++
 net/ipv6/addrconf.c                    |   81 ++++++++++++++++++++++++++++++---
 net/ipv6/af_inet6.c                    |   22 ++++++--
 net/socket.c                           |    2 
 7 files changed, 157 insertions(+), 11 deletions(-)

New commits:
commit a74fefa623d45a72a375a7f2a8ab04d6ffad00c2
Author: Stephen Hemminger <[email protected]>
Date:   Wed Aug 26 22:37:22 2009 -0700

    2.6.30-1+vyatta+11+jenner7

commit d255234af6b4e5ebd2e90119169d1a10da405f81
Author: Stephen Hemminger <[email protected]>
Date:   Wed Aug 26 22:34:20 2009 -0700

    ipv6: backport for rtnl_lock restart
    
    restart_syscall is not in 2.6.30, and not absolutely necessary
    for the addrconf disable code.

commit 2b3e2bfa063b0ec874e61daf447070fc0d7dc4b3
Author: Brian Haley <[email protected]>
Date:   Mon Jun 1 03:07:33 2009 -0700

    IPv6: Add 'autoconf' and 'disable_ipv6' module parameters
    
    Add 'autoconf' and 'disable_ipv6' parameters to the IPv6 module.
    
    The first controls if IPv6 addresses are autoconfigured from
    prefixes received in Router Advertisements.  The IPv6 loopback
    (::1) and link-local addresses are still configured.
    
    The second controls if IPv6 addresses are desired at all.  No
    IPv6 addresses will be added to any interfaces.
    
    Signed-off-by: Brian Haley <[email protected]>
    Signed-off-by: David S. Miller <[email protected]>

commit 650e0c11c6876203a7c17ea2ecefb467783ab8ef
Author: Linus Torvalds <[email protected]>
Date:   Thu Aug 13 08:28:36 2009 -0700

    Make sock_sendpage() use kernel_sendpage()
    
    kernel_sendpage() does the proper default case handling for when the
    socket doesn't have a native sendpage implementation.
    
    Now, arguably this might be something that we could instead solve by
    just specifying that all protocols should do it themselves at the
    protocol level, but we really only care about the common protocols.
    Does anybody really care about sendpage on something like Appletalk? Not
    likely.
    
    Acked-by: David S. Miller <[email protected]>
    Acked-by: Julien TINNES <[email protected]>
    Acked-by: Tavis Ormandy <[email protected]>
    Cc: [email protected]
    Signed-off-by: Linus Torvalds <[email protected]>

http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=a74fefa623d45a72a375a7f2a8ab04d6ffad00c2
http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=d255234af6b4e5ebd2e90119169d1a10da405f81
http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=2b3e2bfa063b0ec874e61daf447070fc0d7dc4b3
http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=650e0c11c6876203a7c17ea2ecefb467783ab8ef
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to