]> git.proxmox.com Git - mirror_iproute2.git/blame - ChangeLog
Import patch iproute2-hz
[mirror_iproute2.git] / ChangeLog
CommitLineData
9fcda92e
SH
12005-03-10 Stephen Hemminger <shemminger@dxpl.pdx.osdl.net>
2
3 * fix pkt_cls.h to have tc_u32_mark
4 * update include files to be stripped versions of 2.6.11
5 * add documentation about netem distributions [from nistnet]
6 * turn off nup in document make [from FC3]
7 * don't build with extra debug info (-g) [from FC3]
8
92005-03-10 Nix <nix@esperi.org.uk>
10
11 * make man3 directory
12
132005-03-10 Pasi <Pasi.Eronen@nokia.com>
14
15 * add ESP-in-UDP encapsulation
16
172005-03-10 Thomas Graf <tgraf@suug.ch>
18 * [NETEM] Fix off by one
19 * update local header file copies
20 * [NEIGH] print number of probes done so far (statistics mode only)
21
222005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
23 * Trivial typo in ip help
24
252005-02-09 Stephen Hemminger <shemminger@osdl.org>
e00273c0
SH
26
27 * netem distribution data reorganization
28
292005-02-09 Roland Dreier <roland@topspin.com>
30
31 * ip over infiniband address display
32
332005-02-09 Jim Gifford <lfs@jg555.com>
34
35 * make install fix for ip/
36
372005-02-07 Mads Martin Joergensen <mmj@suse.de>
277325d2
SH
38
39 * Don't mix address families when flushing
40
9fcda92e 412005-02-07 Stephen Hemminger <shemminger@osdl.org>
a8b303cc
SH
42
43 * Validate classid is not too large to cause loss of bits.
44
fb9b1d0f
SH
452005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
46
47 * need to call getline() with null for first usage
48 * don't overwrite const arg
49
d5b48556 502005-02-07 Stephen Hemminger <shemminger@linux.site>
51
52 * Add experimental distribution
53
cb20096d
SH
542005-01-18 Yun Mao <maoy@cis.upenn.edu>
55
56 * typo in ss
57
6b58e7f8
SH
582005-01-18 Thomas Graf <tgraf@suug.ch>
59
60 * tc pedit/action cleanups
5d91c8f7 61 * add addraw_l
62 * rtattr_parse cleanups
6b58e7f8 63
7e7c7372 642005-01-17 Jamal Hadi Salim <hadi@znyx.com>
65
66 * typo in m_mirred
67 * add support for pedit
68
692005-01-13 Jim Gifford <lfs@jg555.com>
70
71 * Fix allocation size error in nomal and paretonormal generation
72 programs.
73
d71443ad 742005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
75
76 * ipmonitor shows IPv6 prefix list notification
77 * update to iproute2 xfrm for ipv6
78
9fcda92e 792005-01-12 Stephen Hemminger <shemminger@osdl.org>
b906243b 80
81 * Fix compile warnings when building 64bit system since
82 u64 is unsigned long, but format is %llu
83
6f0ba88b 842005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
85
86 * Add the possibility to use fwmark in u32 filters
87
85ac60ce 882005-01-12 Andi Kleen <ak@suse.de>
526afe40 89
85ac60ce 90 * Add netlink manual page
91
922004-10-20 Stephen Hemminger <shemminger@osdl.org>
93
526afe40 94 * Add warning about "ip route nat" no longer supported
95
82af5315 962005-01-12 Thomas Graf <tgraf@suug.ch>
97
98 * Tc testsuite
99
1ffd7fd2 1002005-01-12 Jamal Hadi Salim <hadi@znyx.com>
101
102 * Add iptables tc support. This meant borrowing headers
103 from iptables *ugh*
104
00fa8480 1052004-12-08 Jamal Hadi Salim <hadi@znyx.com>
106
107 * Add mirror and redirect actions
108
edcab3fa 1092004-10-20 Stephen Hemminger <shemminger@osdl.org>
4dbb8195 110
edcab3fa
SH
111 * Don't include <asm/byteorder.h> since then we get dependant on
112 kernel headers on host machine
113 * Minor fix for building on old machine without IPPROTO_SCTP
50772dc5 114
54f37eb3
SH
1152004-10-19 Harald Welte <laforge@gnumonks.org>
116
117 * Replace rtstat (and ctstat) with new lnstat
118
cece2484
SH
1192004-10-19 Mads Martin Joergensen <mmj@suse.de>
120
67d295b0
SH
121 * Ip is using the wrong structure in ipaddress.c when showing stats
122 * Make sure no buffer overflow in nstat
cece2484 123
abf1d0b0
SH
1242004-10-19 Michal <md@lnet.pl>
125
126 * fix scaling in print_rates (for bits)
127
d38e5692
SH
1282004-09-28 Stephen Hemminger <shemminger@osdl.org>
129
130 * fix build problems with arpd and pthread
131 * add pkt_sched.h
132
1b1c322f
SH
1332004-09-28 Mike Frysinger <vapier@gentoo.org>
134
135 * make man8 directory
136 * install ifcfg and rtpr scripts
137
fd348787
SH
1382004-09-28 Andreas Haumer <andreas@xss.co.at>
139
140 * make install symlink fix.
141
1422004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
143
144 * ICMP/ICMPv6's type and code in IPsec selector.
145 * fixes `ip xfrm`'s algorithm key when using hexadecimal
146 * support 'ip xfrm' protocol types
147 * flush message types for XFRM's policy/state
148
149
71058eb8
SH
1502004-09-01 Stephen Hemminger <shemminger@osdl.org>
151
152 * Fix ip command to not crash when interface name is too long.
153 always use strncpy(.., IFNAMSIZ)
154
8dbb6b8d
SH
1552004-08-31 Stephen Hemminger <shemminger@osdl.org>
156
157 * Add gact documentation from jamal
158 * Chang more arguments to rtnetlink API const
159 * Drop dead queuing disciplines
160 * Handle qdisc without xstats in core rather than
161 putting stub's everywhere
162 * Add requeue to tc_stats and handle new/old ABI issues
163
f64a9462
SH
1642004-08-30 Stephen Hemminger <shemminger@osdl.org>
165
8ec496d8 166 * Make clean and install changes for man pages
f64a9462 167 * Patch from jamal to support gact
f64a9462
SH
168 * Add support for loading distributions to netem
169
170
d7480407
SH
1712004-08-23 Stephen Hemminger <shemminger@osdl.org>
172
173 * Update from jamal for all the parts that got broken in the
174 last classification patch.
175 * Hfsc/sc patch from patrick
176
1c1c4dc9
SH
1772004-08-13 Stephen Hemminger <shemminger@osdl.org>
178
179 * Add jamal's tc extensions for classification
1c1c4dc9
SH
180 * Get rid of old Patches/ directory for tcp_diag module
181 * Make get_rate table based.
182
d4832e6f
SH
1832004-08-11 Stephen Hemminger <shemminger@osdl.org>
184
185 * Add xfrm message formatting from
186 Masahide Nakamura <nakam@linux-ipv6.org>
187
4b1bbd9c
SH
1882004-08-09 Stephen Hemminger <shemminger@osdl.org>
189
025dc69a
SH
190 * Fix netem scheduler to handle case where psched us != real us
191
4b1bbd9c
SH
192 * Remove configuration for everything that can depend on
193 extracted kernel headers
194 * Add kernel headers required to include/linux
195
b39bb395
SH
1962004-08-04 Stephen Hemminger <shemminger@osdl.org>
197
198 * Get rid of old tcp_diag module, it is part of kernel.
199
200 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
201
2979d52f
SH
2022004-07-30 Stephen Hemminger <shemminger@osdl.org>
203
6e85b54e
SH
204 * Make ip xfrm stuff config option since it doesn't exist on 2.4
205
206 * HFSC doesn't exist on older 2.4 kernels so make it configurable
207
3876b3c3
SH
208 * HTB API changed and won't build with mismatched version.
209 Rather than sticking user with a build error, just don't
210 build it in on mismatch.
211
2979d52f
SH
212 * Change configure script to make sure netem is the correct
213 version. I changed the structure def. a couple of times before
214 settling on the final API
215
34f5d180
SH
2162004-07-16 Stephen Hemminger <shemminger@osdl.org>
217
218 * Add htb mpu support
219 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
220 * Three small xfrm updates
221
09d17279
SH
2222004-07-07 Stephen Hemminger <shemminger@osdl.org>
223
224 * Fix if_ether.h to fix arpd build
225 * Add hfsc scheduler support
226 * Add ip xfrm support
227 * Add add jitter (instead of rate) to netem scheduler
228
870f122f
SH
2292004-07-02 Stephen Hemminger <shemminger@osdl.org>
230
231 * use compile to test for ATM libraries
232 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
233 before it looked in standard search path (/lib;/usr/lib;...)
234 which seems out of place.
235 * build netem as shared library (more for testing/example)
236 * build ATM as shared library since libatm may be on build
237 machine but not on deployment machine
238 * fix make install to not install SCCS directories
239
fc26f2a7
SH
2402004-07-01 Stephen Hemminger <shemminger@osdl.org>
241
242 * add more link options to ip command (from Mark Smith
243 * add rate and duplicate arguments to tc command
244 * add -iec flag for tc printout
245 * rename delay scheduler to netem
246
82412ef5
SH
2472004-06-25 Stephen Hemminger <shemminger@osdl.org>
248
249 * Add loss parameter to delay
250 * Rename delay qdisc to netsim
251 * Add autoconfiguration by building a Config file
252 and using it.
253
2542004-06-09 Stephen Hemminger <shemminger@osdl.org>
255
fc26f2a7 256 * Report rates in K=1000 (requested by several people)
82412ef5
SH
257 * Add GNU long style options
258 * For HTB use get_hz to pick up value of system HZ at runtime
259 * Delete unused funcs.
260
2612004-06-08 Stephen Hemminger <shemminger@osdl.org>
262
263 * Cleanup ss
264 - use const char and local functions where possible
265 * Add man pages from SuSe
266 * SuSE patches
267 - path to db4.1
268 - don't hardcode path to /tmp in ifstat
269 Alternat fix: was to use TMPDIR
270 - handle non-root user calling ip route flush going into
271 an infinite loop.
272 Alternate fix: was to timeout if route table doesn't empty.
273 * Try and get rid of dependency on kernel include files
274 Get rid of having private glibc-include headers
275
2762004-06-07 Stephen Hemminger <shemminger@osdl.org>
277
278 * Import patches that make sense from Fedora Core 2
279 - iproute2-2.4.7-hex
280 print fwmark in hex
281 - iproute2-2.4.7-netlink
282 handle getting right netlink mesg back
283 - iproute2-2.4.7-htb3-tc
284 add HTB scheduler
285 - iproute2-2.4.7-default
286 add entry default to rttable
287
2882004-06-04 Stephen Hemminger <shemminger@osdl.org>
289
290 * Add support for vegas info to ss
291
2922004-06-02 Stephen Hemminger <shemminger@osdl.org>
293
294 * Use const char in utility routines where appropriate
295 * Rearrange include files so can build with standard headers
296 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
297 and understand it
298 * Get rid of private defintions of network headers which existed
299 only to handle old glibc
300
3012004-04-15 Stephen Hemminger <shemminger@osdl.org>
302
303 * Add the delay (network simulation scheduler)
304
3052004-04-15 Stephen Hemminger <shemminger@osdl.org>
306
307 * Starting point baseline based on iproute2-2.4.7-ss020116-try
308