blob: d3ddf76aa434692fd090ce317bc1dcffda17566c [file] [log] [blame]
osdl.net!shemminger900da082005-03-14 19:04:15 +000012005-03-14 Boian Bonev <boian@bonev.com>
2
3 * enhancement to batch mode.
4 it does not exit on error, just report it
5 tc reuses the already open netlink socket for subsequent command(s)
6
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +000072005-03-14 Thomas Graf <tgraf@suug.ch>
8
9 * ip link command
10 print NO-CARRIER flag if there is no carrier and the link is up.
11
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +0000122005-03-14 Patrick McHardy <kaber@trash.net>
13
14 * bug: Use USER_HZ where necessary
15
162005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +000017
18 * fix pkt_cls.h to have tc_u32_mark
19 * update include files to be stripped versions of 2.6.11
20 * add documentation about netem distributions [from nistnet]
21 * turn off nup in document make [from FC3]
22 * don't build with extra debug info (-g) [from FC3]
23
242005-03-10 Nix <nix@esperi.org.uk>
25
26 * make man3 directory
27
282005-03-10 Pasi <Pasi.Eronen@nokia.com>
29
30 * add ESP-in-UDP encapsulation
31
322005-03-10 Thomas Graf <tgraf@suug.ch>
33 * [NETEM] Fix off by one
34 * update local header file copies
35 * [NEIGH] print number of probes done so far (statistics mode only)
36
372005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
38 * Trivial typo in ip help
39
402005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +000041
42 * netem distribution data reorganization
43
442005-02-09 Roland Dreier <roland@topspin.com>
45
46 * ip over infiniband address display
47
482005-02-09 Jim Gifford <lfs@jg555.com>
49
50 * make install fix for ip/
51
522005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +000053
54 * Don't mix address families when flushing
55
osdl.net!shemminger9fcda922005-03-10 19:04:50 +0000562005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +000057
58 * Validate classid is not too large to cause loss of bits.
59
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +0000602005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
61
62 * need to call getline() with null for first usage
63 * don't overwrite const arg
64
site!shemmingerd5b48552005-02-07 18:01:21 +0000652005-02-07 Stephen Hemminger <shemminger@linux.site>
66
67 * Add experimental distribution
68
osdl.net!shemmingercb200962005-01-18 22:31:42 +0000692005-01-18 Yun Mao <maoy@cis.upenn.edu>
70
71 * typo in ss
72
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000732005-01-18 Thomas Graf <tgraf@suug.ch>
74
75 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +000076 * add addraw_l
77 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +000078
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +0000792005-01-17 Jamal Hadi Salim <hadi@znyx.com>
80
81 * typo in m_mirred
82 * add support for pedit
83
842005-01-13 Jim Gifford <lfs@jg555.com>
85
86 * Fix allocation size error in nomal and paretonormal generation
87 programs.
88
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +0000892005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
90
91 * ipmonitor shows IPv6 prefix list notification
92 * update to iproute2 xfrm for ipv6
93
osdl.net!shemminger9fcda922005-03-10 19:04:50 +0000942005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +000095
96 * Fix compile warnings when building 64bit system since
97 u64 is unsigned long, but format is %llu
98
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +0000992005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
100
101 * Add the possibility to use fwmark in u32 filters
102
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00001032005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000104
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000105 * Add netlink manual page
106
1072004-10-20 Stephen Hemminger <shemminger@osdl.org>
108
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000109 * Add warning about "ip route nat" no longer supported
110
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00001112005-01-12 Thomas Graf <tgraf@suug.ch>
112
113 * Tc testsuite
114
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00001152005-01-12 Jamal Hadi Salim <hadi@znyx.com>
116
117 * Add iptables tc support. This meant borrowing headers
118 from iptables *ugh*
119
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00001202004-12-08 Jamal Hadi Salim <hadi@znyx.com>
121
122 * Add mirror and redirect actions
123
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00001242004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000125
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000126 * Don't include <asm/byteorder.h> since then we get dependant on
127 kernel headers on host machine
128 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000129
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00001302004-10-19 Harald Welte <laforge@gnumonks.org>
131
132 * Replace rtstat (and ctstat) with new lnstat
133
osdl.net!shemmingercece2482004-10-19 19:57:38 +00001342004-10-19 Mads Martin Joergensen <mmj@suse.de>
135
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000136 * Ip is using the wrong structure in ipaddress.c when showing stats
137 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000138
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00001392004-10-19 Michal <md@lnet.pl>
140
141 * fix scaling in print_rates (for bits)
142
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00001432004-09-28 Stephen Hemminger <shemminger@osdl.org>
144
145 * fix build problems with arpd and pthread
146 * add pkt_sched.h
147
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00001482004-09-28 Mike Frysinger <vapier@gentoo.org>
149
150 * make man8 directory
151 * install ifcfg and rtpr scripts
152
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00001532004-09-28 Andreas Haumer <andreas@xss.co.at>
154
155 * make install symlink fix.
156
1572004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
158
159 * ICMP/ICMPv6's type and code in IPsec selector.
160 * fixes `ip xfrm`'s algorithm key when using hexadecimal
161 * support 'ip xfrm' protocol types
162 * flush message types for XFRM's policy/state
163
164
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00001652004-09-01 Stephen Hemminger <shemminger@osdl.org>
166
167 * Fix ip command to not crash when interface name is too long.
168 always use strncpy(.., IFNAMSIZ)
169
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00001702004-08-31 Stephen Hemminger <shemminger@osdl.org>
171
172 * Add gact documentation from jamal
173 * Chang more arguments to rtnetlink API const
174 * Drop dead queuing disciplines
175 * Handle qdisc without xstats in core rather than
176 putting stub's everywhere
177 * Add requeue to tc_stats and handle new/old ABI issues
178
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00001792004-08-30 Stephen Hemminger <shemminger@osdl.org>
180
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000181 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000182 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000183 * Add support for loading distributions to netem
184
185
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00001862004-08-23 Stephen Hemminger <shemminger@osdl.org>
187
188 * Update from jamal for all the parts that got broken in the
189 last classification patch.
190 * Hfsc/sc patch from patrick
191
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00001922004-08-13 Stephen Hemminger <shemminger@osdl.org>
193
194 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000195 * Get rid of old Patches/ directory for tcp_diag module
196 * Make get_rate table based.
197
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00001982004-08-11 Stephen Hemminger <shemminger@osdl.org>
199
200 * Add xfrm message formatting from
201 Masahide Nakamura <nakam@linux-ipv6.org>
202
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00002032004-08-09 Stephen Hemminger <shemminger@osdl.org>
204
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000205 * Fix netem scheduler to handle case where psched us != real us
206
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000207 * Remove configuration for everything that can depend on
208 extracted kernel headers
209 * Add kernel headers required to include/linux
210
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00002112004-08-04 Stephen Hemminger <shemminger@osdl.org>
212
213 * Get rid of old tcp_diag module, it is part of kernel.
214
215 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
216
osdl.net!shemminger2979d522004-07-30 20:24:59 +00002172004-07-30 Stephen Hemminger <shemminger@osdl.org>
218
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000219 * Make ip xfrm stuff config option since it doesn't exist on 2.4
220
221 * HFSC doesn't exist on older 2.4 kernels so make it configurable
222
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000223 * HTB API changed and won't build with mismatched version.
224 Rather than sticking user with a build error, just don't
225 build it in on mismatch.
226
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000227 * Change configure script to make sure netem is the correct
228 version. I changed the structure def. a couple of times before
229 settling on the final API
230
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00002312004-07-16 Stephen Hemminger <shemminger@osdl.org>
232
233 * Add htb mpu support
234 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
235 * Three small xfrm updates
236
osdl.net!shemminger09d17272004-07-12 21:03:47 +00002372004-07-07 Stephen Hemminger <shemminger@osdl.org>
238
239 * Fix if_ether.h to fix arpd build
240 * Add hfsc scheduler support
241 * Add ip xfrm support
242 * Add add jitter (instead of rate) to netem scheduler
243
osdl.net!shemminger870f1222004-07-02 17:52:10 +00002442004-07-02 Stephen Hemminger <shemminger@osdl.org>
245
246 * use compile to test for ATM libraries
247 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
248 before it looked in standard search path (/lib;/usr/lib;...)
249 which seems out of place.
250 * build netem as shared library (more for testing/example)
251 * build ATM as shared library since libatm may be on build
252 machine but not on deployment machine
253 * fix make install to not install SCCS directories
254
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00002552004-07-01 Stephen Hemminger <shemminger@osdl.org>
256
257 * add more link options to ip command (from Mark Smith
258 * add rate and duplicate arguments to tc command
259 * add -iec flag for tc printout
260 * rename delay scheduler to netem
261
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00002622004-06-25 Stephen Hemminger <shemminger@osdl.org>
263
264 * Add loss parameter to delay
265 * Rename delay qdisc to netsim
266 * Add autoconfiguration by building a Config file
267 and using it.
268
2692004-06-09 Stephen Hemminger <shemminger@osdl.org>
270
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000271 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000272 * Add GNU long style options
273 * For HTB use get_hz to pick up value of system HZ at runtime
274 * Delete unused funcs.
275
2762004-06-08 Stephen Hemminger <shemminger@osdl.org>
277
278 * Cleanup ss
279 - use const char and local functions where possible
280 * Add man pages from SuSe
281 * SuSE patches
282 - path to db4.1
283 - don't hardcode path to /tmp in ifstat
284 Alternat fix: was to use TMPDIR
285 - handle non-root user calling ip route flush going into
286 an infinite loop.
287 Alternate fix: was to timeout if route table doesn't empty.
288 * Try and get rid of dependency on kernel include files
289 Get rid of having private glibc-include headers
290
2912004-06-07 Stephen Hemminger <shemminger@osdl.org>
292
293 * Import patches that make sense from Fedora Core 2
294 - iproute2-2.4.7-hex
295 print fwmark in hex
296 - iproute2-2.4.7-netlink
297 handle getting right netlink mesg back
298 - iproute2-2.4.7-htb3-tc
299 add HTB scheduler
300 - iproute2-2.4.7-default
301 add entry default to rttable
302
3032004-06-04 Stephen Hemminger <shemminger@osdl.org>
304
305 * Add support for vegas info to ss
306
3072004-06-02 Stephen Hemminger <shemminger@osdl.org>
308
309 * Use const char in utility routines where appropriate
310 * Rearrange include files so can build with standard headers
311 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
312 and understand it
313 * Get rid of private defintions of network headers which existed
314 only to handle old glibc
315
3162004-04-15 Stephen Hemminger <shemminger@osdl.org>
317
318 * Add the delay (network simulation scheduler)
319
3202004-04-15 Stephen Hemminger <shemminger@osdl.org>
321
322 * Starting point baseline based on iproute2-2.4.7-ss020116-try
323