blob: 5de10e8fd0298cabee9d2f45f762b41267cb5457 [file] [log] [blame]
shemmingerb77caeb2005-10-12 22:32:34 +000012005-10-12 Jamal Hadi Salim <hadi@znyx.com>
2
3 * Fix ip rule flush, need to reopen rtnl
4
shemminger393c4372005-10-07 16:45:17 +000052005-10-07 Stephen Hemminger <shemminger@osdl.org>
6
7 * Reenable ip mroute
8
shemmingerf453a0d2005-10-07 16:33:21 +000092005-10-07 Mike Frysinger <vapier@gentoo.org>
10
11 * Handle pfifo_fast that has no qopt without segfaulting
12
shemminger7dae1702005-10-05 17:40:12 +0000132005-10-05 Mads Martin Joergensen <mmj@suse.de>
14
15 * Trivial netem ccopts
16
shemmingerfb229752005-10-04 23:15:32 +0000172005-10-04 Jerome Borsboom <j.borsboom@erasmusmc.nl>
18
19 * Fix regression in ip addr (libnetlink) handling
20
212005-09-21 Stephen Hemminger <shemminger@osdl.org>
shemminger8ed63ab2005-09-21 19:33:17 +000022
23 * Fix uninitialized memory and leaks with valgrind
24 Reported by Redhat
25
shemmingerce715cd2005-09-01 22:38:19 +0000262005-09-01 Mike Frysinger <vapier@gentoo.org>
27
28 * Fix build issues with netem tables (parallel make and HOSTCC)
29
302005-09-01 Stephen Hemminger <shemminger@osdl.org>
shemminger351efcd2005-09-01 19:21:50 +000031
32 * Integrate support for DCCP into 'ss' (from acme)
33 * Add -batch option to ip.
34 * Update to 2.6.14 headers
35
shemmingerc98e49e2005-09-01 18:12:33 +0000362005-09-01 Eric Dumazet <dada1@cosmosbay.com>
shemmingerce715cd2005-09-01 22:38:19 +000037
shemmingerc98e49e2005-09-01 18:12:33 +000038 * Fix lnstat : First column should not be summed
39
shemminger66081842005-08-16 21:10:51 +0000402005-08-16 Stephen Hemminger <shemminger@osdl.org>
41
42 * Limit ip route flush to 10 rounds.
43 * Cleanup ip rule flush error message
44
shemminger6864c1e2005-08-08 20:24:41 +0000452005-08-08 Stephen Hemminger <shemminger@osdl.org>
46
47 * Update to 2.6.13+ kernel headers
48 * Fix array overrun in paretonormal
49 * Fix ematch to not include dropped fields from skb.
50
shemminger3fcdebb2005-07-14 16:49:27 +0000512005-07-14 Thomas Graf <tgraf@suug.ch>
shemminger52d5ac32005-07-05 22:11:37 +000052
shemminger3fcdebb2005-07-14 16:49:27 +000053 * Make ematch bison/lex build with common flex
54
552005-07-10 Stephen Hemminger <shemminger@osdl.org>
56
57 * Fix Gcc 4.0 build warnings signed/unsigned
shemminger52d5ac32005-07-05 22:11:37 +000058
shemminger6d4662d2005-06-23 17:36:38 +0000592005-06-23 Jamal Hadi Salim <hadi@znyx.com>
60
61 * Fix for options process with ipt
62
shemminger08837cb2005-06-23 17:33:56 +0000632005-06-23 Thomas Graf <tgraf@suug.ch>
64
65 * Add extended matches (nbyte, cmp, u32, meta)
66 * Add basic classifier
67 * Fix clean/distclean makefile targets
68 * update local header file copies
69 * IPv4 multipath algorithm selection support
70 * cscope Makefile target
71 * Fix off-by-one while generating argument vector
72 in batched mode.
73 * Assume stdin if no argument is given to -batch
74
shemminger6d4662d2005-06-23 17:36:38 +0000752005-06-22 Stephen Hemminger <shemminger@osdl.org>
shemmingerea8fc102005-06-22 18:27:49 +000076
77 * Update include files to 2.6.12
78 * Add ss support for TCP_CONG
79
shemminger2b4fad62005-06-13 18:47:56 +0000802005-06-13 Steven Whitehouse <steve@chygwyn.com>
81
82 * Decnet doc's update
83
shemminger99f830d2005-06-07 22:15:48 +0000842005-06-07 Stephen Hemminger <shemminger@osdl.org>
85
86 * Fix 'ip link' map to handle case where device gets autoloaded
87 by using if_nametoindex as fallback
88 * Device indices are unsigned not int.
89
shemmingere4457652005-06-07 21:55:03 +0000902005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
91
92 * [ip] show timestamp when using '-t' option.
93 * [ip] remove duplicated code for expired message of xfrm.
shemminger9bec1a42005-06-07 21:58:25 +000094 * [ip] add "deleteall" command for xfrm;
95 "flush" uses kernel's flush interface and
96 "deleteall" uses legacy iproute2's flush feature like
97 getting-and-deleting-for-each.
shemmingere4457652005-06-07 21:55:03 +000098
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000992005-03-30 Stephen Hemminger <shemminger@osdl.org>
100
101 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
102 because it isn't needed and not on all systems
osdl.net!shemmingerec596422005-04-01 19:56:29 +0000103 * Update rtnetlink.h and pkt_cls.h to be stripped versions
104 of headers from 2.6.12-rc1
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000105
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +00001062005-03-30 Jamal Hadi Salim <hadi@znyx.com>
107
108 * Proper verison of iptables headers (from 1.3.1)
109 * Set revision file in m_ipt
110 * Fix action_util naming in mirred
osdl.net!shemmingerec596422005-04-01 19:56:29 +0000111 * don't call ll_init_map in mirred
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +0000112
net[shemminger]!shemmingerf082b642005-03-30 18:16:10 +00001132005-03-19 Thomas Graf <tgraf@suug.ch>
114
115 * Warn about wildcard deletions and provide IFA_ADDRESS upon
116 deletions to enforce prefix length validation for IPv4.
osdl.net!shemminger3819eb92005-03-30 18:18:12 +0000117 * Fix netlink message alignment when the last routing attribute added
118 has a data length not aligned to RTA_ALIGNTO.
119
osdl.net!shemminger2cea8f22005-03-30 18:14:55 +00001202005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
121
122 * ipv6 xfrm allocspi and monitor support.
123
osdl.net!shemminger78615aa2005-03-30 18:51:35 +00001242005-03-29 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingerf8f9de52005-03-30 18:11:49 +0000125
126 * switch to stack for netem tables
127
osdl.net!shemminger08856f02005-03-18 19:40:55 +00001282005-03-18 Stephen Hemminger <shemminger@osdl.org>
129
130 * add -force option to batch mode
131 * handle midline comments in batch mode
132 * sum per cpu fields in lnstat correctly
133
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +00001342005-03-14 Stephen Hemminger <shemminger@osdl.org>
135
site!shemminger924d4fd2005-03-14 22:19:16 +0000136 * cleanup batch mode, allow continuation, comments etc.
137 * recode reuse of netlink socket
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000138
osdl.net!shemminger900da082005-03-14 19:04:15 +00001392005-03-14 Boian Bonev <boian@bonev.com>
140
141 * enhancement to batch mode.
142 it does not exit on error, just report it
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000143 tc reuses the already open netlink socket for subsequent command(s)
osdl.net!shemminger900da082005-03-14 19:04:15 +0000144
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +00001452005-03-14 Thomas Graf <tgraf@suug.ch>
146
147 * ip link command
148 print NO-CARRIER flag if there is no carrier and the link is up.
149
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001502005-03-14 Patrick McHardy <kaber@trash.net>
151
152 * bug: Use USER_HZ where necessary
153
osdl.net!shemmingerafa10e22005-03-14 22:23:38 +00001542005-03-10 Jamal Hadi Salim <hadi@znyx.com>
155
156 * Fix bug with register_target
157
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001582005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +0000159
160 * fix pkt_cls.h to have tc_u32_mark
161 * update include files to be stripped versions of 2.6.11
162 * add documentation about netem distributions [from nistnet]
163 * turn off nup in document make [from FC3]
164 * don't build with extra debug info (-g) [from FC3]
165
1662005-03-10 Nix <nix@esperi.org.uk>
167
168 * make man3 directory
169
1702005-03-10 Pasi <Pasi.Eronen@nokia.com>
171
172 * add ESP-in-UDP encapsulation
173
1742005-03-10 Thomas Graf <tgraf@suug.ch>
175 * [NETEM] Fix off by one
176 * update local header file copies
177 * [NEIGH] print number of probes done so far (statistics mode only)
178
1792005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
180 * Trivial typo in ip help
181
1822005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +0000183
184 * netem distribution data reorganization
185
1862005-02-09 Roland Dreier <roland@topspin.com>
187
188 * ip over infiniband address display
189
1902005-02-09 Jim Gifford <lfs@jg555.com>
191
192 * make install fix for ip/
193
1942005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +0000195
196 * Don't mix address families when flushing
197
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00001982005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +0000199
200 * Validate classid is not too large to cause loss of bits.
201
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +00002022005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
203
204 * need to call getline() with null for first usage
205 * don't overwrite const arg
206
shemminger7dae1702005-10-05 17:40:12 +00002072005-02-07 Stephen Hemminger <shemminger@osdl.org>
site!shemmingerd5b48552005-02-07 18:01:21 +0000208
209 * Add experimental distribution
210
osdl.net!shemmingercb200962005-01-18 22:31:42 +00002112005-01-18 Yun Mao <maoy@cis.upenn.edu>
212
213 * typo in ss
214
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00002152005-01-18 Thomas Graf <tgraf@suug.ch>
216
217 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +0000218 * add addraw_l
219 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000220
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +00002212005-01-17 Jamal Hadi Salim <hadi@znyx.com>
222
223 * typo in m_mirred
224 * add support for pedit
225
2262005-01-13 Jim Gifford <lfs@jg555.com>
227
228 * Fix allocation size error in nomal and paretonormal generation
229 programs.
230
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +00002312005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
232
233 * ipmonitor shows IPv6 prefix list notification
234 * update to iproute2 xfrm for ipv6
235
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002362005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000237
238 * Fix compile warnings when building 64bit system since
239 u64 is unsigned long, but format is %llu
240
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +00002412005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
242
243 * Add the possibility to use fwmark in u32 filters
244
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00002452005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000246
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000247 * Add netlink manual page
248
2492004-10-20 Stephen Hemminger <shemminger@osdl.org>
250
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000251 * Add warning about "ip route nat" no longer supported
252
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00002532005-01-12 Thomas Graf <tgraf@suug.ch>
254
255 * Tc testsuite
256
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00002572005-01-12 Jamal Hadi Salim <hadi@znyx.com>
258
259 * Add iptables tc support. This meant borrowing headers
260 from iptables *ugh*
261
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00002622004-12-08 Jamal Hadi Salim <hadi@znyx.com>
263
264 * Add mirror and redirect actions
265
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00002662004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000267
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000268 * Don't include <asm/byteorder.h> since then we get dependant on
269 kernel headers on host machine
270 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000271
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00002722004-10-19 Harald Welte <laforge@gnumonks.org>
273
274 * Replace rtstat (and ctstat) with new lnstat
275
osdl.net!shemmingercece2482004-10-19 19:57:38 +00002762004-10-19 Mads Martin Joergensen <mmj@suse.de>
277
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000278 * Ip is using the wrong structure in ipaddress.c when showing stats
279 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000280
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00002812004-10-19 Michal <md@lnet.pl>
282
283 * fix scaling in print_rates (for bits)
284
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00002852004-09-28 Stephen Hemminger <shemminger@osdl.org>
286
287 * fix build problems with arpd and pthread
288 * add pkt_sched.h
289
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00002902004-09-28 Mike Frysinger <vapier@gentoo.org>
291
292 * make man8 directory
293 * install ifcfg and rtpr scripts
294
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00002952004-09-28 Andreas Haumer <andreas@xss.co.at>
296
297 * make install symlink fix.
298
2992004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
300
301 * ICMP/ICMPv6's type and code in IPsec selector.
302 * fixes `ip xfrm`'s algorithm key when using hexadecimal
303 * support 'ip xfrm' protocol types
304 * flush message types for XFRM's policy/state
305
306
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00003072004-09-01 Stephen Hemminger <shemminger@osdl.org>
308
309 * Fix ip command to not crash when interface name is too long.
310 always use strncpy(.., IFNAMSIZ)
311
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00003122004-08-31 Stephen Hemminger <shemminger@osdl.org>
313
314 * Add gact documentation from jamal
315 * Chang more arguments to rtnetlink API const
316 * Drop dead queuing disciplines
317 * Handle qdisc without xstats in core rather than
318 putting stub's everywhere
319 * Add requeue to tc_stats and handle new/old ABI issues
320
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00003212004-08-30 Stephen Hemminger <shemminger@osdl.org>
322
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000323 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000324 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000325 * Add support for loading distributions to netem
326
327
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00003282004-08-23 Stephen Hemminger <shemminger@osdl.org>
329
330 * Update from jamal for all the parts that got broken in the
331 last classification patch.
332 * Hfsc/sc patch from patrick
333
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00003342004-08-13 Stephen Hemminger <shemminger@osdl.org>
335
336 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000337 * Get rid of old Patches/ directory for tcp_diag module
338 * Make get_rate table based.
339
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00003402004-08-11 Stephen Hemminger <shemminger@osdl.org>
341
342 * Add xfrm message formatting from
343 Masahide Nakamura <nakam@linux-ipv6.org>
344
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00003452004-08-09 Stephen Hemminger <shemminger@osdl.org>
346
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000347 * Fix netem scheduler to handle case where psched us != real us
348
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000349 * Remove configuration for everything that can depend on
350 extracted kernel headers
351 * Add kernel headers required to include/linux
352
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00003532004-08-04 Stephen Hemminger <shemminger@osdl.org>
354
355 * Get rid of old tcp_diag module, it is part of kernel.
356
357 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
358
osdl.net!shemminger2979d522004-07-30 20:24:59 +00003592004-07-30 Stephen Hemminger <shemminger@osdl.org>
360
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000361 * Make ip xfrm stuff config option since it doesn't exist on 2.4
362
363 * HFSC doesn't exist on older 2.4 kernels so make it configurable
364
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000365 * HTB API changed and won't build with mismatched version.
366 Rather than sticking user with a build error, just don't
367 build it in on mismatch.
368
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000369 * Change configure script to make sure netem is the correct
370 version. I changed the structure def. a couple of times before
371 settling on the final API
372
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00003732004-07-16 Stephen Hemminger <shemminger@osdl.org>
374
375 * Add htb mpu support
376 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
377 * Three small xfrm updates
378
osdl.net!shemminger09d17272004-07-12 21:03:47 +00003792004-07-07 Stephen Hemminger <shemminger@osdl.org>
380
381 * Fix if_ether.h to fix arpd build
382 * Add hfsc scheduler support
383 * Add ip xfrm support
384 * Add add jitter (instead of rate) to netem scheduler
385
osdl.net!shemminger870f1222004-07-02 17:52:10 +00003862004-07-02 Stephen Hemminger <shemminger@osdl.org>
387
388 * use compile to test for ATM libraries
389 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
390 before it looked in standard search path (/lib;/usr/lib;...)
391 which seems out of place.
392 * build netem as shared library (more for testing/example)
393 * build ATM as shared library since libatm may be on build
394 machine but not on deployment machine
395 * fix make install to not install SCCS directories
396
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00003972004-07-01 Stephen Hemminger <shemminger@osdl.org>
398
399 * add more link options to ip command (from Mark Smith
400 * add rate and duplicate arguments to tc command
401 * add -iec flag for tc printout
402 * rename delay scheduler to netem
403
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00004042004-06-25 Stephen Hemminger <shemminger@osdl.org>
405
406 * Add loss parameter to delay
407 * Rename delay qdisc to netsim
408 * Add autoconfiguration by building a Config file
409 and using it.
410
4112004-06-09 Stephen Hemminger <shemminger@osdl.org>
412
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000413 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000414 * Add GNU long style options
415 * For HTB use get_hz to pick up value of system HZ at runtime
416 * Delete unused funcs.
417
4182004-06-08 Stephen Hemminger <shemminger@osdl.org>
419
420 * Cleanup ss
421 - use const char and local functions where possible
422 * Add man pages from SuSe
423 * SuSE patches
424 - path to db4.1
425 - don't hardcode path to /tmp in ifstat
426 Alternat fix: was to use TMPDIR
427 - handle non-root user calling ip route flush going into
428 an infinite loop.
429 Alternate fix: was to timeout if route table doesn't empty.
430 * Try and get rid of dependency on kernel include files
431 Get rid of having private glibc-include headers
432
4332004-06-07 Stephen Hemminger <shemminger@osdl.org>
434
435 * Import patches that make sense from Fedora Core 2
436 - iproute2-2.4.7-hex
437 print fwmark in hex
438 - iproute2-2.4.7-netlink
439 handle getting right netlink mesg back
440 - iproute2-2.4.7-htb3-tc
441 add HTB scheduler
442 - iproute2-2.4.7-default
443 add entry default to rttable
444
4452004-06-04 Stephen Hemminger <shemminger@osdl.org>
446
447 * Add support for vegas info to ss
448
4492004-06-02 Stephen Hemminger <shemminger@osdl.org>
450
451 * Use const char in utility routines where appropriate
452 * Rearrange include files so can build with standard headers
453 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
454 and understand it
455 * Get rid of private defintions of network headers which existed
456 only to handle old glibc
457
4582004-04-15 Stephen Hemminger <shemminger@osdl.org>
459
460 * Add the delay (network simulation scheduler)
461
4622004-04-15 Stephen Hemminger <shemminger@osdl.org>
463
464 * Starting point baseline based on iproute2-2.4.7-ss020116-try
465