Tag 'v2.6.33' created by Stephen Hemminger <[email protected]> at
2010-02-25 03:57 -0800
v2.6.33
Changes since v2.6.29-1:
Alex Badea (2):
ip xfrm state: parse and print "icmp" and "af-unspec" flags
ip xfrm policy: allow different tmpl family
Alexandre Cassen (1):
IPv6: 6rd iproute2 support
Andreas Henriksson (10):
iproute2: drop equalize support.
Bug#526329: iproute: Segfault on garbage lladdr
iproute: typo in ip manpage
iproute2: use -fPIC in lib/
iproute: make ss --help output to stdout
Keep the old tc/ipt/xt module for compatibility.
Add new (iptables 1.4.5 compatible) tc/ipt/xt module.
Slightly improve the configure script.
iproute2: avoid using bashisms in configure script.
iproute2: drop equalize support
Arnd Bergmann (1):
iproute2/iplink: add macvlan options for bridge mode
Brian Haley (3):
ipv6: Add IFA_F_DADFAILED flag
Add dadfailed option to ip command
ip: print "temporary" for IPv6 temp addresses
David Ward (2):
iproute2: Support 20-byte link layer address in idxmap
iproute2: Add ll_index_to_addr function
Denys Fedoryshchenko (1):
Filter class output by classid
Eric Dumazet (2):
ss: correct display of sk pointer
ss: adds a space before congestion string
Florian Westphal (5):
tc: man: add limit parameter to tc-sfq man page
tc: man: SO_PRIORITY is described in socket documentation, not tc one
tc: red, gred, tbf: more helpful error messages
tc: remove stale code
tc: man: add man page for drr scheduler
Gilad Ben-Yossef (1):
iproute2 add hoplimit parsing and update usage and documentation
Jamal Hadi Salim (1):
skbedit: Add support to mark packets
Mark Borst (1):
iproute: "ip mroute show" doesn't show all output interfaces
Mike Frysinger (6):
tc/q_atm.so: respect LDFLAGS
arpd/ifstat/nstat/rtacct: use daemon()
support static-only systems
tc: remove dlfcn.h from files that dont need it
Ignore GDB related files
tc: respect LDFLAGS for %.so targets
Olaf Rempel (1):
iproute2-2.6.14-051107: missing arpd directory
Oliver Hartkopp (2):
Add support Controller Area Network
iproute2: add vcan to ip link help text
Patrick McHardy (4):
iproute uses too small of a receive buffer
f_fw: fix compat mode
iplink_vlan: add support for VLAN loose binding flag
iprule: add oif classification support
Petr Jediný (1):
Changing commandline help text to be more uniform...
Sascha Hlusiak (2):
iptunnel: allow ISATAP with stateless autoconf
iproute2: ISATAP potential router list
Simon Horman (1):
flush secondary addresses before primary ones
Srivats P (1):
ip6tunnel: Fix no default display of ip4ip6 tunnels
Stephen Hemminger (23):
remove duplicate limits.h
Remove goto chain
Add u32 extension to match on ether source/destination
Add IPV6 match pretty print
Allow default DP of zero in gred
fix handling of GRED DPs args
Fix flushing of large number of entries
update kernel headers to 2.6.31-rc5
Fix typo in IPPROTO_DCCP
add include/linux/if_arp.h
Update kernel headers to 2.6.31
Update to 2.6.32 kernel headers
Consolidate fprintf statements
Add static-syms.h to ignore
Add more files to gitignore
iproute2-091117
Remove Changes: comments
Fix warning about strtod() return value
Fix warning about sprintf() and NSTAT_HIST
iproute2-091226
Update exported kernel headers
iproute2-100205
iproute2-10224
Sven Anders (1):
Fix flushing code - rtnl_send_check
Thomas Egerer (1):
Fix display of xfrm
Thomas Graf (1):
cgroup support
Varun Chandramohan (2):
Add Monitor Support For Neigh Table
Enable Type Labels For "ip monitor all"
Wolfgang Grandegger (2):
iproute2: Fixes an issue with cross-compilation
iproute2: Support for the CAN netlink
jamal (1):
ip: Allow for easier debug of buggy devices that dont send their names
---
.gitignore | 17 +
Makefile | 10
configure | 93 +++++-
doc/ip-cref.tex | 21 -
genl/Makefile | 15 +
genl/static-syms.c | 6
include/SNAPSHOT.h | 2
include/dlfcn.h | 39 ++
include/libnetlink.h | 14 +
include/linux/can/netlink.h | 113 ++++++++
include/linux/fib_rules.h | 17 -
include/linux/gen_stats.h | 16 -
include/linux/if.h | 20 -
include/linux/if_addr.h | 10
include/linux/if_addrlabel.h | 6
include/linux/if_arp.h | 156 +++++++++++
include/linux/if_ether.h | 12
include/linux/if_link.h | 42 +--
include/linux/if_tunnel.h | 33 +-
include/linux/if_vlan.h | 1
include/linux/neighbour.h | 19 -
include/linux/netdevice.h | 86 ++++++
include/linux/netfilter/x_tables.h | 51 +--
include/linux/netfilter/xt_tcpudp.h | 26 -
include/linux/netfilter_ipv4/ip_tables.h | 15 -
include/linux/netlink.h | 17 -
include/linux/pkt_cls.h | 84 ++----
include/linux/pkt_sched.h | 111 ++-----
include/linux/rtnetlink.h | 59 +---
include/linux/socket.h | 285 --------------------
include/linux/tc_act/tc_gact.h | 9
include/linux/tc_act/tc_ipt.h | 3
include/linux/tc_act/tc_mirred.h | 6
include/linux/tc_act/tc_nat.h | 6
include/linux/tc_act/tc_pedit.h | 9
include/linux/tc_act/tc_skbedit.h | 2
include/linux/tc_ematch/tc_em_cmp.h | 6
include/linux/tc_ematch/tc_em_meta.h | 15 -
include/linux/tc_ematch/tc_em_nbyte.h | 3
include/linux/types.h | 127 ---------
include/linux/xfrm.h | 37 +-
include/ll_map.h | 2
ip/Makefile | 19 +
ip/ip.c | 23 +
ip/ip6tunnel.c | 6
ip/ipaddress.c | 69 ++++
ip/iplink.c | 6
ip/iplink_can.c | 264 ++++++++++++++++++
ip/iplink_macvlan.c | 93 ++++++
ip/iplink_vlan.c | 11
ip/ipmonitor.c | 24 +
ip/ipmroute.c | 3
ip/ipneigh.c | 4
ip/iproute.c | 31 +-
ip/iprule.c | 17 -
ip/iptunnel.c | 149 +++++++++-
ip/ipxfrm.c | 82 ++---
ip/static-syms.c | 6
ip/tunnel.c | 31 ++
ip/tunnel.h | 3
ip/xfrm.h | 2
ip/xfrm_policy.c | 4
ip/xfrm_state.c | 6
lib/Makefile | 1
lib/libnetlink.c | 95 ++++--
lib/ll_map.c | 23 +
lib/ll_proto.c | 2
lib/ll_types.c | 1
lib/utils.c | 4
man/man8/ip.8 | 61 +++-
man/man8/tc-drr.8 | 94 ++++++
man/man8/tc-prio.8 | 2
man/man8/tc-sfq.8 | 3
man/man8/tc.8 | 1
misc/arpd.c | 24 -
misc/ifstat.c | 8
misc/nstat.c | 16 -
misc/rtacct.c | 8
misc/ss.c | 28 +-
tc/Makefile | 41 ++
tc/em_cmp.c | 1
tc/em_meta.c | 1
tc/em_nbyte.c | 1
tc/em_u32.c | 1
tc/f_cgroup.c | 115 ++++++++
tc/f_fw.c | 16 -
tc/f_route.c | 2
tc/f_rsvp.c | 2
tc/f_tcindex.c | 4
tc/f_u32.c | 284 ++++++++++++--------
tc/m_ipt.c | 5
tc/m_nat.c | 1
tc/m_skbedit.c | 29 +-
tc/m_xt.c | 159 ++---------
tc/m_xt_old.c | 433 +++++++++++++++++++++++++++++++
tc/q_atm.c | 2
tc/q_cbq.c | 3
tc/q_drr.c | 1
tc/q_dsmark.c | 3
tc/q_fifo.c | 2
tc/q_gred.c | 56 ++--
tc/q_htb.c | 2
tc/q_ingress.c | 2
tc/q_multiq.c | 2
tc/q_netem.c | 6
tc/q_prio.c | 8
tc/q_red.c | 16 -
tc/q_rr.c | 8
tc/q_sfq.c | 2
tc/q_tbf.c | 8
tc/static-syms.c | 6
tc/tc.c | 4
tc/tc_class.c | 10
113 files changed, 2687 insertions(+), 1394 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn