debian/changelog | 27 +++++++++++++ include/linux/if.h | 2 + include/linux/if_link.h | 5 +- include/linux/netdevice.h | 37 ------------------ include/linux/netlink.h | 2 - include/linux/rtnetlink.h | 1 include/linux/tc_ematch/tc_em_text.h | 19 +++++++++ include/linux/types.h | 5 ++ ip/ip6tunnel.c | 15 +++++-- ip/iproute.c | 30 +++++++++++++++ ip/iptunnel.c | 16 +++++--- ip/ipxfrm.c | 7 +++ ip/link_gre.c | 4 +- ip/tunnel.c | 69 ++++++----------------------------- ip/tunnel.h | 4 -- misc/ifstat.c | 19 ++++----- tc/q_gred.c | 5 +- 17 files changed, 139 insertions(+), 128 deletions(-)
New commits: commit 18142646aa273d21ed09deb36ac9213e455aef40 Author: Stephen Hemminger <[email protected]> Date: Mon Nov 29 12:17:46 2010 -0800 20100804-vyatta5 commit ea71beacacb9ebf756bbc250c71df59ec2f46243 Author: Stephen Hemminger <[email protected]> Date: Sun Nov 28 10:35:28 2010 -0800 Use standard routines for interface name to index etc Use the available libraries for mapping from interface index to name or type. This should speed up display with lots of interfaces commit 82408fc17dcc44ccfad82ad7ae00fc815b311b98 Author: Stephen Hemminger <[email protected]> Date: Thu Nov 18 15:25:38 2010 -0800 Workaround for repeated distclean The subdirectory makefiles need Config file to exist. Therefore create it, then run make clean, then remove it. 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. commit a571587d0b27a2c1492019c3abeb6fb0c0e606ce Author: Eric Dumazet <[email protected]> Date: Mon Aug 23 21:44:56 2010 +0200 iproute2: add 64bit support to ifstat Le lundi 23 août 2010 à 10:33 -0700, Stephen Hemminger a écrit : > I think this breaks the wraparound detection code in this command. > > OK lets fix the bug only, before adding 64bit counters capabilities. Thanks [PATCH] iproute2: add 64bit arches support to ifstat ifstat assumes IFLA_STATS fields are "unsigned long", but they are __u32. This fix is needed to let ifstat run on 64bit arches. Signed-off-by: Eric Dumazet <[email protected]> commit daf7bd5c73aa3b7c91d83abf500c8749bec6e6d5 Author: Stephen Hemminger <[email protected]> Date: Mon Aug 23 09:13:05 2010 -0700 Use correct rt_link_statistics In recent kernels, net_device_stats is not exposed and the code shoulf have used rt_link_statistics. Also, fix use of sprintf with user supplied value. commit b0373bfbbcc82fa68d3c7f0507cf4b1d8c54268b Author: Eric Dumazet <[email protected]> Date: Wed Jul 21 11:42:50 2010 +0200 ip: add RTA_MARK support Adds support for RTA_MARK rt attribute added in linux-2.6.36 $ ip route get ADDR mark 4 192.168.20.110 dev eth1 src 192.168.20.108 mark 4 cache mtu 1500 advmss 1460 hoplimit 64 $ ip route get 192.168.20.108 from ADDR iif STRING mark 256 local 192.168.20.108 from 192.168.20.110 dev lo src 192.168.20.108 mark 0x100 cache <local,src-direct> iif eth1 $ ip route list cache [ADDR] mark NUMBER Hexadecimal output if mark >= 16 null marks are not displayed. Signed-off-by: Eric Dumazet <[email protected]> commit 04a9fc0a50f9a7677f22c9746cf2f4aadc2c8257 Author: Stephen Hemminger <[email protected]> Date: Mon Aug 23 08:35:08 2010 -0700 Update kernel headers to 2.6.36-rc2 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h142646aa273d21ed09deb36ac9213e455aef40 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;hê71beacacb9ebf756bbc250c71df59ec2f46243 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h408fc17dcc44ccfad82ad7ae00fc815b311b98 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h?5c1a01e6bc15593635705aa0b19dcac965be26 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;hfabc090724a14baa0b931ecab4ea22ce91c4fb0 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;hË4bd0ec8dcba856d1ebf8b3f72b79f669dad0f4 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h¥71587d0b27a2c1492019c3abeb6fb0c0e606ce http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;hÚf7bd5c73aa3b7c91d83abf500c8749bec6e6d5 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h°373bfbbcc82fa68d3c7f0507cf4b1d8c54268b http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;ha9fc0a50f9a7677f22c9746cf2f4aadc2c8257
_______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
