blob: e74b2d229ec7d7626720c58d1a9475d9156b2d90 [file] [log] [blame]
shemminger234b6132005-10-24 16:26:25 +000012005-10-24 Patrick McHardy <kaber@trash.net>
2
3 * Fix ip commnad shortcuts
4
shemminger8c564a42005-10-12 22:46:23 +000052005-10-12 Stephen Hemminger <shemminger@osdl.org>
6
7 * Add more CBQ examples from Fedora Core
shemminger7849fb52005-10-12 22:49:50 +00008 * Fix buffer overrun in iproute because of bits vs. bytes confusion
9
shemmingerb77caeb2005-10-12 22:32:34 +0000102005-10-12 Jamal Hadi Salim <hadi@znyx.com>
11
12 * Fix ip rule flush, need to reopen rtnl
13
shemminger393c4372005-10-07 16:45:17 +0000142005-10-07 Stephen Hemminger <shemminger@osdl.org>
15
16 * Reenable ip mroute
17
shemmingerf453a0d2005-10-07 16:33:21 +0000182005-10-07 Mike Frysinger <vapier@gentoo.org>
19
20 * Handle pfifo_fast that has no qopt without segfaulting
21
shemminger7dae1702005-10-05 17:40:12 +0000222005-10-05 Mads Martin Joergensen <mmj@suse.de>
23
24 * Trivial netem ccopts
25
shemmingerfb229752005-10-04 23:15:32 +0000262005-10-04 Jerome Borsboom <j.borsboom@erasmusmc.nl>
27
28 * Fix regression in ip addr (libnetlink) handling
29
302005-09-21 Stephen Hemminger <shemminger@osdl.org>
shemminger8ed63ab2005-09-21 19:33:17 +000031
32 * Fix uninitialized memory and leaks with valgrind
33 Reported by Redhat
34
shemmingerce715cd2005-09-01 22:38:19 +0000352005-09-01 Mike Frysinger <vapier@gentoo.org>
36
37 * Fix build issues with netem tables (parallel make and HOSTCC)
38
392005-09-01 Stephen Hemminger <shemminger@osdl.org>
shemminger351efcd2005-09-01 19:21:50 +000040
41 * Integrate support for DCCP into 'ss' (from acme)
42 * Add -batch option to ip.
43 * Update to 2.6.14 headers
44
shemmingerc98e49e2005-09-01 18:12:33 +0000452005-09-01 Eric Dumazet <dada1@cosmosbay.com>
shemmingerce715cd2005-09-01 22:38:19 +000046
shemmingerc98e49e2005-09-01 18:12:33 +000047 * Fix lnstat : First column should not be summed
48
shemminger66081842005-08-16 21:10:51 +0000492005-08-16 Stephen Hemminger <shemminger@osdl.org>
50
51 * Limit ip route flush to 10 rounds.
52 * Cleanup ip rule flush error message
53
shemminger6864c1e2005-08-08 20:24:41 +0000542005-08-08 Stephen Hemminger <shemminger@osdl.org>
55
56 * Update to 2.6.13+ kernel headers
57 * Fix array overrun in paretonormal
58 * Fix ematch to not include dropped fields from skb.
59
shemminger3fcdebb2005-07-14 16:49:27 +0000602005-07-14 Thomas Graf <tgraf@suug.ch>
shemminger52d5ac32005-07-05 22:11:37 +000061
shemminger3fcdebb2005-07-14 16:49:27 +000062 * Make ematch bison/lex build with common flex
63
642005-07-10 Stephen Hemminger <shemminger@osdl.org>
65
66 * Fix Gcc 4.0 build warnings signed/unsigned
shemminger52d5ac32005-07-05 22:11:37 +000067
shemminger6d4662d2005-06-23 17:36:38 +0000682005-06-23 Jamal Hadi Salim <hadi@znyx.com>
69
70 * Fix for options process with ipt
71
shemminger08837cb2005-06-23 17:33:56 +0000722005-06-23 Thomas Graf <tgraf@suug.ch>
73
74 * Add extended matches (nbyte, cmp, u32, meta)
75 * Add basic classifier
76 * Fix clean/distclean makefile targets
77 * update local header file copies
78 * IPv4 multipath algorithm selection support
79 * cscope Makefile target
80 * Fix off-by-one while generating argument vector
81 in batched mode.
82 * Assume stdin if no argument is given to -batch
83
shemminger6d4662d2005-06-23 17:36:38 +0000842005-06-22 Stephen Hemminger <shemminger@osdl.org>
shemmingerea8fc102005-06-22 18:27:49 +000085
86 * Update include files to 2.6.12
87 * Add ss support for TCP_CONG
88
shemminger2b4fad62005-06-13 18:47:56 +0000892005-06-13 Steven Whitehouse <steve@chygwyn.com>
90
91 * Decnet doc's update
92
shemminger99f830d2005-06-07 22:15:48 +0000932005-06-07 Stephen Hemminger <shemminger@osdl.org>
94
95 * Fix 'ip link' map to handle case where device gets autoloaded
96 by using if_nametoindex as fallback
97 * Device indices are unsigned not int.
98
shemmingere4457652005-06-07 21:55:03 +0000992005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
100
101 * [ip] show timestamp when using '-t' option.
102 * [ip] remove duplicated code for expired message of xfrm.
shemminger9bec1a42005-06-07 21:58:25 +0000103 * [ip] add "deleteall" command for xfrm;
104 "flush" uses kernel's flush interface and
105 "deleteall" uses legacy iproute2's flush feature like
106 getting-and-deleting-for-each.
shemmingere4457652005-06-07 21:55:03 +0000107
osdl.net!shemminger78615aa2005-03-30 18:51:35 +00001082005-03-30 Stephen Hemminger <shemminger@osdl.org>
109
110 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
111 because it isn't needed and not on all systems
osdl.net!shemmingerec596422005-04-01 19:56:29 +0000112 * Update rtnetlink.h and pkt_cls.h to be stripped versions
113 of headers from 2.6.12-rc1
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000114
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +00001152005-03-30 Jamal Hadi Salim <hadi@znyx.com>
116
117 * Proper verison of iptables headers (from 1.3.1)
118 * Set revision file in m_ipt
119 * Fix action_util naming in mirred
osdl.net!shemmingerec596422005-04-01 19:56:29 +0000120 * don't call ll_init_map in mirred
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +0000121
net[shemminger]!shemmingerf082b642005-03-30 18:16:10 +00001222005-03-19 Thomas Graf <tgraf@suug.ch>
123
124 * Warn about wildcard deletions and provide IFA_ADDRESS upon
125 deletions to enforce prefix length validation for IPv4.
osdl.net!shemminger3819eb92005-03-30 18:18:12 +0000126 * Fix netlink message alignment when the last routing attribute added
127 has a data length not aligned to RTA_ALIGNTO.
128
osdl.net!shemminger2cea8f22005-03-30 18:14:55 +00001292005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
130
131 * ipv6 xfrm allocspi and monitor support.
132
osdl.net!shemminger78615aa2005-03-30 18:51:35 +00001332005-03-29 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingerf8f9de52005-03-30 18:11:49 +0000134
135 * switch to stack for netem tables
136
osdl.net!shemminger08856f02005-03-18 19:40:55 +00001372005-03-18 Stephen Hemminger <shemminger@osdl.org>
138
139 * add -force option to batch mode
140 * handle midline comments in batch mode
141 * sum per cpu fields in lnstat correctly
142
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +00001432005-03-14 Stephen Hemminger <shemminger@osdl.org>
144
site!shemminger924d4fd2005-03-14 22:19:16 +0000145 * cleanup batch mode, allow continuation, comments etc.
146 * recode reuse of netlink socket
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000147
osdl.net!shemminger900da082005-03-14 19:04:15 +00001482005-03-14 Boian Bonev <boian@bonev.com>
149
150 * enhancement to batch mode.
151 it does not exit on error, just report it
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000152 tc reuses the already open netlink socket for subsequent command(s)
osdl.net!shemminger900da082005-03-14 19:04:15 +0000153
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +00001542005-03-14 Thomas Graf <tgraf@suug.ch>
155
156 * ip link command
157 print NO-CARRIER flag if there is no carrier and the link is up.
158
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001592005-03-14 Patrick McHardy <kaber@trash.net>
160
161 * bug: Use USER_HZ where necessary
162
osdl.net!shemmingerafa10e22005-03-14 22:23:38 +00001632005-03-10 Jamal Hadi Salim <hadi@znyx.com>
164
165 * Fix bug with register_target
166
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001672005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +0000168
169 * fix pkt_cls.h to have tc_u32_mark
170 * update include files to be stripped versions of 2.6.11
171 * add documentation about netem distributions [from nistnet]
172 * turn off nup in document make [from FC3]
173 * don't build with extra debug info (-g) [from FC3]
174
1752005-03-10 Nix <nix@esperi.org.uk>
176
177 * make man3 directory
178
1792005-03-10 Pasi <Pasi.Eronen@nokia.com>
180
181 * add ESP-in-UDP encapsulation
182
1832005-03-10 Thomas Graf <tgraf@suug.ch>
184 * [NETEM] Fix off by one
185 * update local header file copies
186 * [NEIGH] print number of probes done so far (statistics mode only)
187
1882005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
189 * Trivial typo in ip help
190
1912005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +0000192
193 * netem distribution data reorganization
194
1952005-02-09 Roland Dreier <roland@topspin.com>
196
197 * ip over infiniband address display
198
1992005-02-09 Jim Gifford <lfs@jg555.com>
200
201 * make install fix for ip/
202
2032005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +0000204
205 * Don't mix address families when flushing
206
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002072005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +0000208
209 * Validate classid is not too large to cause loss of bits.
210
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +00002112005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
212
213 * need to call getline() with null for first usage
214 * don't overwrite const arg
215
shemminger7dae1702005-10-05 17:40:12 +00002162005-02-07 Stephen Hemminger <shemminger@osdl.org>
site!shemmingerd5b48552005-02-07 18:01:21 +0000217
218 * Add experimental distribution
219
osdl.net!shemmingercb200962005-01-18 22:31:42 +00002202005-01-18 Yun Mao <maoy@cis.upenn.edu>
221
222 * typo in ss
223
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00002242005-01-18 Thomas Graf <tgraf@suug.ch>
225
226 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +0000227 * add addraw_l
228 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000229
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +00002302005-01-17 Jamal Hadi Salim <hadi@znyx.com>
231
232 * typo in m_mirred
233 * add support for pedit
234
2352005-01-13 Jim Gifford <lfs@jg555.com>
236
237 * Fix allocation size error in nomal and paretonormal generation
238 programs.
239
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +00002402005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
241
242 * ipmonitor shows IPv6 prefix list notification
243 * update to iproute2 xfrm for ipv6
244
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002452005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000246
247 * Fix compile warnings when building 64bit system since
248 u64 is unsigned long, but format is %llu
249
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +00002502005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
251
252 * Add the possibility to use fwmark in u32 filters
253
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00002542005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000255
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000256 * Add netlink manual page
257
2582004-10-20 Stephen Hemminger <shemminger@osdl.org>
259
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000260 * Add warning about "ip route nat" no longer supported
261
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00002622005-01-12 Thomas Graf <tgraf@suug.ch>
263
264 * Tc testsuite
265
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00002662005-01-12 Jamal Hadi Salim <hadi@znyx.com>
267
268 * Add iptables tc support. This meant borrowing headers
269 from iptables *ugh*
270
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00002712004-12-08 Jamal Hadi Salim <hadi@znyx.com>
272
273 * Add mirror and redirect actions
274
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00002752004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000276
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000277 * Don't include <asm/byteorder.h> since then we get dependant on
278 kernel headers on host machine
279 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000280
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00002812004-10-19 Harald Welte <laforge@gnumonks.org>
282
283 * Replace rtstat (and ctstat) with new lnstat
284
osdl.net!shemmingercece2482004-10-19 19:57:38 +00002852004-10-19 Mads Martin Joergensen <mmj@suse.de>
286
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000287 * Ip is using the wrong structure in ipaddress.c when showing stats
288 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000289
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00002902004-10-19 Michal <md@lnet.pl>
291
292 * fix scaling in print_rates (for bits)
293
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00002942004-09-28 Stephen Hemminger <shemminger@osdl.org>
295
296 * fix build problems with arpd and pthread
297 * add pkt_sched.h
298
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00002992004-09-28 Mike Frysinger <vapier@gentoo.org>
300
301 * make man8 directory
302 * install ifcfg and rtpr scripts
303
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00003042004-09-28 Andreas Haumer <andreas@xss.co.at>
305
306 * make install symlink fix.
307
3082004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
309
310 * ICMP/ICMPv6's type and code in IPsec selector.
311 * fixes `ip xfrm`'s algorithm key when using hexadecimal
312 * support 'ip xfrm' protocol types
313 * flush message types for XFRM's policy/state
314
315
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00003162004-09-01 Stephen Hemminger <shemminger@osdl.org>
317
318 * Fix ip command to not crash when interface name is too long.
319 always use strncpy(.., IFNAMSIZ)
320
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00003212004-08-31 Stephen Hemminger <shemminger@osdl.org>
322
323 * Add gact documentation from jamal
324 * Chang more arguments to rtnetlink API const
325 * Drop dead queuing disciplines
326 * Handle qdisc without xstats in core rather than
327 putting stub's everywhere
328 * Add requeue to tc_stats and handle new/old ABI issues
329
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00003302004-08-30 Stephen Hemminger <shemminger@osdl.org>
331
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000332 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000333 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000334 * Add support for loading distributions to netem
335
336
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00003372004-08-23 Stephen Hemminger <shemminger@osdl.org>
338
339 * Update from jamal for all the parts that got broken in the
340 last classification patch.
341 * Hfsc/sc patch from patrick
342
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00003432004-08-13 Stephen Hemminger <shemminger@osdl.org>
344
345 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000346 * Get rid of old Patches/ directory for tcp_diag module
347 * Make get_rate table based.
348
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00003492004-08-11 Stephen Hemminger <shemminger@osdl.org>
350
351 * Add xfrm message formatting from
352 Masahide Nakamura <nakam@linux-ipv6.org>
353
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00003542004-08-09 Stephen Hemminger <shemminger@osdl.org>
355
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000356 * Fix netem scheduler to handle case where psched us != real us
357
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000358 * Remove configuration for everything that can depend on
359 extracted kernel headers
360 * Add kernel headers required to include/linux
361
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00003622004-08-04 Stephen Hemminger <shemminger@osdl.org>
363
364 * Get rid of old tcp_diag module, it is part of kernel.
365
366 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
367
osdl.net!shemminger2979d522004-07-30 20:24:59 +00003682004-07-30 Stephen Hemminger <shemminger@osdl.org>
369
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000370 * Make ip xfrm stuff config option since it doesn't exist on 2.4
371
372 * HFSC doesn't exist on older 2.4 kernels so make it configurable
373
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000374 * HTB API changed and won't build with mismatched version.
375 Rather than sticking user with a build error, just don't
376 build it in on mismatch.
377
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000378 * Change configure script to make sure netem is the correct
379 version. I changed the structure def. a couple of times before
380 settling on the final API
381
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00003822004-07-16 Stephen Hemminger <shemminger@osdl.org>
383
384 * Add htb mpu support
385 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
386 * Three small xfrm updates
387
osdl.net!shemminger09d17272004-07-12 21:03:47 +00003882004-07-07 Stephen Hemminger <shemminger@osdl.org>
389
390 * Fix if_ether.h to fix arpd build
391 * Add hfsc scheduler support
392 * Add ip xfrm support
393 * Add add jitter (instead of rate) to netem scheduler
394
osdl.net!shemminger870f1222004-07-02 17:52:10 +00003952004-07-02 Stephen Hemminger <shemminger@osdl.org>
396
397 * use compile to test for ATM libraries
398 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
399 before it looked in standard search path (/lib;/usr/lib;...)
400 which seems out of place.
401 * build netem as shared library (more for testing/example)
402 * build ATM as shared library since libatm may be on build
403 machine but not on deployment machine
404 * fix make install to not install SCCS directories
405
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00004062004-07-01 Stephen Hemminger <shemminger@osdl.org>
407
408 * add more link options to ip command (from Mark Smith
409 * add rate and duplicate arguments to tc command
410 * add -iec flag for tc printout
411 * rename delay scheduler to netem
412
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00004132004-06-25 Stephen Hemminger <shemminger@osdl.org>
414
415 * Add loss parameter to delay
416 * Rename delay qdisc to netsim
417 * Add autoconfiguration by building a Config file
418 and using it.
419
4202004-06-09 Stephen Hemminger <shemminger@osdl.org>
421
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000422 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000423 * Add GNU long style options
424 * For HTB use get_hz to pick up value of system HZ at runtime
425 * Delete unused funcs.
426
4272004-06-08 Stephen Hemminger <shemminger@osdl.org>
428
429 * Cleanup ss
430 - use const char and local functions where possible
431 * Add man pages from SuSe
432 * SuSE patches
433 - path to db4.1
434 - don't hardcode path to /tmp in ifstat
435 Alternat fix: was to use TMPDIR
436 - handle non-root user calling ip route flush going into
437 an infinite loop.
438 Alternate fix: was to timeout if route table doesn't empty.
439 * Try and get rid of dependency on kernel include files
440 Get rid of having private glibc-include headers
441
4422004-06-07 Stephen Hemminger <shemminger@osdl.org>
443
444 * Import patches that make sense from Fedora Core 2
445 - iproute2-2.4.7-hex
446 print fwmark in hex
447 - iproute2-2.4.7-netlink
448 handle getting right netlink mesg back
449 - iproute2-2.4.7-htb3-tc
450 add HTB scheduler
451 - iproute2-2.4.7-default
452 add entry default to rttable
453
4542004-06-04 Stephen Hemminger <shemminger@osdl.org>
455
456 * Add support for vegas info to ss
457
4582004-06-02 Stephen Hemminger <shemminger@osdl.org>
459
460 * Use const char in utility routines where appropriate
461 * Rearrange include files so can build with standard headers
462 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
463 and understand it
464 * Get rid of private defintions of network headers which existed
465 only to handle old glibc
466
4672004-04-15 Stephen Hemminger <shemminger@osdl.org>
468
469 * Add the delay (network simulation scheduler)
470
4712004-04-15 Stephen Hemminger <shemminger@osdl.org>
472
473 * Starting point baseline based on iproute2-2.4.7-ss020116-try
474