Makefile | 3 include/linux/can/netlink.h | 113 ++++++++ include/linux/gen_stats.h | 2 include/linux/if.h | 4 include/linux/if_addr.h | 2 include/linux/if_ether.h | 37 ++ include/linux/if_link.h | 2 include/linux/if_tunnel.h | 21 - include/linux/if_vlan.h | 298 +++++++++++++++++++++++ include/linux/inet_diag.h | 16 + include/linux/neighbour.h | 1 include/linux/netdevice.h | 92 +++++++ include/linux/netfilter/x_tables.h | 465 ++++++++++++++++++++++++++++++++++-- include/linux/netfilter/xt_tcpudp.h | 20 - include/linux/netfilter_ipv4.h | 8 include/linux/netlink.h | 119 +++++++++ include/linux/rtnetlink.h | 165 ++++++++++++ include/linux/socket.h | 40 ++- include/linux/types.h | 62 ++++ include/linux/xfrm.h | 4 ip/Makefile | 2 ip/iplink.c | 6 ip/iplink_can.c | 264 ++++++++++++++++++++ ip/iptunnel.c | 74 +++++ ip/tunnel.c | 16 + ip/tunnel.h | 1 ip/xfrm.h | 2 lib/libnetlink.c | 4 man/man8/ip.8 | 24 + tc/f_u32.c | 57 ++++ tc/q_gred.c | 49 ++- tc/tc_class.c | 10 32 files changed, 1903 insertions(+), 80 deletions(-)
New commits: commit c1cdf2d2148ddeff9c622bdcc0671ffe002b7cd8 Author: Stephen Hemminger <[email protected]> Date: Thu Aug 6 14:38:18 2009 -0700 Fix typo in IPPROTO_DCCP commit c40bba6922b470c0fd0c7a7b8b09584527c468e9 Author: Stephen Hemminger <[email protected]> Date: Thu Aug 6 14:38:13 2009 -0700 update kernel headers to 2.6.31-rc5 commit 2d8240f8d95dfdc276dcf447623129fb5ccedcd6 Author: Stephen Hemminger <[email protected]> Date: Mon Jul 13 10:15:23 2009 -0700 Fix flushing of large number of entries Checking for errors would cause some responses to be lost. commit 1558971d43bbcd5db7f9be966654482a96179bf1 Author: Stephen Hemminger <[email protected]> Date: Tue May 26 15:58:05 2009 -0700 fix handling of GRED DPs args commit 5a2044782b6a0eb7594d3b3e2e32bbd6a63e77f1 Author: Wolfgang Grandegger <[email protected]> Date: Tue May 12 11:42:50 2009 +0200 iproute2: Support for the CAN netlink Signed-off-by: Wolfgang Grandegger <[email protected]> commit ed1af7e868829367f70079d0ad2b81c23e3cfc0f Author: Wolfgang Grandegger <[email protected]> Date: Tue May 12 11:42:49 2009 +0200 iproute2: Fixes an issue with cross-compilation Signed-off-by: Wolfgang Grandegger <[email protected]> commit a07e9912539d4ec26c954a9b03f04af987df6246 Author: Sascha Hlusiak <[email protected]> Date: Mon May 4 01:44:47 2009 +0200 iproute2: ISATAP potential router list --Boundary-01=_wxi/JRaNdLkbr7g Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Stephen, please review attached patch to add support for in-kernel potential router= =20 lists for ISATAP tunnels. Usage: ip tunnel add name isatap0 mode isatap local 192.168.1.100 ip tunnel prl dev isatap0 prl-default 192.168.1.1 ip tunnel prl dev isatap0 prl-nodefault 192.168.1.2 ip tunnel prl dev isatap0 prl-delete 192.168.1.1 ip tunnel show # pr and pdr will be listed as well Patch based on http://osprey67.com/seal/iproute2_diff.v0_3.txt by Fred L.=20 Templin. Thanks, Sascha commit f4a8b23d39813b5f839b9bd6ba780544fa803428 Author: Denys Fedoryshchenko <[email protected]> Date: Tue May 26 15:20:26 2009 -0700 Filter class output by classid Sometimes while dividing bandwidth by classes it is useful to see how some specific class doing things live. Which my simple patch it is possible to do watch -n1 "tc -s -d class show dev eth0.2022 classid 1:1520" and to get live statistics, how packets queued or dropped, and how much bandwidth used (if estimator defined) for specific class. Signed-off-by: Denys Fedoryshchenko <[email protected]> commit cb2eb9997a0292a144968d117f4d831c155ca71d Author: Andreas Henriksson <[email protected]> Date: Thu Apr 30 16:50:50 2009 +0200 Bug#526329: iproute: Segfault on garbage lladdr On tor, 2009-04-30 at 14:32 +0100, Timothy Baldwin wrote: > Package: iproute > Version: 20090324-1 > Severity: minor > > > $ ip link set eth0 address help > "help" is invalid lladdr. > Segmentation fault > > Desipte the invalid command line arguments it shouldn't crash. > Callers need to check return value from ll_addr_a2n(). Patch below. Signed-off-by: Andreas Henriksson <[email protected]> commit ebde878097a4494c47e682aff16233f2fe6a495e Author: Stephen Hemminger <[email protected]> Date: Tue May 26 15:15:01 2009 -0700 Allow default DP of zero in gred To emulate WRED behaviour, allow default DP of zero. commit d13cee6d598d8b078eefb3209bea069803c70021 Author: Stephen Hemminger <[email protected]> Date: Tue May 26 15:14:29 2009 -0700 Add IPV6 match pretty print http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=c1cdf2d2148ddeff9c622bdcc0671ffe002b7cd8 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=c40bba6922b470c0fd0c7a7b8b09584527c468e9 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=2d8240f8d95dfdc276dcf447623129fb5ccedcd6 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=1558971d43bbcd5db7f9be966654482a96179bf1 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=5a2044782b6a0eb7594d3b3e2e32bbd6a63e77f1 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=ed1af7e868829367f70079d0ad2b81c23e3cfc0f http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=a07e9912539d4ec26c954a9b03f04af987df6246 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=f4a8b23d39813b5f839b9bd6ba780544fa803428 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=cb2eb9997a0292a144968d117f4d831c155ca71d http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=ebde878097a4494c47e682aff16233f2fe6a495e http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=d13cee6d598d8b078eefb3209bea069803c70021 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
