blob: 847e5a26ec11be40d52ff6b592be5d3028e532ae [file] [log] [blame]
shemminger3fcdebb2005-07-14 16:49:27 +000012005-07-14 Thomas Graf <tgraf@suug.ch>
shemminger52d5ac32005-07-05 22:11:37 +00002
shemminger3fcdebb2005-07-14 16:49:27 +00003 * Make ematch bison/lex build with common flex
4
52005-07-10 Stephen Hemminger <shemminger@osdl.org>
6
7 * Fix Gcc 4.0 build warnings signed/unsigned
shemminger52d5ac32005-07-05 22:11:37 +00008
shemminger6d4662d2005-06-23 17:36:38 +000092005-06-23 Jamal Hadi Salim <hadi@znyx.com>
10
11 * Fix for options process with ipt
12
shemminger08837cb2005-06-23 17:33:56 +0000132005-06-23 Thomas Graf <tgraf@suug.ch>
14
15 * Add extended matches (nbyte, cmp, u32, meta)
16 * Add basic classifier
17 * Fix clean/distclean makefile targets
18 * update local header file copies
19 * IPv4 multipath algorithm selection support
20 * cscope Makefile target
21 * Fix off-by-one while generating argument vector
22 in batched mode.
23 * Assume stdin if no argument is given to -batch
24
shemminger6d4662d2005-06-23 17:36:38 +0000252005-06-22 Stephen Hemminger <shemminger@osdl.org>
shemmingerea8fc102005-06-22 18:27:49 +000026
27 * Update include files to 2.6.12
28 * Add ss support for TCP_CONG
29
shemminger2b4fad62005-06-13 18:47:56 +0000302005-06-13 Steven Whitehouse <steve@chygwyn.com>
31
32 * Decnet doc's update
33
shemminger99f830d2005-06-07 22:15:48 +0000342005-06-07 Stephen Hemminger <shemminger@osdl.org>
35
36 * Fix 'ip link' map to handle case where device gets autoloaded
37 by using if_nametoindex as fallback
38 * Device indices are unsigned not int.
39
shemmingere4457652005-06-07 21:55:03 +0000402005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
41
42 * [ip] show timestamp when using '-t' option.
43 * [ip] remove duplicated code for expired message of xfrm.
shemminger9bec1a42005-06-07 21:58:25 +000044 * [ip] add "deleteall" command for xfrm;
45 "flush" uses kernel's flush interface and
46 "deleteall" uses legacy iproute2's flush feature like
47 getting-and-deleting-for-each.
shemmingere4457652005-06-07 21:55:03 +000048
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000492005-03-30 Stephen Hemminger <shemminger@osdl.org>
50
51 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
52 because it isn't needed and not on all systems
osdl.net!shemmingerec596422005-04-01 19:56:29 +000053 * Update rtnetlink.h and pkt_cls.h to be stripped versions
54 of headers from 2.6.12-rc1
osdl.net!shemminger78615aa2005-03-30 18:51:35 +000055
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +0000562005-03-30 Jamal Hadi Salim <hadi@znyx.com>
57
58 * Proper verison of iptables headers (from 1.3.1)
59 * Set revision file in m_ipt
60 * Fix action_util naming in mirred
osdl.net!shemmingerec596422005-04-01 19:56:29 +000061 * don't call ll_init_map in mirred
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +000062
net[shemminger]!shemmingerf082b642005-03-30 18:16:10 +0000632005-03-19 Thomas Graf <tgraf@suug.ch>
64
65 * Warn about wildcard deletions and provide IFA_ADDRESS upon
66 deletions to enforce prefix length validation for IPv4.
osdl.net!shemminger3819eb92005-03-30 18:18:12 +000067 * Fix netlink message alignment when the last routing attribute added
68 has a data length not aligned to RTA_ALIGNTO.
69
osdl.net!shemminger2cea8f22005-03-30 18:14:55 +0000702005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
71
72 * ipv6 xfrm allocspi and monitor support.
73
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000742005-03-29 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingerf8f9de52005-03-30 18:11:49 +000075
76 * switch to stack for netem tables
77
osdl.net!shemminger08856f02005-03-18 19:40:55 +0000782005-03-18 Stephen Hemminger <shemminger@osdl.org>
79
80 * add -force option to batch mode
81 * handle midline comments in batch mode
82 * sum per cpu fields in lnstat correctly
83
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000842005-03-14 Stephen Hemminger <shemminger@osdl.org>
85
site!shemminger924d4fd2005-03-14 22:19:16 +000086 * cleanup batch mode, allow continuation, comments etc.
87 * recode reuse of netlink socket
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +000088
osdl.net!shemminger900da082005-03-14 19:04:15 +0000892005-03-14 Boian Bonev <boian@bonev.com>
90
91 * enhancement to batch mode.
92 it does not exit on error, just report it
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +000093 tc reuses the already open netlink socket for subsequent command(s)
osdl.net!shemminger900da082005-03-14 19:04:15 +000094
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +0000952005-03-14 Thomas Graf <tgraf@suug.ch>
96
97 * ip link command
98 print NO-CARRIER flag if there is no carrier and the link is up.
99
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001002005-03-14 Patrick McHardy <kaber@trash.net>
101
102 * bug: Use USER_HZ where necessary
103
osdl.net!shemmingerafa10e22005-03-14 22:23:38 +00001042005-03-10 Jamal Hadi Salim <hadi@znyx.com>
105
106 * Fix bug with register_target
107
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001082005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +0000109
110 * fix pkt_cls.h to have tc_u32_mark
111 * update include files to be stripped versions of 2.6.11
112 * add documentation about netem distributions [from nistnet]
113 * turn off nup in document make [from FC3]
114 * don't build with extra debug info (-g) [from FC3]
115
1162005-03-10 Nix <nix@esperi.org.uk>
117
118 * make man3 directory
119
1202005-03-10 Pasi <Pasi.Eronen@nokia.com>
121
122 * add ESP-in-UDP encapsulation
123
1242005-03-10 Thomas Graf <tgraf@suug.ch>
125 * [NETEM] Fix off by one
126 * update local header file copies
127 * [NEIGH] print number of probes done so far (statistics mode only)
128
1292005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
130 * Trivial typo in ip help
131
1322005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +0000133
134 * netem distribution data reorganization
135
1362005-02-09 Roland Dreier <roland@topspin.com>
137
138 * ip over infiniband address display
139
1402005-02-09 Jim Gifford <lfs@jg555.com>
141
142 * make install fix for ip/
143
1442005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +0000145
146 * Don't mix address families when flushing
147
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00001482005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +0000149
150 * Validate classid is not too large to cause loss of bits.
151
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +00001522005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
153
154 * need to call getline() with null for first usage
155 * don't overwrite const arg
156
site!shemmingerd5b48552005-02-07 18:01:21 +00001572005-02-07 Stephen Hemminger <shemminger@linux.site>
158
159 * Add experimental distribution
160
osdl.net!shemmingercb200962005-01-18 22:31:42 +00001612005-01-18 Yun Mao <maoy@cis.upenn.edu>
162
163 * typo in ss
164
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00001652005-01-18 Thomas Graf <tgraf@suug.ch>
166
167 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +0000168 * add addraw_l
169 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000170
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +00001712005-01-17 Jamal Hadi Salim <hadi@znyx.com>
172
173 * typo in m_mirred
174 * add support for pedit
175
1762005-01-13 Jim Gifford <lfs@jg555.com>
177
178 * Fix allocation size error in nomal and paretonormal generation
179 programs.
180
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +00001812005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
182
183 * ipmonitor shows IPv6 prefix list notification
184 * update to iproute2 xfrm for ipv6
185
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00001862005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000187
188 * Fix compile warnings when building 64bit system since
189 u64 is unsigned long, but format is %llu
190
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +00001912005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
192
193 * Add the possibility to use fwmark in u32 filters
194
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00001952005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000196
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000197 * Add netlink manual page
198
1992004-10-20 Stephen Hemminger <shemminger@osdl.org>
200
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000201 * Add warning about "ip route nat" no longer supported
202
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00002032005-01-12 Thomas Graf <tgraf@suug.ch>
204
205 * Tc testsuite
206
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00002072005-01-12 Jamal Hadi Salim <hadi@znyx.com>
208
209 * Add iptables tc support. This meant borrowing headers
210 from iptables *ugh*
211
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00002122004-12-08 Jamal Hadi Salim <hadi@znyx.com>
213
214 * Add mirror and redirect actions
215
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00002162004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000217
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000218 * Don't include <asm/byteorder.h> since then we get dependant on
219 kernel headers on host machine
220 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000221
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00002222004-10-19 Harald Welte <laforge@gnumonks.org>
223
224 * Replace rtstat (and ctstat) with new lnstat
225
osdl.net!shemmingercece2482004-10-19 19:57:38 +00002262004-10-19 Mads Martin Joergensen <mmj@suse.de>
227
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000228 * Ip is using the wrong structure in ipaddress.c when showing stats
229 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000230
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00002312004-10-19 Michal <md@lnet.pl>
232
233 * fix scaling in print_rates (for bits)
234
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00002352004-09-28 Stephen Hemminger <shemminger@osdl.org>
236
237 * fix build problems with arpd and pthread
238 * add pkt_sched.h
239
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00002402004-09-28 Mike Frysinger <vapier@gentoo.org>
241
242 * make man8 directory
243 * install ifcfg and rtpr scripts
244
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00002452004-09-28 Andreas Haumer <andreas@xss.co.at>
246
247 * make install symlink fix.
248
2492004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
250
251 * ICMP/ICMPv6's type and code in IPsec selector.
252 * fixes `ip xfrm`'s algorithm key when using hexadecimal
253 * support 'ip xfrm' protocol types
254 * flush message types for XFRM's policy/state
255
256
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00002572004-09-01 Stephen Hemminger <shemminger@osdl.org>
258
259 * Fix ip command to not crash when interface name is too long.
260 always use strncpy(.., IFNAMSIZ)
261
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00002622004-08-31 Stephen Hemminger <shemminger@osdl.org>
263
264 * Add gact documentation from jamal
265 * Chang more arguments to rtnetlink API const
266 * Drop dead queuing disciplines
267 * Handle qdisc without xstats in core rather than
268 putting stub's everywhere
269 * Add requeue to tc_stats and handle new/old ABI issues
270
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00002712004-08-30 Stephen Hemminger <shemminger@osdl.org>
272
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000273 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000274 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000275 * Add support for loading distributions to netem
276
277
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00002782004-08-23 Stephen Hemminger <shemminger@osdl.org>
279
280 * Update from jamal for all the parts that got broken in the
281 last classification patch.
282 * Hfsc/sc patch from patrick
283
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00002842004-08-13 Stephen Hemminger <shemminger@osdl.org>
285
286 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000287 * Get rid of old Patches/ directory for tcp_diag module
288 * Make get_rate table based.
289
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00002902004-08-11 Stephen Hemminger <shemminger@osdl.org>
291
292 * Add xfrm message formatting from
293 Masahide Nakamura <nakam@linux-ipv6.org>
294
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00002952004-08-09 Stephen Hemminger <shemminger@osdl.org>
296
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000297 * Fix netem scheduler to handle case where psched us != real us
298
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000299 * Remove configuration for everything that can depend on
300 extracted kernel headers
301 * Add kernel headers required to include/linux
302
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00003032004-08-04 Stephen Hemminger <shemminger@osdl.org>
304
305 * Get rid of old tcp_diag module, it is part of kernel.
306
307 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
308
osdl.net!shemminger2979d522004-07-30 20:24:59 +00003092004-07-30 Stephen Hemminger <shemminger@osdl.org>
310
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000311 * Make ip xfrm stuff config option since it doesn't exist on 2.4
312
313 * HFSC doesn't exist on older 2.4 kernels so make it configurable
314
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000315 * HTB API changed and won't build with mismatched version.
316 Rather than sticking user with a build error, just don't
317 build it in on mismatch.
318
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000319 * Change configure script to make sure netem is the correct
320 version. I changed the structure def. a couple of times before
321 settling on the final API
322
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00003232004-07-16 Stephen Hemminger <shemminger@osdl.org>
324
325 * Add htb mpu support
326 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
327 * Three small xfrm updates
328
osdl.net!shemminger09d17272004-07-12 21:03:47 +00003292004-07-07 Stephen Hemminger <shemminger@osdl.org>
330
331 * Fix if_ether.h to fix arpd build
332 * Add hfsc scheduler support
333 * Add ip xfrm support
334 * Add add jitter (instead of rate) to netem scheduler
335
osdl.net!shemminger870f1222004-07-02 17:52:10 +00003362004-07-02 Stephen Hemminger <shemminger@osdl.org>
337
338 * use compile to test for ATM libraries
339 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
340 before it looked in standard search path (/lib;/usr/lib;...)
341 which seems out of place.
342 * build netem as shared library (more for testing/example)
343 * build ATM as shared library since libatm may be on build
344 machine but not on deployment machine
345 * fix make install to not install SCCS directories
346
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00003472004-07-01 Stephen Hemminger <shemminger@osdl.org>
348
349 * add more link options to ip command (from Mark Smith
350 * add rate and duplicate arguments to tc command
351 * add -iec flag for tc printout
352 * rename delay scheduler to netem
353
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00003542004-06-25 Stephen Hemminger <shemminger@osdl.org>
355
356 * Add loss parameter to delay
357 * Rename delay qdisc to netsim
358 * Add autoconfiguration by building a Config file
359 and using it.
360
3612004-06-09 Stephen Hemminger <shemminger@osdl.org>
362
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000363 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000364 * Add GNU long style options
365 * For HTB use get_hz to pick up value of system HZ at runtime
366 * Delete unused funcs.
367
3682004-06-08 Stephen Hemminger <shemminger@osdl.org>
369
370 * Cleanup ss
371 - use const char and local functions where possible
372 * Add man pages from SuSe
373 * SuSE patches
374 - path to db4.1
375 - don't hardcode path to /tmp in ifstat
376 Alternat fix: was to use TMPDIR
377 - handle non-root user calling ip route flush going into
378 an infinite loop.
379 Alternate fix: was to timeout if route table doesn't empty.
380 * Try and get rid of dependency on kernel include files
381 Get rid of having private glibc-include headers
382
3832004-06-07 Stephen Hemminger <shemminger@osdl.org>
384
385 * Import patches that make sense from Fedora Core 2
386 - iproute2-2.4.7-hex
387 print fwmark in hex
388 - iproute2-2.4.7-netlink
389 handle getting right netlink mesg back
390 - iproute2-2.4.7-htb3-tc
391 add HTB scheduler
392 - iproute2-2.4.7-default
393 add entry default to rttable
394
3952004-06-04 Stephen Hemminger <shemminger@osdl.org>
396
397 * Add support for vegas info to ss
398
3992004-06-02 Stephen Hemminger <shemminger@osdl.org>
400
401 * Use const char in utility routines where appropriate
402 * Rearrange include files so can build with standard headers
403 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
404 and understand it
405 * Get rid of private defintions of network headers which existed
406 only to handle old glibc
407
4082004-04-15 Stephen Hemminger <shemminger@osdl.org>
409
410 * Add the delay (network simulation scheduler)
411
4122004-04-15 Stephen Hemminger <shemminger@osdl.org>
413
414 * Starting point baseline based on iproute2-2.4.7-ss020116-try
415