Tag 'v2.6.35' created by Stephen Hemminger <[email protected]> at
2010-08-04 18:46 -0700
v2.6.35
Changes since v2.6.33:
Alexandre Cassen (1):
Detect 6rd kernel missing support / 6rd tunnel scope
Andreas Henriksson (3):
iproute2: detect iptables modules dir in configure.
iproute2: add option to build m_xt as a tc module (v3)
tc: make symbols loaded from tc action modules global.
Arnd Hannemann (1):
iproute2: Add dsfield as alias for tos for ip rules
Bart Trojanowski (1):
fix build issues with flex ver 2.5
Ben Greear (1):
iproute2: Fix batch-mode for mrules.
Brian Bloniarz (1):
ip: document initcwnd
Chris Wright (1):
iproute2: rework SR-IOV VF support
David Woodhouse (1):
Add 'ip tuntap' support.
Florian Westphal (1):
iproute2: fix addrlabel interface names handling
Hagen Paul Pfeifer (1):
tc: add new queue discipline: head drop fifo
Jamal Hadi Salim (3):
xfrm: policy by mark
xfrm: Introduce xfrm by mark
xfrm: add support for SA by mark
Jan Engelhardt (2):
ip: correctly report tunnel link type
Add IFLA_STATS64 support
Michele Petrazzo - Unipex (1):
Continue after errors in -batch
Mike Frysinger (3):
tc: revert "echo" in install target
dnet: fix strict aliasing warnings
netem: fix installs of dist files
Patrick McHardy (1):
ip: add support for multicast rules
Petr Lautrbach (1):
iproute: fix tc generating ipv6 priority filter
Stephen Hemminger (18):
Update headers for 2.6.33-net-next
Fix line numbering on batch commands
Merge branch 'master' of
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2
Merge branch 'master' of
master.kernel.org:/pub/scm/linux/kernel/git/shemminger/iproute2
Update to 2.6.34-rc2 headers
Workaround missing ALIGN() macro
Remove mirred debug message
Workaround missing ALIGN() macro.
Update ip.8 man page to describe route table id values
Update kernel headers to 2.6.34 final version
Add documentation for ip link add/delete sub-commands
ip: add documentation for initrwnd
v2.6.34
Update kernel derived headers
Update ARP header type table
Fix NULL pointer reference when using basic match
Fix byte order of ether address match for u32
snapshot 100804
Steve Fink (1):
ss -p is much too slow
Ulrich Weber (3):
iproute2: filter routing entries based on clone flag
iproute2: use get_user_hz() for IPv6 print_route
iproute2: use int instead of long for RTAX_HOPLIMIT compare
Williams, Mitch A (3):
Update man page to indicate current options
ip: Add support for setting and showing SR-IOV virtual funtion link params
libnetlink: Modify the parser to track first duplicated attributes
Wolfgang Grandegger (1):
iproute2: netlink support for bus-error reporting and counters
YOSHIFUJI Hideaki / åè¤è±æ (1):
gaiconf: /etc/gai.conf configuration helper.
jamal (1):
skbedit: use get_u32 for parsing mark
laurent chavey (1):
Add initrwnd to iproute2
---
configure | 23 ++
doc/ip-cref.tex | 7
examples/gaiconf | 134 +++++++++++++++
include/SNAPSHOT.h | 2
include/linux/can/netlink.h | 17 +
include/linux/genetlink.h | 1
include/linux/if.h | 2
include/linux/if_arp.h | 1
include/linux/if_ether.h | 1
include/linux/if_link.h | 153 +++++++++++++++++
include/linux/if_tun.h | 94 ++++++++++
include/linux/if_tunnel.h | 1
include/linux/netdevice.h | 1
include/linux/netfilter/x_tables.h | 30 ++-
include/linux/rtnetlink.h | 9 +
include/linux/xfrm.h | 12 +
ip/Makefile | 2
ip/ip.c | 9 -
ip/ip_common.h | 2
ip/ipaddress.c | 96 ++++++++++
ip/ipaddrlabel.c | 2
ip/iplink.c | 83 +++++++++
ip/iplink_can.c | 19 ++
ip/iproute.c | 30 +--
ip/iprule.c | 24 ++
ip/iptunnel.c | 2
ip/iptuntap.c | 323 +++++++++++++++++++++++++++++++++++++
ip/ipxfrm.c | 40 ++++
ip/tunnel.c | 11 -
ip/xfrm.h | 1
ip/xfrm_policy.c | 29 +++
ip/xfrm_state.c | 66 +++++--
lib/dnet_ntop.c | 8
lib/dnet_pton.c | 5
lib/libnetlink.c | 2
lib/ll_map.c | 6
lib/ll_types.c | 36 ----
man/man8/ip.8 | 164 +++++++++++++++++-
misc/ss.c | 134 ++++++++++-----
netem/Makefile | 4
tc/Makefile | 38 ++--
tc/emp_ematch.l | 30 +--
tc/f_u32.c | 46 ++++-
tc/m_action.c | 4
tc/m_ematch.c | 12 -
tc/m_mirred.c | 5
tc/m_skbedit.c | 2
tc/m_xt.c | 5
tc/m_xt_old.c | 5
tc/q_fifo.c | 8
50 files changed, 1552 insertions(+), 189 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn