]> git.proxmox.com Git - mirror_iproute2.git/blob - ChangeLog
Import patch iproute2.114
[mirror_iproute2.git] / ChangeLog
1 2005-01-12 Andi Kleen <ak@suse.de>
2
3 * Add netlink manual page
4
5 2004-10-20 Stephen Hemminger <shemminger@osdl.org>
6
7 * Add warning about "ip route nat" no longer supported
8
9 2005-01-12 Thomas Graf <tgraf@suug.ch>
10
11 * Tc testsuite
12
13 2005-01-12 Jamal Hadi Salim <hadi@znyx.com>
14
15 * Add iptables tc support. This meant borrowing headers
16 from iptables *ugh*
17
18 2004-12-08 Jamal Hadi Salim <hadi@znyx.com>
19
20 * Add mirror and redirect actions
21
22 2004-10-20 Stephen Hemminger <shemminger@osdl.org>
23
24 * Don't include <asm/byteorder.h> since then we get dependant on
25 kernel headers on host machine
26 * Minor fix for building on old machine without IPPROTO_SCTP
27
28 2004-10-19 Harald Welte <laforge@gnumonks.org>
29
30 * Replace rtstat (and ctstat) with new lnstat
31
32 2004-10-19 Mads Martin Joergensen <mmj@suse.de>
33
34 * Ip is using the wrong structure in ipaddress.c when showing stats
35 * Make sure no buffer overflow in nstat
36
37 2004-10-19 Michal <md@lnet.pl>
38
39 * fix scaling in print_rates (for bits)
40
41 2004-09-28 Stephen Hemminger <shemminger@osdl.org>
42
43 * fix build problems with arpd and pthread
44 * add pkt_sched.h
45
46 2004-09-28 Mike Frysinger <vapier@gentoo.org>
47
48 * make man8 directory
49 * install ifcfg and rtpr scripts
50
51 2004-09-28 Andreas Haumer <andreas@xss.co.at>
52
53 * make install symlink fix.
54
55 2004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
56
57 * ICMP/ICMPv6's type and code in IPsec selector.
58 * fixes `ip xfrm`'s algorithm key when using hexadecimal
59 * support 'ip xfrm' protocol types
60 * flush message types for XFRM's policy/state
61
62
63 2004-09-01 Stephen Hemminger <shemminger@osdl.org>
64
65 * Fix ip command to not crash when interface name is too long.
66 always use strncpy(.., IFNAMSIZ)
67
68 2004-08-31 Stephen Hemminger <shemminger@osdl.org>
69
70 * Add gact documentation from jamal
71 * Chang more arguments to rtnetlink API const
72 * Drop dead queuing disciplines
73 * Handle qdisc without xstats in core rather than
74 putting stub's everywhere
75 * Add requeue to tc_stats and handle new/old ABI issues
76
77 2004-08-30 Stephen Hemminger <shemminger@osdl.org>
78
79 * Make clean and install changes for man pages
80 * Patch from jamal to support gact
81 * Add support for loading distributions to netem
82
83
84 2004-08-23 Stephen Hemminger <shemminger@osdl.org>
85
86 * Update from jamal for all the parts that got broken in the
87 last classification patch.
88 * Hfsc/sc patch from patrick
89
90 2004-08-13 Stephen Hemminger <shemminger@osdl.org>
91
92 * Add jamal's tc extensions for classification
93 * Get rid of old Patches/ directory for tcp_diag module
94 * Make get_rate table based.
95
96 2004-08-11 Stephen Hemminger <shemminger@osdl.org>
97
98 * Add xfrm message formatting from
99 Masahide Nakamura <nakam@linux-ipv6.org>
100
101 2004-08-09 Stephen Hemminger <shemminger@osdl.org>
102
103 * Fix netem scheduler to handle case where psched us != real us
104
105 * Remove configuration for everything that can depend on
106 extracted kernel headers
107 * Add kernel headers required to include/linux
108
109 2004-08-04 Stephen Hemminger <shemminger@osdl.org>
110
111 * Get rid of old tcp_diag module, it is part of kernel.
112
113 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
114
115 2004-07-30 Stephen Hemminger <shemminger@osdl.org>
116
117 * Make ip xfrm stuff config option since it doesn't exist on 2.4
118
119 * HFSC doesn't exist on older 2.4 kernels so make it configurable
120
121 * HTB API changed and won't build with mismatched version.
122 Rather than sticking user with a build error, just don't
123 build it in on mismatch.
124
125 * Change configure script to make sure netem is the correct
126 version. I changed the structure def. a couple of times before
127 settling on the final API
128
129 2004-07-16 Stephen Hemminger <shemminger@osdl.org>
130
131 * Add htb mpu support
132 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
133 * Three small xfrm updates
134
135 2004-07-07 Stephen Hemminger <shemminger@osdl.org>
136
137 * Fix if_ether.h to fix arpd build
138 * Add hfsc scheduler support
139 * Add ip xfrm support
140 * Add add jitter (instead of rate) to netem scheduler
141
142 2004-07-02 Stephen Hemminger <shemminger@osdl.org>
143
144 * use compile to test for ATM libraries
145 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
146 before it looked in standard search path (/lib;/usr/lib;...)
147 which seems out of place.
148 * build netem as shared library (more for testing/example)
149 * build ATM as shared library since libatm may be on build
150 machine but not on deployment machine
151 * fix make install to not install SCCS directories
152
153 2004-07-01 Stephen Hemminger <shemminger@osdl.org>
154
155 * add more link options to ip command (from Mark Smith
156 * add rate and duplicate arguments to tc command
157 * add -iec flag for tc printout
158 * rename delay scheduler to netem
159
160 2004-06-25 Stephen Hemminger <shemminger@osdl.org>
161
162 * Add loss parameter to delay
163 * Rename delay qdisc to netsim
164 * Add autoconfiguration by building a Config file
165 and using it.
166
167 2004-06-09 Stephen Hemminger <shemminger@osdl.org>
168
169 * Report rates in K=1000 (requested by several people)
170 * Add GNU long style options
171 * For HTB use get_hz to pick up value of system HZ at runtime
172 * Delete unused funcs.
173
174 2004-06-08 Stephen Hemminger <shemminger@osdl.org>
175
176 * Cleanup ss
177 - use const char and local functions where possible
178 * Add man pages from SuSe
179 * SuSE patches
180 - path to db4.1
181 - don't hardcode path to /tmp in ifstat
182 Alternat fix: was to use TMPDIR
183 - handle non-root user calling ip route flush going into
184 an infinite loop.
185 Alternate fix: was to timeout if route table doesn't empty.
186 * Try and get rid of dependency on kernel include files
187 Get rid of having private glibc-include headers
188
189 2004-06-07 Stephen Hemminger <shemminger@osdl.org>
190
191 * Import patches that make sense from Fedora Core 2
192 - iproute2-2.4.7-hex
193 print fwmark in hex
194 - iproute2-2.4.7-netlink
195 handle getting right netlink mesg back
196 - iproute2-2.4.7-htb3-tc
197 add HTB scheduler
198 - iproute2-2.4.7-default
199 add entry default to rttable
200
201 2004-06-04 Stephen Hemminger <shemminger@osdl.org>
202
203 * Add support for vegas info to ss
204
205 2004-06-02 Stephen Hemminger <shemminger@osdl.org>
206
207 * Use const char in utility routines where appropriate
208 * Rearrange include files so can build with standard headers
209 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
210 and understand it
211 * Get rid of private defintions of network headers which existed
212 only to handle old glibc
213
214 2004-04-15 Stephen Hemminger <shemminger@osdl.org>
215
216 * Add the delay (network simulation scheduler)
217
218 2004-04-15 Stephen Hemminger <shemminger@osdl.org>
219
220 * Starting point baseline based on iproute2-2.4.7-ss020116-try
221