blob: dd1973db9653de3625029450b9dbbc29f764b02d [file] [log] [blame]
shemminger8ed63ab2005-09-21 19:33:17 +000012005-09-21 Stephen Hemminger <shemminger@localhost.localdomain>
2
3 * Fix uninitialized memory and leaks with valgrind
4 Reported by Redhat
5
shemmingerce715cd2005-09-01 22:38:19 +000062005-09-01 Mike Frysinger <vapier@gentoo.org>
7
8 * Fix build issues with netem tables (parallel make and HOSTCC)
9
102005-09-01 Stephen Hemminger <shemminger@osdl.org>
shemminger351efcd2005-09-01 19:21:50 +000011
12 * Integrate support for DCCP into 'ss' (from acme)
13 * Add -batch option to ip.
14 * Update to 2.6.14 headers
15
shemmingerc98e49e2005-09-01 18:12:33 +0000162005-09-01 Eric Dumazet <dada1@cosmosbay.com>
shemmingerce715cd2005-09-01 22:38:19 +000017
shemmingerc98e49e2005-09-01 18:12:33 +000018 * Fix lnstat : First column should not be summed
19
shemminger66081842005-08-16 21:10:51 +0000202005-08-16 Stephen Hemminger <shemminger@osdl.org>
21
22 * Limit ip route flush to 10 rounds.
23 * Cleanup ip rule flush error message
24
shemminger6864c1e2005-08-08 20:24:41 +0000252005-08-08 Stephen Hemminger <shemminger@osdl.org>
26
27 * Update to 2.6.13+ kernel headers
28 * Fix array overrun in paretonormal
29 * Fix ematch to not include dropped fields from skb.
30
shemminger3fcdebb2005-07-14 16:49:27 +0000312005-07-14 Thomas Graf <tgraf@suug.ch>
shemminger52d5ac32005-07-05 22:11:37 +000032
shemminger3fcdebb2005-07-14 16:49:27 +000033 * Make ematch bison/lex build with common flex
34
352005-07-10 Stephen Hemminger <shemminger@osdl.org>
36
37 * Fix Gcc 4.0 build warnings signed/unsigned
shemminger52d5ac32005-07-05 22:11:37 +000038
shemminger6d4662d2005-06-23 17:36:38 +0000392005-06-23 Jamal Hadi Salim <hadi@znyx.com>
40
41 * Fix for options process with ipt
42
shemminger08837cb2005-06-23 17:33:56 +0000432005-06-23 Thomas Graf <tgraf@suug.ch>
44
45 * Add extended matches (nbyte, cmp, u32, meta)
46 * Add basic classifier
47 * Fix clean/distclean makefile targets
48 * update local header file copies
49 * IPv4 multipath algorithm selection support
50 * cscope Makefile target
51 * Fix off-by-one while generating argument vector
52 in batched mode.
53 * Assume stdin if no argument is given to -batch
54
shemminger6d4662d2005-06-23 17:36:38 +0000552005-06-22 Stephen Hemminger <shemminger@osdl.org>
shemmingerea8fc102005-06-22 18:27:49 +000056
57 * Update include files to 2.6.12
58 * Add ss support for TCP_CONG
59
shemminger2b4fad62005-06-13 18:47:56 +0000602005-06-13 Steven Whitehouse <steve@chygwyn.com>
61
62 * Decnet doc's update
63
shemminger99f830d2005-06-07 22:15:48 +0000642005-06-07 Stephen Hemminger <shemminger@osdl.org>
65
66 * Fix 'ip link' map to handle case where device gets autoloaded
67 by using if_nametoindex as fallback
68 * Device indices are unsigned not int.
69
shemmingere4457652005-06-07 21:55:03 +0000702005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
71
72 * [ip] show timestamp when using '-t' option.
73 * [ip] remove duplicated code for expired message of xfrm.
shemminger9bec1a42005-06-07 21:58:25 +000074 * [ip] add "deleteall" command for xfrm;
75 "flush" uses kernel's flush interface and
76 "deleteall" uses legacy iproute2's flush feature like
77 getting-and-deleting-for-each.
shemmingere4457652005-06-07 21:55:03 +000078
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000792005-03-30 Stephen Hemminger <shemminger@osdl.org>
80
81 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
82 because it isn't needed and not on all systems
osdl.net!shemmingerec596422005-04-01 19:56:29 +000083 * Update rtnetlink.h and pkt_cls.h to be stripped versions
84 of headers from 2.6.12-rc1
osdl.net!shemminger78615aa2005-03-30 18:51:35 +000085
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +0000862005-03-30 Jamal Hadi Salim <hadi@znyx.com>
87
88 * Proper verison of iptables headers (from 1.3.1)
89 * Set revision file in m_ipt
90 * Fix action_util naming in mirred
osdl.net!shemmingerec596422005-04-01 19:56:29 +000091 * don't call ll_init_map in mirred
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +000092
net[shemminger]!shemmingerf082b642005-03-30 18:16:10 +0000932005-03-19 Thomas Graf <tgraf@suug.ch>
94
95 * Warn about wildcard deletions and provide IFA_ADDRESS upon
96 deletions to enforce prefix length validation for IPv4.
osdl.net!shemminger3819eb92005-03-30 18:18:12 +000097 * Fix netlink message alignment when the last routing attribute added
98 has a data length not aligned to RTA_ALIGNTO.
99
osdl.net!shemminger2cea8f22005-03-30 18:14:55 +00001002005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
101
102 * ipv6 xfrm allocspi and monitor support.
103
osdl.net!shemminger78615aa2005-03-30 18:51:35 +00001042005-03-29 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingerf8f9de52005-03-30 18:11:49 +0000105
106 * switch to stack for netem tables
107
osdl.net!shemminger08856f02005-03-18 19:40:55 +00001082005-03-18 Stephen Hemminger <shemminger@osdl.org>
109
110 * add -force option to batch mode
111 * handle midline comments in batch mode
112 * sum per cpu fields in lnstat correctly
113
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +00001142005-03-14 Stephen Hemminger <shemminger@osdl.org>
115
site!shemminger924d4fd2005-03-14 22:19:16 +0000116 * cleanup batch mode, allow continuation, comments etc.
117 * recode reuse of netlink socket
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000118
osdl.net!shemminger900da082005-03-14 19:04:15 +00001192005-03-14 Boian Bonev <boian@bonev.com>
120
121 * enhancement to batch mode.
122 it does not exit on error, just report it
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000123 tc reuses the already open netlink socket for subsequent command(s)
osdl.net!shemminger900da082005-03-14 19:04:15 +0000124
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +00001252005-03-14 Thomas Graf <tgraf@suug.ch>
126
127 * ip link command
128 print NO-CARRIER flag if there is no carrier and the link is up.
129
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001302005-03-14 Patrick McHardy <kaber@trash.net>
131
132 * bug: Use USER_HZ where necessary
133
osdl.net!shemmingerafa10e22005-03-14 22:23:38 +00001342005-03-10 Jamal Hadi Salim <hadi@znyx.com>
135
136 * Fix bug with register_target
137
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001382005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +0000139
140 * fix pkt_cls.h to have tc_u32_mark
141 * update include files to be stripped versions of 2.6.11
142 * add documentation about netem distributions [from nistnet]
143 * turn off nup in document make [from FC3]
144 * don't build with extra debug info (-g) [from FC3]
145
1462005-03-10 Nix <nix@esperi.org.uk>
147
148 * make man3 directory
149
1502005-03-10 Pasi <Pasi.Eronen@nokia.com>
151
152 * add ESP-in-UDP encapsulation
153
1542005-03-10 Thomas Graf <tgraf@suug.ch>
155 * [NETEM] Fix off by one
156 * update local header file copies
157 * [NEIGH] print number of probes done so far (statistics mode only)
158
1592005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
160 * Trivial typo in ip help
161
1622005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +0000163
164 * netem distribution data reorganization
165
1662005-02-09 Roland Dreier <roland@topspin.com>
167
168 * ip over infiniband address display
169
1702005-02-09 Jim Gifford <lfs@jg555.com>
171
172 * make install fix for ip/
173
1742005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +0000175
176 * Don't mix address families when flushing
177
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00001782005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +0000179
180 * Validate classid is not too large to cause loss of bits.
181
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +00001822005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
183
184 * need to call getline() with null for first usage
185 * don't overwrite const arg
186
site!shemmingerd5b48552005-02-07 18:01:21 +00001872005-02-07 Stephen Hemminger <shemminger@linux.site>
188
189 * Add experimental distribution
190
osdl.net!shemmingercb200962005-01-18 22:31:42 +00001912005-01-18 Yun Mao <maoy@cis.upenn.edu>
192
193 * typo in ss
194
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00001952005-01-18 Thomas Graf <tgraf@suug.ch>
196
197 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +0000198 * add addraw_l
199 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000200
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +00002012005-01-17 Jamal Hadi Salim <hadi@znyx.com>
202
203 * typo in m_mirred
204 * add support for pedit
205
2062005-01-13 Jim Gifford <lfs@jg555.com>
207
208 * Fix allocation size error in nomal and paretonormal generation
209 programs.
210
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +00002112005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
212
213 * ipmonitor shows IPv6 prefix list notification
214 * update to iproute2 xfrm for ipv6
215
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002162005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000217
218 * Fix compile warnings when building 64bit system since
219 u64 is unsigned long, but format is %llu
220
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +00002212005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
222
223 * Add the possibility to use fwmark in u32 filters
224
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00002252005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000226
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000227 * Add netlink manual page
228
2292004-10-20 Stephen Hemminger <shemminger@osdl.org>
230
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000231 * Add warning about "ip route nat" no longer supported
232
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00002332005-01-12 Thomas Graf <tgraf@suug.ch>
234
235 * Tc testsuite
236
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00002372005-01-12 Jamal Hadi Salim <hadi@znyx.com>
238
239 * Add iptables tc support. This meant borrowing headers
240 from iptables *ugh*
241
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00002422004-12-08 Jamal Hadi Salim <hadi@znyx.com>
243
244 * Add mirror and redirect actions
245
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00002462004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000247
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000248 * Don't include <asm/byteorder.h> since then we get dependant on
249 kernel headers on host machine
250 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000251
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00002522004-10-19 Harald Welte <laforge@gnumonks.org>
253
254 * Replace rtstat (and ctstat) with new lnstat
255
osdl.net!shemmingercece2482004-10-19 19:57:38 +00002562004-10-19 Mads Martin Joergensen <mmj@suse.de>
257
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000258 * Ip is using the wrong structure in ipaddress.c when showing stats
259 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000260
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00002612004-10-19 Michal <md@lnet.pl>
262
263 * fix scaling in print_rates (for bits)
264
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00002652004-09-28 Stephen Hemminger <shemminger@osdl.org>
266
267 * fix build problems with arpd and pthread
268 * add pkt_sched.h
269
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00002702004-09-28 Mike Frysinger <vapier@gentoo.org>
271
272 * make man8 directory
273 * install ifcfg and rtpr scripts
274
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00002752004-09-28 Andreas Haumer <andreas@xss.co.at>
276
277 * make install symlink fix.
278
2792004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
280
281 * ICMP/ICMPv6's type and code in IPsec selector.
282 * fixes `ip xfrm`'s algorithm key when using hexadecimal
283 * support 'ip xfrm' protocol types
284 * flush message types for XFRM's policy/state
285
286
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00002872004-09-01 Stephen Hemminger <shemminger@osdl.org>
288
289 * Fix ip command to not crash when interface name is too long.
290 always use strncpy(.., IFNAMSIZ)
291
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00002922004-08-31 Stephen Hemminger <shemminger@osdl.org>
293
294 * Add gact documentation from jamal
295 * Chang more arguments to rtnetlink API const
296 * Drop dead queuing disciplines
297 * Handle qdisc without xstats in core rather than
298 putting stub's everywhere
299 * Add requeue to tc_stats and handle new/old ABI issues
300
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00003012004-08-30 Stephen Hemminger <shemminger@osdl.org>
302
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000303 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000304 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000305 * Add support for loading distributions to netem
306
307
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00003082004-08-23 Stephen Hemminger <shemminger@osdl.org>
309
310 * Update from jamal for all the parts that got broken in the
311 last classification patch.
312 * Hfsc/sc patch from patrick
313
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00003142004-08-13 Stephen Hemminger <shemminger@osdl.org>
315
316 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000317 * Get rid of old Patches/ directory for tcp_diag module
318 * Make get_rate table based.
319
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00003202004-08-11 Stephen Hemminger <shemminger@osdl.org>
321
322 * Add xfrm message formatting from
323 Masahide Nakamura <nakam@linux-ipv6.org>
324
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00003252004-08-09 Stephen Hemminger <shemminger@osdl.org>
326
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000327 * Fix netem scheduler to handle case where psched us != real us
328
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000329 * Remove configuration for everything that can depend on
330 extracted kernel headers
331 * Add kernel headers required to include/linux
332
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00003332004-08-04 Stephen Hemminger <shemminger@osdl.org>
334
335 * Get rid of old tcp_diag module, it is part of kernel.
336
337 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
338
osdl.net!shemminger2979d522004-07-30 20:24:59 +00003392004-07-30 Stephen Hemminger <shemminger@osdl.org>
340
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000341 * Make ip xfrm stuff config option since it doesn't exist on 2.4
342
343 * HFSC doesn't exist on older 2.4 kernels so make it configurable
344
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000345 * HTB API changed and won't build with mismatched version.
346 Rather than sticking user with a build error, just don't
347 build it in on mismatch.
348
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000349 * Change configure script to make sure netem is the correct
350 version. I changed the structure def. a couple of times before
351 settling on the final API
352
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00003532004-07-16 Stephen Hemminger <shemminger@osdl.org>
354
355 * Add htb mpu support
356 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
357 * Three small xfrm updates
358
osdl.net!shemminger09d17272004-07-12 21:03:47 +00003592004-07-07 Stephen Hemminger <shemminger@osdl.org>
360
361 * Fix if_ether.h to fix arpd build
362 * Add hfsc scheduler support
363 * Add ip xfrm support
364 * Add add jitter (instead of rate) to netem scheduler
365
osdl.net!shemminger870f1222004-07-02 17:52:10 +00003662004-07-02 Stephen Hemminger <shemminger@osdl.org>
367
368 * use compile to test for ATM libraries
369 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
370 before it looked in standard search path (/lib;/usr/lib;...)
371 which seems out of place.
372 * build netem as shared library (more for testing/example)
373 * build ATM as shared library since libatm may be on build
374 machine but not on deployment machine
375 * fix make install to not install SCCS directories
376
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00003772004-07-01 Stephen Hemminger <shemminger@osdl.org>
378
379 * add more link options to ip command (from Mark Smith
380 * add rate and duplicate arguments to tc command
381 * add -iec flag for tc printout
382 * rename delay scheduler to netem
383
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00003842004-06-25 Stephen Hemminger <shemminger@osdl.org>
385
386 * Add loss parameter to delay
387 * Rename delay qdisc to netsim
388 * Add autoconfiguration by building a Config file
389 and using it.
390
3912004-06-09 Stephen Hemminger <shemminger@osdl.org>
392
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000393 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000394 * Add GNU long style options
395 * For HTB use get_hz to pick up value of system HZ at runtime
396 * Delete unused funcs.
397
3982004-06-08 Stephen Hemminger <shemminger@osdl.org>
399
400 * Cleanup ss
401 - use const char and local functions where possible
402 * Add man pages from SuSe
403 * SuSE patches
404 - path to db4.1
405 - don't hardcode path to /tmp in ifstat
406 Alternat fix: was to use TMPDIR
407 - handle non-root user calling ip route flush going into
408 an infinite loop.
409 Alternate fix: was to timeout if route table doesn't empty.
410 * Try and get rid of dependency on kernel include files
411 Get rid of having private glibc-include headers
412
4132004-06-07 Stephen Hemminger <shemminger@osdl.org>
414
415 * Import patches that make sense from Fedora Core 2
416 - iproute2-2.4.7-hex
417 print fwmark in hex
418 - iproute2-2.4.7-netlink
419 handle getting right netlink mesg back
420 - iproute2-2.4.7-htb3-tc
421 add HTB scheduler
422 - iproute2-2.4.7-default
423 add entry default to rttable
424
4252004-06-04 Stephen Hemminger <shemminger@osdl.org>
426
427 * Add support for vegas info to ss
428
4292004-06-02 Stephen Hemminger <shemminger@osdl.org>
430
431 * Use const char in utility routines where appropriate
432 * Rearrange include files so can build with standard headers
433 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
434 and understand it
435 * Get rid of private defintions of network headers which existed
436 only to handle old glibc
437
4382004-04-15 Stephen Hemminger <shemminger@osdl.org>
439
440 * Add the delay (network simulation scheduler)
441
4422004-04-15 Stephen Hemminger <shemminger@osdl.org>
443
444 * Starting point baseline based on iproute2-2.4.7-ss020116-try
445