blob: 708d92b090404956e77cc9be8e3c5227eed9d2ff [file] [log] [blame]
shemminger6864c1e2005-08-08 20:24:41 +000012005-08-08 Stephen Hemminger <shemminger@osdl.org>
2
3 * Update to 2.6.13+ kernel headers
4 * Fix array overrun in paretonormal
5 * Fix ematch to not include dropped fields from skb.
6
shemminger3fcdebb2005-07-14 16:49:27 +000072005-07-14 Thomas Graf <tgraf@suug.ch>
shemminger52d5ac32005-07-05 22:11:37 +00008
shemminger3fcdebb2005-07-14 16:49:27 +00009 * Make ematch bison/lex build with common flex
10
112005-07-10 Stephen Hemminger <shemminger@osdl.org>
12
13 * Fix Gcc 4.0 build warnings signed/unsigned
shemminger52d5ac32005-07-05 22:11:37 +000014
shemminger6d4662d2005-06-23 17:36:38 +0000152005-06-23 Jamal Hadi Salim <hadi@znyx.com>
16
17 * Fix for options process with ipt
18
shemminger08837cb2005-06-23 17:33:56 +0000192005-06-23 Thomas Graf <tgraf@suug.ch>
20
21 * Add extended matches (nbyte, cmp, u32, meta)
22 * Add basic classifier
23 * Fix clean/distclean makefile targets
24 * update local header file copies
25 * IPv4 multipath algorithm selection support
26 * cscope Makefile target
27 * Fix off-by-one while generating argument vector
28 in batched mode.
29 * Assume stdin if no argument is given to -batch
30
shemminger6d4662d2005-06-23 17:36:38 +0000312005-06-22 Stephen Hemminger <shemminger@osdl.org>
shemmingerea8fc102005-06-22 18:27:49 +000032
33 * Update include files to 2.6.12
34 * Add ss support for TCP_CONG
35
shemminger2b4fad62005-06-13 18:47:56 +0000362005-06-13 Steven Whitehouse <steve@chygwyn.com>
37
38 * Decnet doc's update
39
shemminger99f830d2005-06-07 22:15:48 +0000402005-06-07 Stephen Hemminger <shemminger@osdl.org>
41
42 * Fix 'ip link' map to handle case where device gets autoloaded
43 by using if_nametoindex as fallback
44 * Device indices are unsigned not int.
45
shemmingere4457652005-06-07 21:55:03 +0000462005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
47
48 * [ip] show timestamp when using '-t' option.
49 * [ip] remove duplicated code for expired message of xfrm.
shemminger9bec1a42005-06-07 21:58:25 +000050 * [ip] add "deleteall" command for xfrm;
51 "flush" uses kernel's flush interface and
52 "deleteall" uses legacy iproute2's flush feature like
53 getting-and-deleting-for-each.
shemmingere4457652005-06-07 21:55:03 +000054
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000552005-03-30 Stephen Hemminger <shemminger@osdl.org>
56
57 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
58 because it isn't needed and not on all systems
osdl.net!shemmingerec596422005-04-01 19:56:29 +000059 * Update rtnetlink.h and pkt_cls.h to be stripped versions
60 of headers from 2.6.12-rc1
osdl.net!shemminger78615aa2005-03-30 18:51:35 +000061
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +0000622005-03-30 Jamal Hadi Salim <hadi@znyx.com>
63
64 * Proper verison of iptables headers (from 1.3.1)
65 * Set revision file in m_ipt
66 * Fix action_util naming in mirred
osdl.net!shemmingerec596422005-04-01 19:56:29 +000067 * don't call ll_init_map in mirred
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +000068
net[shemminger]!shemmingerf082b642005-03-30 18:16:10 +0000692005-03-19 Thomas Graf <tgraf@suug.ch>
70
71 * Warn about wildcard deletions and provide IFA_ADDRESS upon
72 deletions to enforce prefix length validation for IPv4.
osdl.net!shemminger3819eb92005-03-30 18:18:12 +000073 * Fix netlink message alignment when the last routing attribute added
74 has a data length not aligned to RTA_ALIGNTO.
75
osdl.net!shemminger2cea8f22005-03-30 18:14:55 +0000762005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
77
78 * ipv6 xfrm allocspi and monitor support.
79
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000802005-03-29 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingerf8f9de52005-03-30 18:11:49 +000081
82 * switch to stack for netem tables
83
osdl.net!shemminger08856f02005-03-18 19:40:55 +0000842005-03-18 Stephen Hemminger <shemminger@osdl.org>
85
86 * add -force option to batch mode
87 * handle midline comments in batch mode
88 * sum per cpu fields in lnstat correctly
89
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000902005-03-14 Stephen Hemminger <shemminger@osdl.org>
91
site!shemminger924d4fd2005-03-14 22:19:16 +000092 * cleanup batch mode, allow continuation, comments etc.
93 * recode reuse of netlink socket
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +000094
osdl.net!shemminger900da082005-03-14 19:04:15 +0000952005-03-14 Boian Bonev <boian@bonev.com>
96
97 * enhancement to batch mode.
98 it does not exit on error, just report it
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +000099 tc reuses the already open netlink socket for subsequent command(s)
osdl.net!shemminger900da082005-03-14 19:04:15 +0000100
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +00001012005-03-14 Thomas Graf <tgraf@suug.ch>
102
103 * ip link command
104 print NO-CARRIER flag if there is no carrier and the link is up.
105
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001062005-03-14 Patrick McHardy <kaber@trash.net>
107
108 * bug: Use USER_HZ where necessary
109
osdl.net!shemmingerafa10e22005-03-14 22:23:38 +00001102005-03-10 Jamal Hadi Salim <hadi@znyx.com>
111
112 * Fix bug with register_target
113
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001142005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +0000115
116 * fix pkt_cls.h to have tc_u32_mark
117 * update include files to be stripped versions of 2.6.11
118 * add documentation about netem distributions [from nistnet]
119 * turn off nup in document make [from FC3]
120 * don't build with extra debug info (-g) [from FC3]
121
1222005-03-10 Nix <nix@esperi.org.uk>
123
124 * make man3 directory
125
1262005-03-10 Pasi <Pasi.Eronen@nokia.com>
127
128 * add ESP-in-UDP encapsulation
129
1302005-03-10 Thomas Graf <tgraf@suug.ch>
131 * [NETEM] Fix off by one
132 * update local header file copies
133 * [NEIGH] print number of probes done so far (statistics mode only)
134
1352005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
136 * Trivial typo in ip help
137
1382005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +0000139
140 * netem distribution data reorganization
141
1422005-02-09 Roland Dreier <roland@topspin.com>
143
144 * ip over infiniband address display
145
1462005-02-09 Jim Gifford <lfs@jg555.com>
147
148 * make install fix for ip/
149
1502005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +0000151
152 * Don't mix address families when flushing
153
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00001542005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +0000155
156 * Validate classid is not too large to cause loss of bits.
157
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +00001582005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
159
160 * need to call getline() with null for first usage
161 * don't overwrite const arg
162
site!shemmingerd5b48552005-02-07 18:01:21 +00001632005-02-07 Stephen Hemminger <shemminger@linux.site>
164
165 * Add experimental distribution
166
osdl.net!shemmingercb200962005-01-18 22:31:42 +00001672005-01-18 Yun Mao <maoy@cis.upenn.edu>
168
169 * typo in ss
170
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00001712005-01-18 Thomas Graf <tgraf@suug.ch>
172
173 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +0000174 * add addraw_l
175 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000176
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +00001772005-01-17 Jamal Hadi Salim <hadi@znyx.com>
178
179 * typo in m_mirred
180 * add support for pedit
181
1822005-01-13 Jim Gifford <lfs@jg555.com>
183
184 * Fix allocation size error in nomal and paretonormal generation
185 programs.
186
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +00001872005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
188
189 * ipmonitor shows IPv6 prefix list notification
190 * update to iproute2 xfrm for ipv6
191
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00001922005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000193
194 * Fix compile warnings when building 64bit system since
195 u64 is unsigned long, but format is %llu
196
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +00001972005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
198
199 * Add the possibility to use fwmark in u32 filters
200
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00002012005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000202
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000203 * Add netlink manual page
204
2052004-10-20 Stephen Hemminger <shemminger@osdl.org>
206
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000207 * Add warning about "ip route nat" no longer supported
208
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00002092005-01-12 Thomas Graf <tgraf@suug.ch>
210
211 * Tc testsuite
212
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00002132005-01-12 Jamal Hadi Salim <hadi@znyx.com>
214
215 * Add iptables tc support. This meant borrowing headers
216 from iptables *ugh*
217
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00002182004-12-08 Jamal Hadi Salim <hadi@znyx.com>
219
220 * Add mirror and redirect actions
221
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00002222004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000223
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000224 * Don't include <asm/byteorder.h> since then we get dependant on
225 kernel headers on host machine
226 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000227
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00002282004-10-19 Harald Welte <laforge@gnumonks.org>
229
230 * Replace rtstat (and ctstat) with new lnstat
231
osdl.net!shemmingercece2482004-10-19 19:57:38 +00002322004-10-19 Mads Martin Joergensen <mmj@suse.de>
233
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000234 * Ip is using the wrong structure in ipaddress.c when showing stats
235 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000236
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00002372004-10-19 Michal <md@lnet.pl>
238
239 * fix scaling in print_rates (for bits)
240
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00002412004-09-28 Stephen Hemminger <shemminger@osdl.org>
242
243 * fix build problems with arpd and pthread
244 * add pkt_sched.h
245
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00002462004-09-28 Mike Frysinger <vapier@gentoo.org>
247
248 * make man8 directory
249 * install ifcfg and rtpr scripts
250
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00002512004-09-28 Andreas Haumer <andreas@xss.co.at>
252
253 * make install symlink fix.
254
2552004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
256
257 * ICMP/ICMPv6's type and code in IPsec selector.
258 * fixes `ip xfrm`'s algorithm key when using hexadecimal
259 * support 'ip xfrm' protocol types
260 * flush message types for XFRM's policy/state
261
262
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00002632004-09-01 Stephen Hemminger <shemminger@osdl.org>
264
265 * Fix ip command to not crash when interface name is too long.
266 always use strncpy(.., IFNAMSIZ)
267
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00002682004-08-31 Stephen Hemminger <shemminger@osdl.org>
269
270 * Add gact documentation from jamal
271 * Chang more arguments to rtnetlink API const
272 * Drop dead queuing disciplines
273 * Handle qdisc without xstats in core rather than
274 putting stub's everywhere
275 * Add requeue to tc_stats and handle new/old ABI issues
276
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00002772004-08-30 Stephen Hemminger <shemminger@osdl.org>
278
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000279 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000280 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000281 * Add support for loading distributions to netem
282
283
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00002842004-08-23 Stephen Hemminger <shemminger@osdl.org>
285
286 * Update from jamal for all the parts that got broken in the
287 last classification patch.
288 * Hfsc/sc patch from patrick
289
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00002902004-08-13 Stephen Hemminger <shemminger@osdl.org>
291
292 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000293 * Get rid of old Patches/ directory for tcp_diag module
294 * Make get_rate table based.
295
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00002962004-08-11 Stephen Hemminger <shemminger@osdl.org>
297
298 * Add xfrm message formatting from
299 Masahide Nakamura <nakam@linux-ipv6.org>
300
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00003012004-08-09 Stephen Hemminger <shemminger@osdl.org>
302
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000303 * Fix netem scheduler to handle case where psched us != real us
304
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000305 * Remove configuration for everything that can depend on
306 extracted kernel headers
307 * Add kernel headers required to include/linux
308
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00003092004-08-04 Stephen Hemminger <shemminger@osdl.org>
310
311 * Get rid of old tcp_diag module, it is part of kernel.
312
313 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
314
osdl.net!shemminger2979d522004-07-30 20:24:59 +00003152004-07-30 Stephen Hemminger <shemminger@osdl.org>
316
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000317 * Make ip xfrm stuff config option since it doesn't exist on 2.4
318
319 * HFSC doesn't exist on older 2.4 kernels so make it configurable
320
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000321 * HTB API changed and won't build with mismatched version.
322 Rather than sticking user with a build error, just don't
323 build it in on mismatch.
324
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000325 * Change configure script to make sure netem is the correct
326 version. I changed the structure def. a couple of times before
327 settling on the final API
328
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00003292004-07-16 Stephen Hemminger <shemminger@osdl.org>
330
331 * Add htb mpu support
332 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
333 * Three small xfrm updates
334
osdl.net!shemminger09d17272004-07-12 21:03:47 +00003352004-07-07 Stephen Hemminger <shemminger@osdl.org>
336
337 * Fix if_ether.h to fix arpd build
338 * Add hfsc scheduler support
339 * Add ip xfrm support
340 * Add add jitter (instead of rate) to netem scheduler
341
osdl.net!shemminger870f1222004-07-02 17:52:10 +00003422004-07-02 Stephen Hemminger <shemminger@osdl.org>
343
344 * use compile to test for ATM libraries
345 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
346 before it looked in standard search path (/lib;/usr/lib;...)
347 which seems out of place.
348 * build netem as shared library (more for testing/example)
349 * build ATM as shared library since libatm may be on build
350 machine but not on deployment machine
351 * fix make install to not install SCCS directories
352
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00003532004-07-01 Stephen Hemminger <shemminger@osdl.org>
354
355 * add more link options to ip command (from Mark Smith
356 * add rate and duplicate arguments to tc command
357 * add -iec flag for tc printout
358 * rename delay scheduler to netem
359
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00003602004-06-25 Stephen Hemminger <shemminger@osdl.org>
361
362 * Add loss parameter to delay
363 * Rename delay qdisc to netsim
364 * Add autoconfiguration by building a Config file
365 and using it.
366
3672004-06-09 Stephen Hemminger <shemminger@osdl.org>
368
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000369 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000370 * Add GNU long style options
371 * For HTB use get_hz to pick up value of system HZ at runtime
372 * Delete unused funcs.
373
3742004-06-08 Stephen Hemminger <shemminger@osdl.org>
375
376 * Cleanup ss
377 - use const char and local functions where possible
378 * Add man pages from SuSe
379 * SuSE patches
380 - path to db4.1
381 - don't hardcode path to /tmp in ifstat
382 Alternat fix: was to use TMPDIR
383 - handle non-root user calling ip route flush going into
384 an infinite loop.
385 Alternate fix: was to timeout if route table doesn't empty.
386 * Try and get rid of dependency on kernel include files
387 Get rid of having private glibc-include headers
388
3892004-06-07 Stephen Hemminger <shemminger@osdl.org>
390
391 * Import patches that make sense from Fedora Core 2
392 - iproute2-2.4.7-hex
393 print fwmark in hex
394 - iproute2-2.4.7-netlink
395 handle getting right netlink mesg back
396 - iproute2-2.4.7-htb3-tc
397 add HTB scheduler
398 - iproute2-2.4.7-default
399 add entry default to rttable
400
4012004-06-04 Stephen Hemminger <shemminger@osdl.org>
402
403 * Add support for vegas info to ss
404
4052004-06-02 Stephen Hemminger <shemminger@osdl.org>
406
407 * Use const char in utility routines where appropriate
408 * Rearrange include files so can build with standard headers
409 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
410 and understand it
411 * Get rid of private defintions of network headers which existed
412 only to handle old glibc
413
4142004-04-15 Stephen Hemminger <shemminger@osdl.org>
415
416 * Add the delay (network simulation scheduler)
417
4182004-04-15 Stephen Hemminger <shemminger@osdl.org>
419
420 * Starting point baseline based on iproute2-2.4.7-ss020116-try
421