debian/changelog | 7 +++++++ include/linux/ipv6.h | 2 ++ include/linux/netdevice.h | 2 ++ net/core/dev.c | 19 +++++++++++++++++-- net/core/net-sysfs.c | 5 ++--- net/core/rtnetlink.c | 2 +- net/ipv6/addrconf.c | 3 +++ net/ipv6/route.c | 12 ++++++++++++ 8 files changed, 46 insertions(+), 6 deletions(-)
New commits: commit 8832139b68870d0ef06019ec8e7306c5858bb046 Author: Stephen Hemminger <[email protected]> Date: Tue Mar 17 15:39:16 2009 -0700 2.6.28-1+vyatta+14 commit 92b8f9537187358017270d366e2a8513c2421d4c Author: Stephen Hemminger <[email protected]> Date: Tue Mar 17 14:28:52 2009 -0700 Add link_filter control for IPV6 Same as IPV4, this is a mechanism to keep system from responding if local interface is down. commit 4849b26f17be9b8e6778364e648bbfe731b4ca6c Author: Stephen Hemminger <[email protected]> Date: Tue Mar 17 11:31:37 2009 -0700 Handle modifying transmit queue length on active devices When transmit queue limit is changed on active device need to make sure it is drained first, and recreate when activated. http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=8832139b68870d0ef06019ec8e7306c5858bb046 http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=92b8f9537187358017270d366e2a8513c2421d4c http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=4849b26f17be9b8e6778364e648bbfe731b4ca6c _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
