blob: 4d5bd412eb03f7d296e1a1c32481f4c46de962eb [file] [log] [blame]
shemminger8c564a42005-10-12 22:46:23 +000012005-10-12 Stephen Hemminger <shemminger@osdl.org>
2
3 * Add more CBQ examples from Fedora Core
shemminger7849fb52005-10-12 22:49:50 +00004 * Fix buffer overrun in iproute because of bits vs. bytes confusion
5
shemmingerb77caeb2005-10-12 22:32:34 +000062005-10-12 Jamal Hadi Salim <hadi@znyx.com>
7
8 * Fix ip rule flush, need to reopen rtnl
9
shemminger393c4372005-10-07 16:45:17 +0000102005-10-07 Stephen Hemminger <shemminger@osdl.org>
11
12 * Reenable ip mroute
13
shemmingerf453a0d2005-10-07 16:33:21 +0000142005-10-07 Mike Frysinger <vapier@gentoo.org>
15
16 * Handle pfifo_fast that has no qopt without segfaulting
17
shemminger7dae1702005-10-05 17:40:12 +0000182005-10-05 Mads Martin Joergensen <mmj@suse.de>
19
20 * Trivial netem ccopts
21
shemmingerfb229752005-10-04 23:15:32 +0000222005-10-04 Jerome Borsboom <j.borsboom@erasmusmc.nl>
23
24 * Fix regression in ip addr (libnetlink) handling
25
262005-09-21 Stephen Hemminger <shemminger@osdl.org>
shemminger8ed63ab2005-09-21 19:33:17 +000027
28 * Fix uninitialized memory and leaks with valgrind
29 Reported by Redhat
30
shemmingerce715cd2005-09-01 22:38:19 +0000312005-09-01 Mike Frysinger <vapier@gentoo.org>
32
33 * Fix build issues with netem tables (parallel make and HOSTCC)
34
352005-09-01 Stephen Hemminger <shemminger@osdl.org>
shemminger351efcd2005-09-01 19:21:50 +000036
37 * Integrate support for DCCP into 'ss' (from acme)
38 * Add -batch option to ip.
39 * Update to 2.6.14 headers
40
shemmingerc98e49e2005-09-01 18:12:33 +0000412005-09-01 Eric Dumazet <dada1@cosmosbay.com>
shemmingerce715cd2005-09-01 22:38:19 +000042
shemmingerc98e49e2005-09-01 18:12:33 +000043 * Fix lnstat : First column should not be summed
44
shemminger66081842005-08-16 21:10:51 +0000452005-08-16 Stephen Hemminger <shemminger@osdl.org>
46
47 * Limit ip route flush to 10 rounds.
48 * Cleanup ip rule flush error message
49
shemminger6864c1e2005-08-08 20:24:41 +0000502005-08-08 Stephen Hemminger <shemminger@osdl.org>
51
52 * Update to 2.6.13+ kernel headers
53 * Fix array overrun in paretonormal
54 * Fix ematch to not include dropped fields from skb.
55
shemminger3fcdebb2005-07-14 16:49:27 +0000562005-07-14 Thomas Graf <tgraf@suug.ch>
shemminger52d5ac32005-07-05 22:11:37 +000057
shemminger3fcdebb2005-07-14 16:49:27 +000058 * Make ematch bison/lex build with common flex
59
602005-07-10 Stephen Hemminger <shemminger@osdl.org>
61
62 * Fix Gcc 4.0 build warnings signed/unsigned
shemminger52d5ac32005-07-05 22:11:37 +000063
shemminger6d4662d2005-06-23 17:36:38 +0000642005-06-23 Jamal Hadi Salim <hadi@znyx.com>
65
66 * Fix for options process with ipt
67
shemminger08837cb2005-06-23 17:33:56 +0000682005-06-23 Thomas Graf <tgraf@suug.ch>
69
70 * Add extended matches (nbyte, cmp, u32, meta)
71 * Add basic classifier
72 * Fix clean/distclean makefile targets
73 * update local header file copies
74 * IPv4 multipath algorithm selection support
75 * cscope Makefile target
76 * Fix off-by-one while generating argument vector
77 in batched mode.
78 * Assume stdin if no argument is given to -batch
79
shemminger6d4662d2005-06-23 17:36:38 +0000802005-06-22 Stephen Hemminger <shemminger@osdl.org>
shemmingerea8fc102005-06-22 18:27:49 +000081
82 * Update include files to 2.6.12
83 * Add ss support for TCP_CONG
84
shemminger2b4fad62005-06-13 18:47:56 +0000852005-06-13 Steven Whitehouse <steve@chygwyn.com>
86
87 * Decnet doc's update
88
shemminger99f830d2005-06-07 22:15:48 +0000892005-06-07 Stephen Hemminger <shemminger@osdl.org>
90
91 * Fix 'ip link' map to handle case where device gets autoloaded
92 by using if_nametoindex as fallback
93 * Device indices are unsigned not int.
94
shemmingere4457652005-06-07 21:55:03 +0000952005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
96
97 * [ip] show timestamp when using '-t' option.
98 * [ip] remove duplicated code for expired message of xfrm.
shemminger9bec1a42005-06-07 21:58:25 +000099 * [ip] add "deleteall" command for xfrm;
100 "flush" uses kernel's flush interface and
101 "deleteall" uses legacy iproute2's flush feature like
102 getting-and-deleting-for-each.
shemmingere4457652005-06-07 21:55:03 +0000103
osdl.net!shemminger78615aa2005-03-30 18:51:35 +00001042005-03-30 Stephen Hemminger <shemminger@osdl.org>
105
106 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
107 because it isn't needed and not on all systems
osdl.net!shemmingerec596422005-04-01 19:56:29 +0000108 * Update rtnetlink.h and pkt_cls.h to be stripped versions
109 of headers from 2.6.12-rc1
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000110
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +00001112005-03-30 Jamal Hadi Salim <hadi@znyx.com>
112
113 * Proper verison of iptables headers (from 1.3.1)
114 * Set revision file in m_ipt
115 * Fix action_util naming in mirred
osdl.net!shemmingerec596422005-04-01 19:56:29 +0000116 * don't call ll_init_map in mirred
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +0000117
net[shemminger]!shemmingerf082b642005-03-30 18:16:10 +00001182005-03-19 Thomas Graf <tgraf@suug.ch>
119
120 * Warn about wildcard deletions and provide IFA_ADDRESS upon
121 deletions to enforce prefix length validation for IPv4.
osdl.net!shemminger3819eb92005-03-30 18:18:12 +0000122 * Fix netlink message alignment when the last routing attribute added
123 has a data length not aligned to RTA_ALIGNTO.
124
osdl.net!shemminger2cea8f22005-03-30 18:14:55 +00001252005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
126
127 * ipv6 xfrm allocspi and monitor support.
128
osdl.net!shemminger78615aa2005-03-30 18:51:35 +00001292005-03-29 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingerf8f9de52005-03-30 18:11:49 +0000130
131 * switch to stack for netem tables
132
osdl.net!shemminger08856f02005-03-18 19:40:55 +00001332005-03-18 Stephen Hemminger <shemminger@osdl.org>
134
135 * add -force option to batch mode
136 * handle midline comments in batch mode
137 * sum per cpu fields in lnstat correctly
138
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +00001392005-03-14 Stephen Hemminger <shemminger@osdl.org>
140
site!shemminger924d4fd2005-03-14 22:19:16 +0000141 * cleanup batch mode, allow continuation, comments etc.
142 * recode reuse of netlink socket
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000143
osdl.net!shemminger900da082005-03-14 19:04:15 +00001442005-03-14 Boian Bonev <boian@bonev.com>
145
146 * enhancement to batch mode.
147 it does not exit on error, just report it
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000148 tc reuses the already open netlink socket for subsequent command(s)
osdl.net!shemminger900da082005-03-14 19:04:15 +0000149
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +00001502005-03-14 Thomas Graf <tgraf@suug.ch>
151
152 * ip link command
153 print NO-CARRIER flag if there is no carrier and the link is up.
154
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001552005-03-14 Patrick McHardy <kaber@trash.net>
156
157 * bug: Use USER_HZ where necessary
158
osdl.net!shemmingerafa10e22005-03-14 22:23:38 +00001592005-03-10 Jamal Hadi Salim <hadi@znyx.com>
160
161 * Fix bug with register_target
162
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001632005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +0000164
165 * fix pkt_cls.h to have tc_u32_mark
166 * update include files to be stripped versions of 2.6.11
167 * add documentation about netem distributions [from nistnet]
168 * turn off nup in document make [from FC3]
169 * don't build with extra debug info (-g) [from FC3]
170
1712005-03-10 Nix <nix@esperi.org.uk>
172
173 * make man3 directory
174
1752005-03-10 Pasi <Pasi.Eronen@nokia.com>
176
177 * add ESP-in-UDP encapsulation
178
1792005-03-10 Thomas Graf <tgraf@suug.ch>
180 * [NETEM] Fix off by one
181 * update local header file copies
182 * [NEIGH] print number of probes done so far (statistics mode only)
183
1842005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
185 * Trivial typo in ip help
186
1872005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +0000188
189 * netem distribution data reorganization
190
1912005-02-09 Roland Dreier <roland@topspin.com>
192
193 * ip over infiniband address display
194
1952005-02-09 Jim Gifford <lfs@jg555.com>
196
197 * make install fix for ip/
198
1992005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +0000200
201 * Don't mix address families when flushing
202
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002032005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +0000204
205 * Validate classid is not too large to cause loss of bits.
206
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +00002072005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
208
209 * need to call getline() with null for first usage
210 * don't overwrite const arg
211
shemminger7dae1702005-10-05 17:40:12 +00002122005-02-07 Stephen Hemminger <shemminger@osdl.org>
site!shemmingerd5b48552005-02-07 18:01:21 +0000213
214 * Add experimental distribution
215
osdl.net!shemmingercb200962005-01-18 22:31:42 +00002162005-01-18 Yun Mao <maoy@cis.upenn.edu>
217
218 * typo in ss
219
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00002202005-01-18 Thomas Graf <tgraf@suug.ch>
221
222 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +0000223 * add addraw_l
224 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000225
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +00002262005-01-17 Jamal Hadi Salim <hadi@znyx.com>
227
228 * typo in m_mirred
229 * add support for pedit
230
2312005-01-13 Jim Gifford <lfs@jg555.com>
232
233 * Fix allocation size error in nomal and paretonormal generation
234 programs.
235
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +00002362005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
237
238 * ipmonitor shows IPv6 prefix list notification
239 * update to iproute2 xfrm for ipv6
240
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002412005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000242
243 * Fix compile warnings when building 64bit system since
244 u64 is unsigned long, but format is %llu
245
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +00002462005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
247
248 * Add the possibility to use fwmark in u32 filters
249
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00002502005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000251
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000252 * Add netlink manual page
253
2542004-10-20 Stephen Hemminger <shemminger@osdl.org>
255
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000256 * Add warning about "ip route nat" no longer supported
257
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00002582005-01-12 Thomas Graf <tgraf@suug.ch>
259
260 * Tc testsuite
261
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00002622005-01-12 Jamal Hadi Salim <hadi@znyx.com>
263
264 * Add iptables tc support. This meant borrowing headers
265 from iptables *ugh*
266
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00002672004-12-08 Jamal Hadi Salim <hadi@znyx.com>
268
269 * Add mirror and redirect actions
270
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00002712004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000272
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000273 * Don't include <asm/byteorder.h> since then we get dependant on
274 kernel headers on host machine
275 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000276
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00002772004-10-19 Harald Welte <laforge@gnumonks.org>
278
279 * Replace rtstat (and ctstat) with new lnstat
280
osdl.net!shemmingercece2482004-10-19 19:57:38 +00002812004-10-19 Mads Martin Joergensen <mmj@suse.de>
282
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000283 * Ip is using the wrong structure in ipaddress.c when showing stats
284 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000285
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00002862004-10-19 Michal <md@lnet.pl>
287
288 * fix scaling in print_rates (for bits)
289
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00002902004-09-28 Stephen Hemminger <shemminger@osdl.org>
291
292 * fix build problems with arpd and pthread
293 * add pkt_sched.h
294
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00002952004-09-28 Mike Frysinger <vapier@gentoo.org>
296
297 * make man8 directory
298 * install ifcfg and rtpr scripts
299
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00003002004-09-28 Andreas Haumer <andreas@xss.co.at>
301
302 * make install symlink fix.
303
3042004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
305
306 * ICMP/ICMPv6's type and code in IPsec selector.
307 * fixes `ip xfrm`'s algorithm key when using hexadecimal
308 * support 'ip xfrm' protocol types
309 * flush message types for XFRM's policy/state
310
311
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00003122004-09-01 Stephen Hemminger <shemminger@osdl.org>
313
314 * Fix ip command to not crash when interface name is too long.
315 always use strncpy(.., IFNAMSIZ)
316
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00003172004-08-31 Stephen Hemminger <shemminger@osdl.org>
318
319 * Add gact documentation from jamal
320 * Chang more arguments to rtnetlink API const
321 * Drop dead queuing disciplines
322 * Handle qdisc without xstats in core rather than
323 putting stub's everywhere
324 * Add requeue to tc_stats and handle new/old ABI issues
325
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00003262004-08-30 Stephen Hemminger <shemminger@osdl.org>
327
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000328 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000329 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000330 * Add support for loading distributions to netem
331
332
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00003332004-08-23 Stephen Hemminger <shemminger@osdl.org>
334
335 * Update from jamal for all the parts that got broken in the
336 last classification patch.
337 * Hfsc/sc patch from patrick
338
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00003392004-08-13 Stephen Hemminger <shemminger@osdl.org>
340
341 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000342 * Get rid of old Patches/ directory for tcp_diag module
343 * Make get_rate table based.
344
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00003452004-08-11 Stephen Hemminger <shemminger@osdl.org>
346
347 * Add xfrm message formatting from
348 Masahide Nakamura <nakam@linux-ipv6.org>
349
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00003502004-08-09 Stephen Hemminger <shemminger@osdl.org>
351
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000352 * Fix netem scheduler to handle case where psched us != real us
353
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000354 * Remove configuration for everything that can depend on
355 extracted kernel headers
356 * Add kernel headers required to include/linux
357
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00003582004-08-04 Stephen Hemminger <shemminger@osdl.org>
359
360 * Get rid of old tcp_diag module, it is part of kernel.
361
362 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
363
osdl.net!shemminger2979d522004-07-30 20:24:59 +00003642004-07-30 Stephen Hemminger <shemminger@osdl.org>
365
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000366 * Make ip xfrm stuff config option since it doesn't exist on 2.4
367
368 * HFSC doesn't exist on older 2.4 kernels so make it configurable
369
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000370 * HTB API changed and won't build with mismatched version.
371 Rather than sticking user with a build error, just don't
372 build it in on mismatch.
373
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000374 * Change configure script to make sure netem is the correct
375 version. I changed the structure def. a couple of times before
376 settling on the final API
377
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00003782004-07-16 Stephen Hemminger <shemminger@osdl.org>
379
380 * Add htb mpu support
381 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
382 * Three small xfrm updates
383
osdl.net!shemminger09d17272004-07-12 21:03:47 +00003842004-07-07 Stephen Hemminger <shemminger@osdl.org>
385
386 * Fix if_ether.h to fix arpd build
387 * Add hfsc scheduler support
388 * Add ip xfrm support
389 * Add add jitter (instead of rate) to netem scheduler
390
osdl.net!shemminger870f1222004-07-02 17:52:10 +00003912004-07-02 Stephen Hemminger <shemminger@osdl.org>
392
393 * use compile to test for ATM libraries
394 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
395 before it looked in standard search path (/lib;/usr/lib;...)
396 which seems out of place.
397 * build netem as shared library (more for testing/example)
398 * build ATM as shared library since libatm may be on build
399 machine but not on deployment machine
400 * fix make install to not install SCCS directories
401
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00004022004-07-01 Stephen Hemminger <shemminger@osdl.org>
403
404 * add more link options to ip command (from Mark Smith
405 * add rate and duplicate arguments to tc command
406 * add -iec flag for tc printout
407 * rename delay scheduler to netem
408
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00004092004-06-25 Stephen Hemminger <shemminger@osdl.org>
410
411 * Add loss parameter to delay
412 * Rename delay qdisc to netsim
413 * Add autoconfiguration by building a Config file
414 and using it.
415
4162004-06-09 Stephen Hemminger <shemminger@osdl.org>
417
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000418 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000419 * Add GNU long style options
420 * For HTB use get_hz to pick up value of system HZ at runtime
421 * Delete unused funcs.
422
4232004-06-08 Stephen Hemminger <shemminger@osdl.org>
424
425 * Cleanup ss
426 - use const char and local functions where possible
427 * Add man pages from SuSe
428 * SuSE patches
429 - path to db4.1
430 - don't hardcode path to /tmp in ifstat
431 Alternat fix: was to use TMPDIR
432 - handle non-root user calling ip route flush going into
433 an infinite loop.
434 Alternate fix: was to timeout if route table doesn't empty.
435 * Try and get rid of dependency on kernel include files
436 Get rid of having private glibc-include headers
437
4382004-06-07 Stephen Hemminger <shemminger@osdl.org>
439
440 * Import patches that make sense from Fedora Core 2
441 - iproute2-2.4.7-hex
442 print fwmark in hex
443 - iproute2-2.4.7-netlink
444 handle getting right netlink mesg back
445 - iproute2-2.4.7-htb3-tc
446 add HTB scheduler
447 - iproute2-2.4.7-default
448 add entry default to rttable
449
4502004-06-04 Stephen Hemminger <shemminger@osdl.org>
451
452 * Add support for vegas info to ss
453
4542004-06-02 Stephen Hemminger <shemminger@osdl.org>
455
456 * Use const char in utility routines where appropriate
457 * Rearrange include files so can build with standard headers
458 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
459 and understand it
460 * Get rid of private defintions of network headers which existed
461 only to handle old glibc
462
4632004-04-15 Stephen Hemminger <shemminger@osdl.org>
464
465 * Add the delay (network simulation scheduler)
466
4672004-04-15 Stephen Hemminger <shemminger@osdl.org>
468
469 * Starting point baseline based on iproute2-2.4.7-ss020116-try
470