Documentation/networking/ip-sysctl.txt | 7 ------ debian/changelog | 8 +++++++ drivers/net/igb/e1000_regs.h | 2 - drivers/net/igb/igb.h | 13 ++---------- drivers/net/igb/igb_ethtool.c | 20 +++++------------- drivers/net/igb/igb_main.c | 23 --------------------- include/linux/inetdevice.h | 5 +--- include/linux/sysctl.h | 3 -- kernel/sysctl_check.c | 2 - net/ipv4/devinet.c | 2 - net/ipv4/route.c | 35 +-------------------------------- 11 files changed, 24 insertions(+), 96 deletions(-)
New commits: commit 6e87894aa73347a1063dee0d2148ea26e1cbc111 Author: Stephen Hemminger <[email protected]> Date: Wed Jul 22 17:34:34 2009 -0700 2.6.30-1+vyatta+11+jenner4 commit df881424be8b92d46e691e72fa73bc4bdae4f9c7 Author: Stephen Hemminger <[email protected]> Date: Wed Jul 22 16:29:03 2009 -0700 Remove unused send-to-self patch This send-to-self over network patch was only for my performance testing, and is not supported by upstream so remove it. commit 1f2ee7e24a6dc4aa448196a4e448438c1220610f Author: Stephen Hemminger <[email protected]> Date: Wed Jul 22 15:48:34 2009 -0700 Fix some reverse path filter and link filter config issues Reverse path filter has mulitple values so AND won't work, want the maximum config value. commit 41cc17b62f065d3210a6a436cb3708ddec66abf3 Author: Stephen Hemminger <[email protected]> Date: Wed Jul 22 15:27:55 2009 -0700 Use upstream version of IGB driver Beter to use 2.6.30.2 version of driver, the Vyatta changes were some statistics that are unimportant and show up in later kernels. http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=6e87894aa73347a1063dee0d2148ea26e1cbc111 http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=df881424be8b92d46e691e72fa73bc4bdae4f9c7 http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=1f2ee7e24a6dc4aa448196a4e448438c1220610f http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=41cc17b62f065d3210a6a436cb3708ddec66abf3 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
