include/linux/if_ether.h | 2 +- include/linux/netdevice.h | 30 ------------------------------ include/linux/netlink.h | 2 -- include/linux/tc_ematch/tc_em_text.h | 19 +++++++++++++++++++ include/linux/types.h | 5 +++++ ip/ipxfrm.c | 7 ++++++- tc/q_gred.c | 5 ++--- 7 files changed, 33 insertions(+), 37 deletions(-)
New commits: commit 3f5c1a01e6bc15593635705aa0b19dcac965be26 Author: Stephen Hemminger <[email protected]> Date: Wed Oct 20 17:38:04 2010 -0700 Update to 2.6.36 headers Use santized headers from 2.6.36 release commit 66abc090724a14baa0b931ecab4ea22ce91c4fb0 Author: Ulrich Weber <[email protected]> Date: Mon Sep 13 08:23:01 2010 -0700 iproute2: display xfrm socket policy direction display socket policy direction Signed-off-by: Ulrich Weber <[email protected]> commit cb4bd0ec8dcba856d1ebf8b3f72b79f669dad0f4 Author: Stephen Hemminger <[email protected]> Date: Wed Aug 25 09:04:55 2010 -0700 Fix GRED options clearing Bug reported where priorities of GRED DP's are ignored. The option parsing sets opt then memset was clearing these values. http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=3f5c1a01e6bc15593635705aa0b19dcac965be26 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=66abc090724a14baa0b931ecab4ea22ce91c4fb0 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=cb4bd0ec8dcba856d1ebf8b3f72b79f669dad0f4 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
