blob: a9cd316e15dd4fa32412e1ddd827eb171f5be5db [file] [log] [blame]
shemminger08837cb2005-06-23 17:33:56 +000012005-06-23 Thomas Graf <tgraf@suug.ch>
2
3 * Add extended matches (nbyte, cmp, u32, meta)
4 * Add basic classifier
5 * Fix clean/distclean makefile targets
6 * update local header file copies
7 * IPv4 multipath algorithm selection support
8 * cscope Makefile target
9 * Fix off-by-one while generating argument vector
10 in batched mode.
11 * Assume stdin if no argument is given to -batch
12
shemmingerea8fc102005-06-22 18:27:49 +0000132005-06-22 Stephen Hemminger <shemminger@dxpl.pdx.osdl.net>
14
15 * Update include files to 2.6.12
16 * Add ss support for TCP_CONG
17
shemminger2b4fad62005-06-13 18:47:56 +0000182005-06-13 Steven Whitehouse <steve@chygwyn.com>
19
20 * Decnet doc's update
21
shemminger99f830d2005-06-07 22:15:48 +0000222005-06-07 Stephen Hemminger <shemminger@osdl.org>
23
24 * Fix 'ip link' map to handle case where device gets autoloaded
25 by using if_nametoindex as fallback
26 * Device indices are unsigned not int.
27
shemmingere4457652005-06-07 21:55:03 +0000282005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
29
30 * [ip] show timestamp when using '-t' option.
31 * [ip] remove duplicated code for expired message of xfrm.
shemminger9bec1a42005-06-07 21:58:25 +000032 * [ip] add "deleteall" command for xfrm;
33 "flush" uses kernel's flush interface and
34 "deleteall" uses legacy iproute2's flush feature like
35 getting-and-deleting-for-each.
shemmingere4457652005-06-07 21:55:03 +000036
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000372005-03-30 Stephen Hemminger <shemminger@osdl.org>
38
39 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
40 because it isn't needed and not on all systems
osdl.net!shemmingerec596422005-04-01 19:56:29 +000041 * Update rtnetlink.h and pkt_cls.h to be stripped versions
42 of headers from 2.6.12-rc1
osdl.net!shemminger78615aa2005-03-30 18:51:35 +000043
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +0000442005-03-30 Jamal Hadi Salim <hadi@znyx.com>
45
46 * Proper verison of iptables headers (from 1.3.1)
47 * Set revision file in m_ipt
48 * Fix action_util naming in mirred
osdl.net!shemmingerec596422005-04-01 19:56:29 +000049 * don't call ll_init_map in mirred
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +000050
net[shemminger]!shemmingerf082b642005-03-30 18:16:10 +0000512005-03-19 Thomas Graf <tgraf@suug.ch>
52
53 * Warn about wildcard deletions and provide IFA_ADDRESS upon
54 deletions to enforce prefix length validation for IPv4.
osdl.net!shemminger3819eb92005-03-30 18:18:12 +000055 * Fix netlink message alignment when the last routing attribute added
56 has a data length not aligned to RTA_ALIGNTO.
57
osdl.net!shemminger2cea8f22005-03-30 18:14:55 +0000582005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
59
60 * ipv6 xfrm allocspi and monitor support.
61
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000622005-03-29 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingerf8f9de52005-03-30 18:11:49 +000063
64 * switch to stack for netem tables
65
osdl.net!shemminger08856f02005-03-18 19:40:55 +0000662005-03-18 Stephen Hemminger <shemminger@osdl.org>
67
68 * add -force option to batch mode
69 * handle midline comments in batch mode
70 * sum per cpu fields in lnstat correctly
71
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000722005-03-14 Stephen Hemminger <shemminger@osdl.org>
73
site!shemminger924d4fd2005-03-14 22:19:16 +000074 * cleanup batch mode, allow continuation, comments etc.
75 * recode reuse of netlink socket
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +000076
osdl.net!shemminger900da082005-03-14 19:04:15 +0000772005-03-14 Boian Bonev <boian@bonev.com>
78
79 * enhancement to batch mode.
80 it does not exit on error, just report it
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +000081 tc reuses the already open netlink socket for subsequent command(s)
osdl.net!shemminger900da082005-03-14 19:04:15 +000082
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +0000832005-03-14 Thomas Graf <tgraf@suug.ch>
84
85 * ip link command
86 print NO-CARRIER flag if there is no carrier and the link is up.
87
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +0000882005-03-14 Patrick McHardy <kaber@trash.net>
89
90 * bug: Use USER_HZ where necessary
91
osdl.net!shemmingerafa10e22005-03-14 22:23:38 +0000922005-03-10 Jamal Hadi Salim <hadi@znyx.com>
93
94 * Fix bug with register_target
95
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +0000962005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +000097
98 * fix pkt_cls.h to have tc_u32_mark
99 * update include files to be stripped versions of 2.6.11
100 * add documentation about netem distributions [from nistnet]
101 * turn off nup in document make [from FC3]
102 * don't build with extra debug info (-g) [from FC3]
103
1042005-03-10 Nix <nix@esperi.org.uk>
105
106 * make man3 directory
107
1082005-03-10 Pasi <Pasi.Eronen@nokia.com>
109
110 * add ESP-in-UDP encapsulation
111
1122005-03-10 Thomas Graf <tgraf@suug.ch>
113 * [NETEM] Fix off by one
114 * update local header file copies
115 * [NEIGH] print number of probes done so far (statistics mode only)
116
1172005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
118 * Trivial typo in ip help
119
1202005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +0000121
122 * netem distribution data reorganization
123
1242005-02-09 Roland Dreier <roland@topspin.com>
125
126 * ip over infiniband address display
127
1282005-02-09 Jim Gifford <lfs@jg555.com>
129
130 * make install fix for ip/
131
1322005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +0000133
134 * Don't mix address families when flushing
135
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00001362005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +0000137
138 * Validate classid is not too large to cause loss of bits.
139
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +00001402005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
141
142 * need to call getline() with null for first usage
143 * don't overwrite const arg
144
site!shemmingerd5b48552005-02-07 18:01:21 +00001452005-02-07 Stephen Hemminger <shemminger@linux.site>
146
147 * Add experimental distribution
148
osdl.net!shemmingercb200962005-01-18 22:31:42 +00001492005-01-18 Yun Mao <maoy@cis.upenn.edu>
150
151 * typo in ss
152
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00001532005-01-18 Thomas Graf <tgraf@suug.ch>
154
155 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +0000156 * add addraw_l
157 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000158
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +00001592005-01-17 Jamal Hadi Salim <hadi@znyx.com>
160
161 * typo in m_mirred
162 * add support for pedit
163
1642005-01-13 Jim Gifford <lfs@jg555.com>
165
166 * Fix allocation size error in nomal and paretonormal generation
167 programs.
168
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +00001692005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
170
171 * ipmonitor shows IPv6 prefix list notification
172 * update to iproute2 xfrm for ipv6
173
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00001742005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000175
176 * Fix compile warnings when building 64bit system since
177 u64 is unsigned long, but format is %llu
178
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +00001792005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
180
181 * Add the possibility to use fwmark in u32 filters
182
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00001832005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000184
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000185 * Add netlink manual page
186
1872004-10-20 Stephen Hemminger <shemminger@osdl.org>
188
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000189 * Add warning about "ip route nat" no longer supported
190
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00001912005-01-12 Thomas Graf <tgraf@suug.ch>
192
193 * Tc testsuite
194
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00001952005-01-12 Jamal Hadi Salim <hadi@znyx.com>
196
197 * Add iptables tc support. This meant borrowing headers
198 from iptables *ugh*
199
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00002002004-12-08 Jamal Hadi Salim <hadi@znyx.com>
201
202 * Add mirror and redirect actions
203
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00002042004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000205
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000206 * Don't include <asm/byteorder.h> since then we get dependant on
207 kernel headers on host machine
208 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000209
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00002102004-10-19 Harald Welte <laforge@gnumonks.org>
211
212 * Replace rtstat (and ctstat) with new lnstat
213
osdl.net!shemmingercece2482004-10-19 19:57:38 +00002142004-10-19 Mads Martin Joergensen <mmj@suse.de>
215
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000216 * Ip is using the wrong structure in ipaddress.c when showing stats
217 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000218
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00002192004-10-19 Michal <md@lnet.pl>
220
221 * fix scaling in print_rates (for bits)
222
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00002232004-09-28 Stephen Hemminger <shemminger@osdl.org>
224
225 * fix build problems with arpd and pthread
226 * add pkt_sched.h
227
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00002282004-09-28 Mike Frysinger <vapier@gentoo.org>
229
230 * make man8 directory
231 * install ifcfg and rtpr scripts
232
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00002332004-09-28 Andreas Haumer <andreas@xss.co.at>
234
235 * make install symlink fix.
236
2372004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
238
239 * ICMP/ICMPv6's type and code in IPsec selector.
240 * fixes `ip xfrm`'s algorithm key when using hexadecimal
241 * support 'ip xfrm' protocol types
242 * flush message types for XFRM's policy/state
243
244
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00002452004-09-01 Stephen Hemminger <shemminger@osdl.org>
246
247 * Fix ip command to not crash when interface name is too long.
248 always use strncpy(.., IFNAMSIZ)
249
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00002502004-08-31 Stephen Hemminger <shemminger@osdl.org>
251
252 * Add gact documentation from jamal
253 * Chang more arguments to rtnetlink API const
254 * Drop dead queuing disciplines
255 * Handle qdisc without xstats in core rather than
256 putting stub's everywhere
257 * Add requeue to tc_stats and handle new/old ABI issues
258
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00002592004-08-30 Stephen Hemminger <shemminger@osdl.org>
260
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000261 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000262 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000263 * Add support for loading distributions to netem
264
265
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00002662004-08-23 Stephen Hemminger <shemminger@osdl.org>
267
268 * Update from jamal for all the parts that got broken in the
269 last classification patch.
270 * Hfsc/sc patch from patrick
271
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00002722004-08-13 Stephen Hemminger <shemminger@osdl.org>
273
274 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000275 * Get rid of old Patches/ directory for tcp_diag module
276 * Make get_rate table based.
277
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00002782004-08-11 Stephen Hemminger <shemminger@osdl.org>
279
280 * Add xfrm message formatting from
281 Masahide Nakamura <nakam@linux-ipv6.org>
282
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00002832004-08-09 Stephen Hemminger <shemminger@osdl.org>
284
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000285 * Fix netem scheduler to handle case where psched us != real us
286
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000287 * Remove configuration for everything that can depend on
288 extracted kernel headers
289 * Add kernel headers required to include/linux
290
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00002912004-08-04 Stephen Hemminger <shemminger@osdl.org>
292
293 * Get rid of old tcp_diag module, it is part of kernel.
294
295 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
296
osdl.net!shemminger2979d522004-07-30 20:24:59 +00002972004-07-30 Stephen Hemminger <shemminger@osdl.org>
298
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000299 * Make ip xfrm stuff config option since it doesn't exist on 2.4
300
301 * HFSC doesn't exist on older 2.4 kernels so make it configurable
302
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000303 * HTB API changed and won't build with mismatched version.
304 Rather than sticking user with a build error, just don't
305 build it in on mismatch.
306
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000307 * Change configure script to make sure netem is the correct
308 version. I changed the structure def. a couple of times before
309 settling on the final API
310
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00003112004-07-16 Stephen Hemminger <shemminger@osdl.org>
312
313 * Add htb mpu support
314 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
315 * Three small xfrm updates
316
osdl.net!shemminger09d17272004-07-12 21:03:47 +00003172004-07-07 Stephen Hemminger <shemminger@osdl.org>
318
319 * Fix if_ether.h to fix arpd build
320 * Add hfsc scheduler support
321 * Add ip xfrm support
322 * Add add jitter (instead of rate) to netem scheduler
323
osdl.net!shemminger870f1222004-07-02 17:52:10 +00003242004-07-02 Stephen Hemminger <shemminger@osdl.org>
325
326 * use compile to test for ATM libraries
327 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
328 before it looked in standard search path (/lib;/usr/lib;...)
329 which seems out of place.
330 * build netem as shared library (more for testing/example)
331 * build ATM as shared library since libatm may be on build
332 machine but not on deployment machine
333 * fix make install to not install SCCS directories
334
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00003352004-07-01 Stephen Hemminger <shemminger@osdl.org>
336
337 * add more link options to ip command (from Mark Smith
338 * add rate and duplicate arguments to tc command
339 * add -iec flag for tc printout
340 * rename delay scheduler to netem
341
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00003422004-06-25 Stephen Hemminger <shemminger@osdl.org>
343
344 * Add loss parameter to delay
345 * Rename delay qdisc to netsim
346 * Add autoconfiguration by building a Config file
347 and using it.
348
3492004-06-09 Stephen Hemminger <shemminger@osdl.org>
350
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000351 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000352 * Add GNU long style options
353 * For HTB use get_hz to pick up value of system HZ at runtime
354 * Delete unused funcs.
355
3562004-06-08 Stephen Hemminger <shemminger@osdl.org>
357
358 * Cleanup ss
359 - use const char and local functions where possible
360 * Add man pages from SuSe
361 * SuSE patches
362 - path to db4.1
363 - don't hardcode path to /tmp in ifstat
364 Alternat fix: was to use TMPDIR
365 - handle non-root user calling ip route flush going into
366 an infinite loop.
367 Alternate fix: was to timeout if route table doesn't empty.
368 * Try and get rid of dependency on kernel include files
369 Get rid of having private glibc-include headers
370
3712004-06-07 Stephen Hemminger <shemminger@osdl.org>
372
373 * Import patches that make sense from Fedora Core 2
374 - iproute2-2.4.7-hex
375 print fwmark in hex
376 - iproute2-2.4.7-netlink
377 handle getting right netlink mesg back
378 - iproute2-2.4.7-htb3-tc
379 add HTB scheduler
380 - iproute2-2.4.7-default
381 add entry default to rttable
382
3832004-06-04 Stephen Hemminger <shemminger@osdl.org>
384
385 * Add support for vegas info to ss
386
3872004-06-02 Stephen Hemminger <shemminger@osdl.org>
388
389 * Use const char in utility routines where appropriate
390 * Rearrange include files so can build with standard headers
391 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
392 and understand it
393 * Get rid of private defintions of network headers which existed
394 only to handle old glibc
395
3962004-04-15 Stephen Hemminger <shemminger@osdl.org>
397
398 * Add the delay (network simulation scheduler)
399
4002004-04-15 Stephen Hemminger <shemminger@osdl.org>
401
402 * Starting point baseline based on iproute2-2.4.7-ss020116-try
403