]> git.proxmox.com Git - mirror_iproute2.git/blob - ChangeLog
Fix tc pfifo_fast with options
[mirror_iproute2.git] / ChangeLog
1 2005-10-07 Mike Frysinger <vapier@gentoo.org>
2
3 * Handle pfifo_fast that has no qopt without segfaulting
4
5 2005-10-05 Mads Martin Joergensen <mmj@suse.de>
6
7 * Trivial netem ccopts
8
9 2005-10-04 Jerome Borsboom <j.borsboom@erasmusmc.nl>
10
11 * Fix regression in ip addr (libnetlink) handling
12
13 2005-09-21 Stephen Hemminger <shemminger@osdl.org>
14
15 * Fix uninitialized memory and leaks with valgrind
16 Reported by Redhat
17
18 2005-09-01 Mike Frysinger <vapier@gentoo.org>
19
20 * Fix build issues with netem tables (parallel make and HOSTCC)
21
22 2005-09-01 Stephen Hemminger <shemminger@osdl.org>
23
24 * Integrate support for DCCP into 'ss' (from acme)
25 * Add -batch option to ip.
26 * Update to 2.6.14 headers
27
28 2005-09-01 Eric Dumazet <dada1@cosmosbay.com>
29
30 * Fix lnstat : First column should not be summed
31
32 2005-08-16 Stephen Hemminger <shemminger@osdl.org>
33
34 * Limit ip route flush to 10 rounds.
35 * Cleanup ip rule flush error message
36
37 2005-08-08 Stephen Hemminger <shemminger@osdl.org>
38
39 * Update to 2.6.13+ kernel headers
40 * Fix array overrun in paretonormal
41 * Fix ematch to not include dropped fields from skb.
42
43 2005-07-14 Thomas Graf <tgraf@suug.ch>
44
45 * Make ematch bison/lex build with common flex
46
47 2005-07-10 Stephen Hemminger <shemminger@osdl.org>
48
49 * Fix Gcc 4.0 build warnings signed/unsigned
50
51 2005-06-23 Jamal Hadi Salim <hadi@znyx.com>
52
53 * Fix for options process with ipt
54
55 2005-06-23 Thomas Graf <tgraf@suug.ch>
56
57 * Add extended matches (nbyte, cmp, u32, meta)
58 * Add basic classifier
59 * Fix clean/distclean makefile targets
60 * update local header file copies
61 * IPv4 multipath algorithm selection support
62 * cscope Makefile target
63 * Fix off-by-one while generating argument vector
64 in batched mode.
65 * Assume stdin if no argument is given to -batch
66
67 2005-06-22 Stephen Hemminger <shemminger@osdl.org>
68
69 * Update include files to 2.6.12
70 * Add ss support for TCP_CONG
71
72 2005-06-13 Steven Whitehouse <steve@chygwyn.com>
73
74 * Decnet doc's update
75
76 2005-06-07 Stephen Hemminger <shemminger@osdl.org>
77
78 * Fix 'ip link' map to handle case where device gets autoloaded
79 by using if_nametoindex as fallback
80 * Device indices are unsigned not int.
81
82 2005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
83
84 * [ip] show timestamp when using '-t' option.
85 * [ip] remove duplicated code for expired message of xfrm.
86 * [ip] add "deleteall" command for xfrm;
87 "flush" uses kernel's flush interface and
88 "deleteall" uses legacy iproute2's flush feature like
89 getting-and-deleting-for-each.
90
91 2005-03-30 Stephen Hemminger <shemminger@osdl.org>
92
93 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
94 because it isn't needed and not on all systems
95 * Update rtnetlink.h and pkt_cls.h to be stripped versions
96 of headers from 2.6.12-rc1
97
98 2005-03-30 Jamal Hadi Salim <hadi@znyx.com>
99
100 * Proper verison of iptables headers (from 1.3.1)
101 * Set revision file in m_ipt
102 * Fix action_util naming in mirred
103 * don't call ll_init_map in mirred
104
105 2005-03-19 Thomas Graf <tgraf@suug.ch>
106
107 * Warn about wildcard deletions and provide IFA_ADDRESS upon
108 deletions to enforce prefix length validation for IPv4.
109 * Fix netlink message alignment when the last routing attribute added
110 has a data length not aligned to RTA_ALIGNTO.
111
112 2005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
113
114 * ipv6 xfrm allocspi and monitor support.
115
116 2005-03-29 Stephen Hemminger <shemminger@osdl.org>
117
118 * switch to stack for netem tables
119
120 2005-03-18 Stephen Hemminger <shemminger@osdl.org>
121
122 * add -force option to batch mode
123 * handle midline comments in batch mode
124 * sum per cpu fields in lnstat correctly
125
126 2005-03-14 Stephen Hemminger <shemminger@osdl.org>
127
128 * cleanup batch mode, allow continuation, comments etc.
129 * recode reuse of netlink socket
130
131 2005-03-14 Boian Bonev <boian@bonev.com>
132
133 * enhancement to batch mode.
134 it does not exit on error, just report it
135 tc reuses the already open netlink socket for subsequent command(s)
136
137 2005-03-14 Thomas Graf <tgraf@suug.ch>
138
139 * ip link command
140 print NO-CARRIER flag if there is no carrier and the link is up.
141
142 2005-03-14 Patrick McHardy <kaber@trash.net>
143
144 * bug: Use USER_HZ where necessary
145
146 2005-03-10 Jamal Hadi Salim <hadi@znyx.com>
147
148 * Fix bug with register_target
149
150 2005-03-10 Stephen Hemminger <shemminger@osdl.org>
151
152 * fix pkt_cls.h to have tc_u32_mark
153 * update include files to be stripped versions of 2.6.11
154 * add documentation about netem distributions [from nistnet]
155 * turn off nup in document make [from FC3]
156 * don't build with extra debug info (-g) [from FC3]
157
158 2005-03-10 Nix <nix@esperi.org.uk>
159
160 * make man3 directory
161
162 2005-03-10 Pasi <Pasi.Eronen@nokia.com>
163
164 * add ESP-in-UDP encapsulation
165
166 2005-03-10 Thomas Graf <tgraf@suug.ch>
167 * [NETEM] Fix off by one
168 * update local header file copies
169 * [NEIGH] print number of probes done so far (statistics mode only)
170
171 2005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
172 * Trivial typo in ip help
173
174 2005-02-09 Stephen Hemminger <shemminger@osdl.org>
175
176 * netem distribution data reorganization
177
178 2005-02-09 Roland Dreier <roland@topspin.com>
179
180 * ip over infiniband address display
181
182 2005-02-09 Jim Gifford <lfs@jg555.com>
183
184 * make install fix for ip/
185
186 2005-02-07 Mads Martin Joergensen <mmj@suse.de>
187
188 * Don't mix address families when flushing
189
190 2005-02-07 Stephen Hemminger <shemminger@osdl.org>
191
192 * Validate classid is not too large to cause loss of bits.
193
194 2005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
195
196 * need to call getline() with null for first usage
197 * don't overwrite const arg
198
199 2005-02-07 Stephen Hemminger <shemminger@osdl.org>
200
201 * Add experimental distribution
202
203 2005-01-18 Yun Mao <maoy@cis.upenn.edu>
204
205 * typo in ss
206
207 2005-01-18 Thomas Graf <tgraf@suug.ch>
208
209 * tc pedit/action cleanups
210 * add addraw_l
211 * rtattr_parse cleanups
212
213 2005-01-17 Jamal Hadi Salim <hadi@znyx.com>
214
215 * typo in m_mirred
216 * add support for pedit
217
218 2005-01-13 Jim Gifford <lfs@jg555.com>
219
220 * Fix allocation size error in nomal and paretonormal generation
221 programs.
222
223 2005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
224
225 * ipmonitor shows IPv6 prefix list notification
226 * update to iproute2 xfrm for ipv6
227
228 2005-01-12 Stephen Hemminger <shemminger@osdl.org>
229
230 * Fix compile warnings when building 64bit system since
231 u64 is unsigned long, but format is %llu
232
233 2005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
234
235 * Add the possibility to use fwmark in u32 filters
236
237 2005-01-12 Andi Kleen <ak@suse.de>
238
239 * Add netlink manual page
240
241 2004-10-20 Stephen Hemminger <shemminger@osdl.org>
242
243 * Add warning about "ip route nat" no longer supported
244
245 2005-01-12 Thomas Graf <tgraf@suug.ch>
246
247 * Tc testsuite
248
249 2005-01-12 Jamal Hadi Salim <hadi@znyx.com>
250
251 * Add iptables tc support. This meant borrowing headers
252 from iptables *ugh*
253
254 2004-12-08 Jamal Hadi Salim <hadi@znyx.com>
255
256 * Add mirror and redirect actions
257
258 2004-10-20 Stephen Hemminger <shemminger@osdl.org>
259
260 * Don't include <asm/byteorder.h> since then we get dependant on
261 kernel headers on host machine
262 * Minor fix for building on old machine without IPPROTO_SCTP
263
264 2004-10-19 Harald Welte <laforge@gnumonks.org>
265
266 * Replace rtstat (and ctstat) with new lnstat
267
268 2004-10-19 Mads Martin Joergensen <mmj@suse.de>
269
270 * Ip is using the wrong structure in ipaddress.c when showing stats
271 * Make sure no buffer overflow in nstat
272
273 2004-10-19 Michal <md@lnet.pl>
274
275 * fix scaling in print_rates (for bits)
276
277 2004-09-28 Stephen Hemminger <shemminger@osdl.org>
278
279 * fix build problems with arpd and pthread
280 * add pkt_sched.h
281
282 2004-09-28 Mike Frysinger <vapier@gentoo.org>
283
284 * make man8 directory
285 * install ifcfg and rtpr scripts
286
287 2004-09-28 Andreas Haumer <andreas@xss.co.at>
288
289 * make install symlink fix.
290
291 2004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
292
293 * ICMP/ICMPv6's type and code in IPsec selector.
294 * fixes `ip xfrm`'s algorithm key when using hexadecimal
295 * support 'ip xfrm' protocol types
296 * flush message types for XFRM's policy/state
297
298
299 2004-09-01 Stephen Hemminger <shemminger@osdl.org>
300
301 * Fix ip command to not crash when interface name is too long.
302 always use strncpy(.., IFNAMSIZ)
303
304 2004-08-31 Stephen Hemminger <shemminger@osdl.org>
305
306 * Add gact documentation from jamal
307 * Chang more arguments to rtnetlink API const
308 * Drop dead queuing disciplines
309 * Handle qdisc without xstats in core rather than
310 putting stub's everywhere
311 * Add requeue to tc_stats and handle new/old ABI issues
312
313 2004-08-30 Stephen Hemminger <shemminger@osdl.org>
314
315 * Make clean and install changes for man pages
316 * Patch from jamal to support gact
317 * Add support for loading distributions to netem
318
319
320 2004-08-23 Stephen Hemminger <shemminger@osdl.org>
321
322 * Update from jamal for all the parts that got broken in the
323 last classification patch.
324 * Hfsc/sc patch from patrick
325
326 2004-08-13 Stephen Hemminger <shemminger@osdl.org>
327
328 * Add jamal's tc extensions for classification
329 * Get rid of old Patches/ directory for tcp_diag module
330 * Make get_rate table based.
331
332 2004-08-11 Stephen Hemminger <shemminger@osdl.org>
333
334 * Add xfrm message formatting from
335 Masahide Nakamura <nakam@linux-ipv6.org>
336
337 2004-08-09 Stephen Hemminger <shemminger@osdl.org>
338
339 * Fix netem scheduler to handle case where psched us != real us
340
341 * Remove configuration for everything that can depend on
342 extracted kernel headers
343 * Add kernel headers required to include/linux
344
345 2004-08-04 Stephen Hemminger <shemminger@osdl.org>
346
347 * Get rid of old tcp_diag module, it is part of kernel.
348
349 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
350
351 2004-07-30 Stephen Hemminger <shemminger@osdl.org>
352
353 * Make ip xfrm stuff config option since it doesn't exist on 2.4
354
355 * HFSC doesn't exist on older 2.4 kernels so make it configurable
356
357 * HTB API changed and won't build with mismatched version.
358 Rather than sticking user with a build error, just don't
359 build it in on mismatch.
360
361 * Change configure script to make sure netem is the correct
362 version. I changed the structure def. a couple of times before
363 settling on the final API
364
365 2004-07-16 Stephen Hemminger <shemminger@osdl.org>
366
367 * Add htb mpu support
368 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
369 * Three small xfrm updates
370
371 2004-07-07 Stephen Hemminger <shemminger@osdl.org>
372
373 * Fix if_ether.h to fix arpd build
374 * Add hfsc scheduler support
375 * Add ip xfrm support
376 * Add add jitter (instead of rate) to netem scheduler
377
378 2004-07-02 Stephen Hemminger <shemminger@osdl.org>
379
380 * use compile to test for ATM libraries
381 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
382 before it looked in standard search path (/lib;/usr/lib;...)
383 which seems out of place.
384 * build netem as shared library (more for testing/example)
385 * build ATM as shared library since libatm may be on build
386 machine but not on deployment machine
387 * fix make install to not install SCCS directories
388
389 2004-07-01 Stephen Hemminger <shemminger@osdl.org>
390
391 * add more link options to ip command (from Mark Smith
392 * add rate and duplicate arguments to tc command
393 * add -iec flag for tc printout
394 * rename delay scheduler to netem
395
396 2004-06-25 Stephen Hemminger <shemminger@osdl.org>
397
398 * Add loss parameter to delay
399 * Rename delay qdisc to netsim
400 * Add autoconfiguration by building a Config file
401 and using it.
402
403 2004-06-09 Stephen Hemminger <shemminger@osdl.org>
404
405 * Report rates in K=1000 (requested by several people)
406 * Add GNU long style options
407 * For HTB use get_hz to pick up value of system HZ at runtime
408 * Delete unused funcs.
409
410 2004-06-08 Stephen Hemminger <shemminger@osdl.org>
411
412 * Cleanup ss
413 - use const char and local functions where possible
414 * Add man pages from SuSe
415 * SuSE patches
416 - path to db4.1
417 - don't hardcode path to /tmp in ifstat
418 Alternat fix: was to use TMPDIR
419 - handle non-root user calling ip route flush going into
420 an infinite loop.
421 Alternate fix: was to timeout if route table doesn't empty.
422 * Try and get rid of dependency on kernel include files
423 Get rid of having private glibc-include headers
424
425 2004-06-07 Stephen Hemminger <shemminger@osdl.org>
426
427 * Import patches that make sense from Fedora Core 2
428 - iproute2-2.4.7-hex
429 print fwmark in hex
430 - iproute2-2.4.7-netlink
431 handle getting right netlink mesg back
432 - iproute2-2.4.7-htb3-tc
433 add HTB scheduler
434 - iproute2-2.4.7-default
435 add entry default to rttable
436
437 2004-06-04 Stephen Hemminger <shemminger@osdl.org>
438
439 * Add support for vegas info to ss
440
441 2004-06-02 Stephen Hemminger <shemminger@osdl.org>
442
443 * Use const char in utility routines where appropriate
444 * Rearrange include files so can build with standard headers
445 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
446 and understand it
447 * Get rid of private defintions of network headers which existed
448 only to handle old glibc
449
450 2004-04-15 Stephen Hemminger <shemminger@osdl.org>
451
452 * Add the delay (network simulation scheduler)
453
454 2004-04-15 Stephen Hemminger <shemminger@osdl.org>
455
456 * Starting point baseline based on iproute2-2.4.7-ss020116-try
457