blob: fec24979fc34e98da42d7160eb613f7c4adefa72 [file] [log] [blame]
shemmingerce715cd2005-09-01 22:38:19 +000012005-09-01 Mike Frysinger <vapier@gentoo.org>
2
3 * Fix build issues with netem tables (parallel make and HOSTCC)
4
52005-09-01 Stephen Hemminger <shemminger@osdl.org>
shemminger351efcd2005-09-01 19:21:50 +00006
7 * Integrate support for DCCP into 'ss' (from acme)
8 * Add -batch option to ip.
9 * Update to 2.6.14 headers
10
shemmingerc98e49e2005-09-01 18:12:33 +0000112005-09-01 Eric Dumazet <dada1@cosmosbay.com>
shemmingerce715cd2005-09-01 22:38:19 +000012
shemmingerc98e49e2005-09-01 18:12:33 +000013 * Fix lnstat : First column should not be summed
14
shemminger66081842005-08-16 21:10:51 +0000152005-08-16 Stephen Hemminger <shemminger@osdl.org>
16
17 * Limit ip route flush to 10 rounds.
18 * Cleanup ip rule flush error message
19
shemminger6864c1e2005-08-08 20:24:41 +0000202005-08-08 Stephen Hemminger <shemminger@osdl.org>
21
22 * Update to 2.6.13+ kernel headers
23 * Fix array overrun in paretonormal
24 * Fix ematch to not include dropped fields from skb.
25
shemminger3fcdebb2005-07-14 16:49:27 +0000262005-07-14 Thomas Graf <tgraf@suug.ch>
shemminger52d5ac32005-07-05 22:11:37 +000027
shemminger3fcdebb2005-07-14 16:49:27 +000028 * Make ematch bison/lex build with common flex
29
302005-07-10 Stephen Hemminger <shemminger@osdl.org>
31
32 * Fix Gcc 4.0 build warnings signed/unsigned
shemminger52d5ac32005-07-05 22:11:37 +000033
shemminger6d4662d2005-06-23 17:36:38 +0000342005-06-23 Jamal Hadi Salim <hadi@znyx.com>
35
36 * Fix for options process with ipt
37
shemminger08837cb2005-06-23 17:33:56 +0000382005-06-23 Thomas Graf <tgraf@suug.ch>
39
40 * Add extended matches (nbyte, cmp, u32, meta)
41 * Add basic classifier
42 * Fix clean/distclean makefile targets
43 * update local header file copies
44 * IPv4 multipath algorithm selection support
45 * cscope Makefile target
46 * Fix off-by-one while generating argument vector
47 in batched mode.
48 * Assume stdin if no argument is given to -batch
49
shemminger6d4662d2005-06-23 17:36:38 +0000502005-06-22 Stephen Hemminger <shemminger@osdl.org>
shemmingerea8fc102005-06-22 18:27:49 +000051
52 * Update include files to 2.6.12
53 * Add ss support for TCP_CONG
54
shemminger2b4fad62005-06-13 18:47:56 +0000552005-06-13 Steven Whitehouse <steve@chygwyn.com>
56
57 * Decnet doc's update
58
shemminger99f830d2005-06-07 22:15:48 +0000592005-06-07 Stephen Hemminger <shemminger@osdl.org>
60
61 * Fix 'ip link' map to handle case where device gets autoloaded
62 by using if_nametoindex as fallback
63 * Device indices are unsigned not int.
64
shemmingere4457652005-06-07 21:55:03 +0000652005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
66
67 * [ip] show timestamp when using '-t' option.
68 * [ip] remove duplicated code for expired message of xfrm.
shemminger9bec1a42005-06-07 21:58:25 +000069 * [ip] add "deleteall" command for xfrm;
70 "flush" uses kernel's flush interface and
71 "deleteall" uses legacy iproute2's flush feature like
72 getting-and-deleting-for-each.
shemmingere4457652005-06-07 21:55:03 +000073
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000742005-03-30 Stephen Hemminger <shemminger@osdl.org>
75
76 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
77 because it isn't needed and not on all systems
osdl.net!shemmingerec596422005-04-01 19:56:29 +000078 * Update rtnetlink.h and pkt_cls.h to be stripped versions
79 of headers from 2.6.12-rc1
osdl.net!shemminger78615aa2005-03-30 18:51:35 +000080
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +0000812005-03-30 Jamal Hadi Salim <hadi@znyx.com>
82
83 * Proper verison of iptables headers (from 1.3.1)
84 * Set revision file in m_ipt
85 * Fix action_util naming in mirred
osdl.net!shemmingerec596422005-04-01 19:56:29 +000086 * don't call ll_init_map in mirred
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +000087
net[shemminger]!shemmingerf082b642005-03-30 18:16:10 +0000882005-03-19 Thomas Graf <tgraf@suug.ch>
89
90 * Warn about wildcard deletions and provide IFA_ADDRESS upon
91 deletions to enforce prefix length validation for IPv4.
osdl.net!shemminger3819eb92005-03-30 18:18:12 +000092 * Fix netlink message alignment when the last routing attribute added
93 has a data length not aligned to RTA_ALIGNTO.
94
osdl.net!shemminger2cea8f22005-03-30 18:14:55 +0000952005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
96
97 * ipv6 xfrm allocspi and monitor support.
98
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000992005-03-29 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingerf8f9de52005-03-30 18:11:49 +0000100
101 * switch to stack for netem tables
102
osdl.net!shemminger08856f02005-03-18 19:40:55 +00001032005-03-18 Stephen Hemminger <shemminger@osdl.org>
104
105 * add -force option to batch mode
106 * handle midline comments in batch mode
107 * sum per cpu fields in lnstat correctly
108
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +00001092005-03-14 Stephen Hemminger <shemminger@osdl.org>
110
site!shemminger924d4fd2005-03-14 22:19:16 +0000111 * cleanup batch mode, allow continuation, comments etc.
112 * recode reuse of netlink socket
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000113
osdl.net!shemminger900da082005-03-14 19:04:15 +00001142005-03-14 Boian Bonev <boian@bonev.com>
115
116 * enhancement to batch mode.
117 it does not exit on error, just report it
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000118 tc reuses the already open netlink socket for subsequent command(s)
osdl.net!shemminger900da082005-03-14 19:04:15 +0000119
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +00001202005-03-14 Thomas Graf <tgraf@suug.ch>
121
122 * ip link command
123 print NO-CARRIER flag if there is no carrier and the link is up.
124
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001252005-03-14 Patrick McHardy <kaber@trash.net>
126
127 * bug: Use USER_HZ where necessary
128
osdl.net!shemmingerafa10e22005-03-14 22:23:38 +00001292005-03-10 Jamal Hadi Salim <hadi@znyx.com>
130
131 * Fix bug with register_target
132
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001332005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +0000134
135 * fix pkt_cls.h to have tc_u32_mark
136 * update include files to be stripped versions of 2.6.11
137 * add documentation about netem distributions [from nistnet]
138 * turn off nup in document make [from FC3]
139 * don't build with extra debug info (-g) [from FC3]
140
1412005-03-10 Nix <nix@esperi.org.uk>
142
143 * make man3 directory
144
1452005-03-10 Pasi <Pasi.Eronen@nokia.com>
146
147 * add ESP-in-UDP encapsulation
148
1492005-03-10 Thomas Graf <tgraf@suug.ch>
150 * [NETEM] Fix off by one
151 * update local header file copies
152 * [NEIGH] print number of probes done so far (statistics mode only)
153
1542005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
155 * Trivial typo in ip help
156
1572005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +0000158
159 * netem distribution data reorganization
160
1612005-02-09 Roland Dreier <roland@topspin.com>
162
163 * ip over infiniband address display
164
1652005-02-09 Jim Gifford <lfs@jg555.com>
166
167 * make install fix for ip/
168
1692005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +0000170
171 * Don't mix address families when flushing
172
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00001732005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +0000174
175 * Validate classid is not too large to cause loss of bits.
176
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +00001772005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
178
179 * need to call getline() with null for first usage
180 * don't overwrite const arg
181
site!shemmingerd5b48552005-02-07 18:01:21 +00001822005-02-07 Stephen Hemminger <shemminger@linux.site>
183
184 * Add experimental distribution
185
osdl.net!shemmingercb200962005-01-18 22:31:42 +00001862005-01-18 Yun Mao <maoy@cis.upenn.edu>
187
188 * typo in ss
189
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00001902005-01-18 Thomas Graf <tgraf@suug.ch>
191
192 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +0000193 * add addraw_l
194 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000195
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +00001962005-01-17 Jamal Hadi Salim <hadi@znyx.com>
197
198 * typo in m_mirred
199 * add support for pedit
200
2012005-01-13 Jim Gifford <lfs@jg555.com>
202
203 * Fix allocation size error in nomal and paretonormal generation
204 programs.
205
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +00002062005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
207
208 * ipmonitor shows IPv6 prefix list notification
209 * update to iproute2 xfrm for ipv6
210
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002112005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000212
213 * Fix compile warnings when building 64bit system since
214 u64 is unsigned long, but format is %llu
215
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +00002162005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
217
218 * Add the possibility to use fwmark in u32 filters
219
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00002202005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000221
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000222 * Add netlink manual page
223
2242004-10-20 Stephen Hemminger <shemminger@osdl.org>
225
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000226 * Add warning about "ip route nat" no longer supported
227
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00002282005-01-12 Thomas Graf <tgraf@suug.ch>
229
230 * Tc testsuite
231
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00002322005-01-12 Jamal Hadi Salim <hadi@znyx.com>
233
234 * Add iptables tc support. This meant borrowing headers
235 from iptables *ugh*
236
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00002372004-12-08 Jamal Hadi Salim <hadi@znyx.com>
238
239 * Add mirror and redirect actions
240
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00002412004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000242
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000243 * Don't include <asm/byteorder.h> since then we get dependant on
244 kernel headers on host machine
245 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000246
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00002472004-10-19 Harald Welte <laforge@gnumonks.org>
248
249 * Replace rtstat (and ctstat) with new lnstat
250
osdl.net!shemmingercece2482004-10-19 19:57:38 +00002512004-10-19 Mads Martin Joergensen <mmj@suse.de>
252
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000253 * Ip is using the wrong structure in ipaddress.c when showing stats
254 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000255
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00002562004-10-19 Michal <md@lnet.pl>
257
258 * fix scaling in print_rates (for bits)
259
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00002602004-09-28 Stephen Hemminger <shemminger@osdl.org>
261
262 * fix build problems with arpd and pthread
263 * add pkt_sched.h
264
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00002652004-09-28 Mike Frysinger <vapier@gentoo.org>
266
267 * make man8 directory
268 * install ifcfg and rtpr scripts
269
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00002702004-09-28 Andreas Haumer <andreas@xss.co.at>
271
272 * make install symlink fix.
273
2742004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
275
276 * ICMP/ICMPv6's type and code in IPsec selector.
277 * fixes `ip xfrm`'s algorithm key when using hexadecimal
278 * support 'ip xfrm' protocol types
279 * flush message types for XFRM's policy/state
280
281
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00002822004-09-01 Stephen Hemminger <shemminger@osdl.org>
283
284 * Fix ip command to not crash when interface name is too long.
285 always use strncpy(.., IFNAMSIZ)
286
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00002872004-08-31 Stephen Hemminger <shemminger@osdl.org>
288
289 * Add gact documentation from jamal
290 * Chang more arguments to rtnetlink API const
291 * Drop dead queuing disciplines
292 * Handle qdisc without xstats in core rather than
293 putting stub's everywhere
294 * Add requeue to tc_stats and handle new/old ABI issues
295
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00002962004-08-30 Stephen Hemminger <shemminger@osdl.org>
297
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000298 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000299 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000300 * Add support for loading distributions to netem
301
302
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00003032004-08-23 Stephen Hemminger <shemminger@osdl.org>
304
305 * Update from jamal for all the parts that got broken in the
306 last classification patch.
307 * Hfsc/sc patch from patrick
308
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00003092004-08-13 Stephen Hemminger <shemminger@osdl.org>
310
311 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000312 * Get rid of old Patches/ directory for tcp_diag module
313 * Make get_rate table based.
314
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00003152004-08-11 Stephen Hemminger <shemminger@osdl.org>
316
317 * Add xfrm message formatting from
318 Masahide Nakamura <nakam@linux-ipv6.org>
319
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00003202004-08-09 Stephen Hemminger <shemminger@osdl.org>
321
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000322 * Fix netem scheduler to handle case where psched us != real us
323
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000324 * Remove configuration for everything that can depend on
325 extracted kernel headers
326 * Add kernel headers required to include/linux
327
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00003282004-08-04 Stephen Hemminger <shemminger@osdl.org>
329
330 * Get rid of old tcp_diag module, it is part of kernel.
331
332 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
333
osdl.net!shemminger2979d522004-07-30 20:24:59 +00003342004-07-30 Stephen Hemminger <shemminger@osdl.org>
335
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000336 * Make ip xfrm stuff config option since it doesn't exist on 2.4
337
338 * HFSC doesn't exist on older 2.4 kernels so make it configurable
339
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000340 * HTB API changed and won't build with mismatched version.
341 Rather than sticking user with a build error, just don't
342 build it in on mismatch.
343
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000344 * Change configure script to make sure netem is the correct
345 version. I changed the structure def. a couple of times before
346 settling on the final API
347
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00003482004-07-16 Stephen Hemminger <shemminger@osdl.org>
349
350 * Add htb mpu support
351 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
352 * Three small xfrm updates
353
osdl.net!shemminger09d17272004-07-12 21:03:47 +00003542004-07-07 Stephen Hemminger <shemminger@osdl.org>
355
356 * Fix if_ether.h to fix arpd build
357 * Add hfsc scheduler support
358 * Add ip xfrm support
359 * Add add jitter (instead of rate) to netem scheduler
360
osdl.net!shemminger870f1222004-07-02 17:52:10 +00003612004-07-02 Stephen Hemminger <shemminger@osdl.org>
362
363 * use compile to test for ATM libraries
364 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
365 before it looked in standard search path (/lib;/usr/lib;...)
366 which seems out of place.
367 * build netem as shared library (more for testing/example)
368 * build ATM as shared library since libatm may be on build
369 machine but not on deployment machine
370 * fix make install to not install SCCS directories
371
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00003722004-07-01 Stephen Hemminger <shemminger@osdl.org>
373
374 * add more link options to ip command (from Mark Smith
375 * add rate and duplicate arguments to tc command
376 * add -iec flag for tc printout
377 * rename delay scheduler to netem
378
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00003792004-06-25 Stephen Hemminger <shemminger@osdl.org>
380
381 * Add loss parameter to delay
382 * Rename delay qdisc to netsim
383 * Add autoconfiguration by building a Config file
384 and using it.
385
3862004-06-09 Stephen Hemminger <shemminger@osdl.org>
387
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000388 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000389 * Add GNU long style options
390 * For HTB use get_hz to pick up value of system HZ at runtime
391 * Delete unused funcs.
392
3932004-06-08 Stephen Hemminger <shemminger@osdl.org>
394
395 * Cleanup ss
396 - use const char and local functions where possible
397 * Add man pages from SuSe
398 * SuSE patches
399 - path to db4.1
400 - don't hardcode path to /tmp in ifstat
401 Alternat fix: was to use TMPDIR
402 - handle non-root user calling ip route flush going into
403 an infinite loop.
404 Alternate fix: was to timeout if route table doesn't empty.
405 * Try and get rid of dependency on kernel include files
406 Get rid of having private glibc-include headers
407
4082004-06-07 Stephen Hemminger <shemminger@osdl.org>
409
410 * Import patches that make sense from Fedora Core 2
411 - iproute2-2.4.7-hex
412 print fwmark in hex
413 - iproute2-2.4.7-netlink
414 handle getting right netlink mesg back
415 - iproute2-2.4.7-htb3-tc
416 add HTB scheduler
417 - iproute2-2.4.7-default
418 add entry default to rttable
419
4202004-06-04 Stephen Hemminger <shemminger@osdl.org>
421
422 * Add support for vegas info to ss
423
4242004-06-02 Stephen Hemminger <shemminger@osdl.org>
425
426 * Use const char in utility routines where appropriate
427 * Rearrange include files so can build with standard headers
428 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
429 and understand it
430 * Get rid of private defintions of network headers which existed
431 only to handle old glibc
432
4332004-04-15 Stephen Hemminger <shemminger@osdl.org>
434
435 * Add the delay (network simulation scheduler)
436
4372004-04-15 Stephen Hemminger <shemminger@osdl.org>
438
439 * Starting point baseline based on iproute2-2.4.7-ss020116-try
440