blob: bda8f61af2a663d53ce62d1cd9341a4bb7838916 [file] [log] [blame]
shemminger2034ee92005-11-01 17:54:34 +000012005-11-01 Stephen Hemminger <shemminger@osdl.org
2
3 * Update to 2.6.14 sanitized headers
4
shemminger234b6132005-10-24 16:26:25 +000052005-10-24 Patrick McHardy <kaber@trash.net>
6
7 * Fix ip commnad shortcuts
8
shemminger8c564a42005-10-12 22:46:23 +000092005-10-12 Stephen Hemminger <shemminger@osdl.org>
10
11 * Add more CBQ examples from Fedora Core
shemminger7849fb52005-10-12 22:49:50 +000012 * Fix buffer overrun in iproute because of bits vs. bytes confusion
13
shemmingerb77caeb2005-10-12 22:32:34 +0000142005-10-12 Jamal Hadi Salim <hadi@znyx.com>
15
16 * Fix ip rule flush, need to reopen rtnl
17
shemminger393c4372005-10-07 16:45:17 +0000182005-10-07 Stephen Hemminger <shemminger@osdl.org>
19
20 * Reenable ip mroute
21
shemmingerf453a0d2005-10-07 16:33:21 +0000222005-10-07 Mike Frysinger <vapier@gentoo.org>
23
24 * Handle pfifo_fast that has no qopt without segfaulting
25
shemminger7dae1702005-10-05 17:40:12 +0000262005-10-05 Mads Martin Joergensen <mmj@suse.de>
27
28 * Trivial netem ccopts
29
shemmingerfb229752005-10-04 23:15:32 +0000302005-10-04 Jerome Borsboom <j.borsboom@erasmusmc.nl>
31
32 * Fix regression in ip addr (libnetlink) handling
33
342005-09-21 Stephen Hemminger <shemminger@osdl.org>
shemminger8ed63ab2005-09-21 19:33:17 +000035
36 * Fix uninitialized memory and leaks with valgrind
37 Reported by Redhat
38
shemmingerce715cd2005-09-01 22:38:19 +0000392005-09-01 Mike Frysinger <vapier@gentoo.org>
40
41 * Fix build issues with netem tables (parallel make and HOSTCC)
42
432005-09-01 Stephen Hemminger <shemminger@osdl.org>
shemminger351efcd2005-09-01 19:21:50 +000044
45 * Integrate support for DCCP into 'ss' (from acme)
46 * Add -batch option to ip.
47 * Update to 2.6.14 headers
48
shemmingerc98e49e2005-09-01 18:12:33 +0000492005-09-01 Eric Dumazet <dada1@cosmosbay.com>
shemmingerce715cd2005-09-01 22:38:19 +000050
shemmingerc98e49e2005-09-01 18:12:33 +000051 * Fix lnstat : First column should not be summed
52
shemminger66081842005-08-16 21:10:51 +0000532005-08-16 Stephen Hemminger <shemminger@osdl.org>
54
55 * Limit ip route flush to 10 rounds.
56 * Cleanup ip rule flush error message
57
shemminger6864c1e2005-08-08 20:24:41 +0000582005-08-08 Stephen Hemminger <shemminger@osdl.org>
59
60 * Update to 2.6.13+ kernel headers
61 * Fix array overrun in paretonormal
62 * Fix ematch to not include dropped fields from skb.
63
shemminger3fcdebb2005-07-14 16:49:27 +0000642005-07-14 Thomas Graf <tgraf@suug.ch>
shemminger52d5ac32005-07-05 22:11:37 +000065
shemminger3fcdebb2005-07-14 16:49:27 +000066 * Make ematch bison/lex build with common flex
67
682005-07-10 Stephen Hemminger <shemminger@osdl.org>
69
70 * Fix Gcc 4.0 build warnings signed/unsigned
shemminger52d5ac32005-07-05 22:11:37 +000071
shemminger6d4662d2005-06-23 17:36:38 +0000722005-06-23 Jamal Hadi Salim <hadi@znyx.com>
73
74 * Fix for options process with ipt
75
shemminger08837cb2005-06-23 17:33:56 +0000762005-06-23 Thomas Graf <tgraf@suug.ch>
77
78 * Add extended matches (nbyte, cmp, u32, meta)
79 * Add basic classifier
80 * Fix clean/distclean makefile targets
81 * update local header file copies
82 * IPv4 multipath algorithm selection support
83 * cscope Makefile target
84 * Fix off-by-one while generating argument vector
85 in batched mode.
86 * Assume stdin if no argument is given to -batch
87
shemminger6d4662d2005-06-23 17:36:38 +0000882005-06-22 Stephen Hemminger <shemminger@osdl.org>
shemmingerea8fc102005-06-22 18:27:49 +000089
90 * Update include files to 2.6.12
91 * Add ss support for TCP_CONG
92
shemminger2b4fad62005-06-13 18:47:56 +0000932005-06-13 Steven Whitehouse <steve@chygwyn.com>
94
95 * Decnet doc's update
96
shemminger99f830d2005-06-07 22:15:48 +0000972005-06-07 Stephen Hemminger <shemminger@osdl.org>
98
99 * Fix 'ip link' map to handle case where device gets autoloaded
100 by using if_nametoindex as fallback
101 * Device indices are unsigned not int.
102
shemmingere4457652005-06-07 21:55:03 +00001032005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
104
105 * [ip] show timestamp when using '-t' option.
106 * [ip] remove duplicated code for expired message of xfrm.
shemminger9bec1a42005-06-07 21:58:25 +0000107 * [ip] add "deleteall" command for xfrm;
108 "flush" uses kernel's flush interface and
109 "deleteall" uses legacy iproute2's flush feature like
110 getting-and-deleting-for-each.
shemmingere4457652005-06-07 21:55:03 +0000111
osdl.net!shemminger78615aa2005-03-30 18:51:35 +00001122005-03-30 Stephen Hemminger <shemminger@osdl.org>
113
114 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
115 because it isn't needed and not on all systems
osdl.net!shemmingerec596422005-04-01 19:56:29 +0000116 * Update rtnetlink.h and pkt_cls.h to be stripped versions
117 of headers from 2.6.12-rc1
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000118
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +00001192005-03-30 Jamal Hadi Salim <hadi@znyx.com>
120
121 * Proper verison of iptables headers (from 1.3.1)
122 * Set revision file in m_ipt
123 * Fix action_util naming in mirred
osdl.net!shemmingerec596422005-04-01 19:56:29 +0000124 * don't call ll_init_map in mirred
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +0000125
net[shemminger]!shemmingerf082b642005-03-30 18:16:10 +00001262005-03-19 Thomas Graf <tgraf@suug.ch>
127
128 * Warn about wildcard deletions and provide IFA_ADDRESS upon
129 deletions to enforce prefix length validation for IPv4.
osdl.net!shemminger3819eb92005-03-30 18:18:12 +0000130 * Fix netlink message alignment when the last routing attribute added
131 has a data length not aligned to RTA_ALIGNTO.
132
osdl.net!shemminger2cea8f22005-03-30 18:14:55 +00001332005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
134
135 * ipv6 xfrm allocspi and monitor support.
136
osdl.net!shemminger78615aa2005-03-30 18:51:35 +00001372005-03-29 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingerf8f9de52005-03-30 18:11:49 +0000138
139 * switch to stack for netem tables
140
osdl.net!shemminger08856f02005-03-18 19:40:55 +00001412005-03-18 Stephen Hemminger <shemminger@osdl.org>
142
143 * add -force option to batch mode
144 * handle midline comments in batch mode
145 * sum per cpu fields in lnstat correctly
146
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +00001472005-03-14 Stephen Hemminger <shemminger@osdl.org>
148
site!shemminger924d4fd2005-03-14 22:19:16 +0000149 * cleanup batch mode, allow continuation, comments etc.
150 * recode reuse of netlink socket
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000151
osdl.net!shemminger900da082005-03-14 19:04:15 +00001522005-03-14 Boian Bonev <boian@bonev.com>
153
154 * enhancement to batch mode.
155 it does not exit on error, just report it
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000156 tc reuses the already open netlink socket for subsequent command(s)
osdl.net!shemminger900da082005-03-14 19:04:15 +0000157
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +00001582005-03-14 Thomas Graf <tgraf@suug.ch>
159
160 * ip link command
161 print NO-CARRIER flag if there is no carrier and the link is up.
162
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001632005-03-14 Patrick McHardy <kaber@trash.net>
164
165 * bug: Use USER_HZ where necessary
166
osdl.net!shemmingerafa10e22005-03-14 22:23:38 +00001672005-03-10 Jamal Hadi Salim <hadi@znyx.com>
168
169 * Fix bug with register_target
170
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001712005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +0000172
173 * fix pkt_cls.h to have tc_u32_mark
174 * update include files to be stripped versions of 2.6.11
175 * add documentation about netem distributions [from nistnet]
176 * turn off nup in document make [from FC3]
177 * don't build with extra debug info (-g) [from FC3]
178
1792005-03-10 Nix <nix@esperi.org.uk>
180
181 * make man3 directory
182
1832005-03-10 Pasi <Pasi.Eronen@nokia.com>
184
185 * add ESP-in-UDP encapsulation
186
1872005-03-10 Thomas Graf <tgraf@suug.ch>
188 * [NETEM] Fix off by one
189 * update local header file copies
190 * [NEIGH] print number of probes done so far (statistics mode only)
191
1922005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
193 * Trivial typo in ip help
194
1952005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +0000196
197 * netem distribution data reorganization
198
1992005-02-09 Roland Dreier <roland@topspin.com>
200
201 * ip over infiniband address display
202
2032005-02-09 Jim Gifford <lfs@jg555.com>
204
205 * make install fix for ip/
206
2072005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +0000208
209 * Don't mix address families when flushing
210
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002112005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +0000212
213 * Validate classid is not too large to cause loss of bits.
214
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +00002152005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
216
217 * need to call getline() with null for first usage
218 * don't overwrite const arg
219
shemminger7dae1702005-10-05 17:40:12 +00002202005-02-07 Stephen Hemminger <shemminger@osdl.org>
site!shemmingerd5b48552005-02-07 18:01:21 +0000221
222 * Add experimental distribution
223
osdl.net!shemmingercb200962005-01-18 22:31:42 +00002242005-01-18 Yun Mao <maoy@cis.upenn.edu>
225
226 * typo in ss
227
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00002282005-01-18 Thomas Graf <tgraf@suug.ch>
229
230 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +0000231 * add addraw_l
232 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000233
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +00002342005-01-17 Jamal Hadi Salim <hadi@znyx.com>
235
236 * typo in m_mirred
237 * add support for pedit
238
2392005-01-13 Jim Gifford <lfs@jg555.com>
240
241 * Fix allocation size error in nomal and paretonormal generation
242 programs.
243
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +00002442005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
245
246 * ipmonitor shows IPv6 prefix list notification
247 * update to iproute2 xfrm for ipv6
248
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002492005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000250
251 * Fix compile warnings when building 64bit system since
252 u64 is unsigned long, but format is %llu
253
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +00002542005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
255
256 * Add the possibility to use fwmark in u32 filters
257
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00002582005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000259
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000260 * Add netlink manual page
261
2622004-10-20 Stephen Hemminger <shemminger@osdl.org>
263
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000264 * Add warning about "ip route nat" no longer supported
265
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00002662005-01-12 Thomas Graf <tgraf@suug.ch>
267
268 * Tc testsuite
269
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00002702005-01-12 Jamal Hadi Salim <hadi@znyx.com>
271
272 * Add iptables tc support. This meant borrowing headers
273 from iptables *ugh*
274
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00002752004-12-08 Jamal Hadi Salim <hadi@znyx.com>
276
277 * Add mirror and redirect actions
278
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00002792004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000280
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000281 * Don't include <asm/byteorder.h> since then we get dependant on
282 kernel headers on host machine
283 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000284
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00002852004-10-19 Harald Welte <laforge@gnumonks.org>
286
287 * Replace rtstat (and ctstat) with new lnstat
288
osdl.net!shemmingercece2482004-10-19 19:57:38 +00002892004-10-19 Mads Martin Joergensen <mmj@suse.de>
290
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000291 * Ip is using the wrong structure in ipaddress.c when showing stats
292 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000293
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00002942004-10-19 Michal <md@lnet.pl>
295
296 * fix scaling in print_rates (for bits)
297
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00002982004-09-28 Stephen Hemminger <shemminger@osdl.org>
299
300 * fix build problems with arpd and pthread
301 * add pkt_sched.h
302
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00003032004-09-28 Mike Frysinger <vapier@gentoo.org>
304
305 * make man8 directory
306 * install ifcfg and rtpr scripts
307
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00003082004-09-28 Andreas Haumer <andreas@xss.co.at>
309
310 * make install symlink fix.
311
3122004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
313
314 * ICMP/ICMPv6's type and code in IPsec selector.
315 * fixes `ip xfrm`'s algorithm key when using hexadecimal
316 * support 'ip xfrm' protocol types
317 * flush message types for XFRM's policy/state
318
319
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00003202004-09-01 Stephen Hemminger <shemminger@osdl.org>
321
322 * Fix ip command to not crash when interface name is too long.
323 always use strncpy(.., IFNAMSIZ)
324
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00003252004-08-31 Stephen Hemminger <shemminger@osdl.org>
326
327 * Add gact documentation from jamal
328 * Chang more arguments to rtnetlink API const
329 * Drop dead queuing disciplines
330 * Handle qdisc without xstats in core rather than
331 putting stub's everywhere
332 * Add requeue to tc_stats and handle new/old ABI issues
333
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00003342004-08-30 Stephen Hemminger <shemminger@osdl.org>
335
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000336 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000337 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000338 * Add support for loading distributions to netem
339
340
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00003412004-08-23 Stephen Hemminger <shemminger@osdl.org>
342
343 * Update from jamal for all the parts that got broken in the
344 last classification patch.
345 * Hfsc/sc patch from patrick
346
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00003472004-08-13 Stephen Hemminger <shemminger@osdl.org>
348
349 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000350 * Get rid of old Patches/ directory for tcp_diag module
351 * Make get_rate table based.
352
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00003532004-08-11 Stephen Hemminger <shemminger@osdl.org>
354
355 * Add xfrm message formatting from
356 Masahide Nakamura <nakam@linux-ipv6.org>
357
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00003582004-08-09 Stephen Hemminger <shemminger@osdl.org>
359
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000360 * Fix netem scheduler to handle case where psched us != real us
361
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000362 * Remove configuration for everything that can depend on
363 extracted kernel headers
364 * Add kernel headers required to include/linux
365
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00003662004-08-04 Stephen Hemminger <shemminger@osdl.org>
367
368 * Get rid of old tcp_diag module, it is part of kernel.
369
370 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
371
osdl.net!shemminger2979d522004-07-30 20:24:59 +00003722004-07-30 Stephen Hemminger <shemminger@osdl.org>
373
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000374 * Make ip xfrm stuff config option since it doesn't exist on 2.4
375
376 * HFSC doesn't exist on older 2.4 kernels so make it configurable
377
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000378 * HTB API changed and won't build with mismatched version.
379 Rather than sticking user with a build error, just don't
380 build it in on mismatch.
381
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000382 * Change configure script to make sure netem is the correct
383 version. I changed the structure def. a couple of times before
384 settling on the final API
385
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00003862004-07-16 Stephen Hemminger <shemminger@osdl.org>
387
388 * Add htb mpu support
389 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
390 * Three small xfrm updates
391
osdl.net!shemminger09d17272004-07-12 21:03:47 +00003922004-07-07 Stephen Hemminger <shemminger@osdl.org>
393
394 * Fix if_ether.h to fix arpd build
395 * Add hfsc scheduler support
396 * Add ip xfrm support
397 * Add add jitter (instead of rate) to netem scheduler
398
osdl.net!shemminger870f1222004-07-02 17:52:10 +00003992004-07-02 Stephen Hemminger <shemminger@osdl.org>
400
401 * use compile to test for ATM libraries
402 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
403 before it looked in standard search path (/lib;/usr/lib;...)
404 which seems out of place.
405 * build netem as shared library (more for testing/example)
406 * build ATM as shared library since libatm may be on build
407 machine but not on deployment machine
408 * fix make install to not install SCCS directories
409
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00004102004-07-01 Stephen Hemminger <shemminger@osdl.org>
411
412 * add more link options to ip command (from Mark Smith
413 * add rate and duplicate arguments to tc command
414 * add -iec flag for tc printout
415 * rename delay scheduler to netem
416
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00004172004-06-25 Stephen Hemminger <shemminger@osdl.org>
418
419 * Add loss parameter to delay
420 * Rename delay qdisc to netsim
421 * Add autoconfiguration by building a Config file
422 and using it.
423
4242004-06-09 Stephen Hemminger <shemminger@osdl.org>
425
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000426 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000427 * Add GNU long style options
428 * For HTB use get_hz to pick up value of system HZ at runtime
429 * Delete unused funcs.
430
4312004-06-08 Stephen Hemminger <shemminger@osdl.org>
432
433 * Cleanup ss
434 - use const char and local functions where possible
435 * Add man pages from SuSe
436 * SuSE patches
437 - path to db4.1
438 - don't hardcode path to /tmp in ifstat
439 Alternat fix: was to use TMPDIR
440 - handle non-root user calling ip route flush going into
441 an infinite loop.
442 Alternate fix: was to timeout if route table doesn't empty.
443 * Try and get rid of dependency on kernel include files
444 Get rid of having private glibc-include headers
445
4462004-06-07 Stephen Hemminger <shemminger@osdl.org>
447
448 * Import patches that make sense from Fedora Core 2
449 - iproute2-2.4.7-hex
450 print fwmark in hex
451 - iproute2-2.4.7-netlink
452 handle getting right netlink mesg back
453 - iproute2-2.4.7-htb3-tc
454 add HTB scheduler
455 - iproute2-2.4.7-default
456 add entry default to rttable
457
4582004-06-04 Stephen Hemminger <shemminger@osdl.org>
459
460 * Add support for vegas info to ss
461
4622004-06-02 Stephen Hemminger <shemminger@osdl.org>
463
464 * Use const char in utility routines where appropriate
465 * Rearrange include files so can build with standard headers
466 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
467 and understand it
468 * Get rid of private defintions of network headers which existed
469 only to handle old glibc
470
4712004-04-15 Stephen Hemminger <shemminger@osdl.org>
472
473 * Add the delay (network simulation scheduler)
474
4752004-04-15 Stephen Hemminger <shemminger@osdl.org>
476
477 * Starting point baseline based on iproute2-2.4.7-ss020116-try
478