blob: 09a0373b199c4e7dafd05a0efea34562d7dbd562 [file] [log] [blame]
shemmingere9bc3c42005-12-10 00:01:02 +000012005-12-09 Stephen Hemminger <shemminger@osdl.org>
shemmingera31a5d52005-12-09 23:27:44 +00002
3 * Add corrupt feature to netem
4
shemmingere25d6972005-12-02 20:02:26 +000052005-12-02 Stephen Hemminger <shemminger@osdl.org
6
7 * Backout ambigious ip command matches
8
shemmingerede72392005-11-22 17:30:43 +000092005-11-22 Stephen Hemminger <shemminger@osdl.org
10
11 * Handle ambigious ip command matches
12
132005-11-22 Patrick McHardy <kaber@trash.net>
14
15 * Add back ip command aliases
16
shemminger669ae742005-11-07 18:39:30 +0000172005-11-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
18
19 * Updating for 2.6.14
20 - Show UPD{SA,POLICY} message information from kernel instead of error
21 - Add lengh check of deleting message from kernel
22 - Use macro for struct xfrm_user{sa,policy}_id
23
24 * Minor fix:
25 - Add fflush at the end of normal dump
26
shemmingerc595c792005-11-01 23:03:03 +0000272005-11-01 Jamal Hadi Salim <hadi@znyx.com>
28
29 * Fix handling of XFRM monitor and state
30
shemminger2034ee92005-11-01 17:54:34 +0000312005-11-01 Stephen Hemminger <shemminger@osdl.org
32
33 * Update to 2.6.14 sanitized headers
34
shemminger234b6132005-10-24 16:26:25 +0000352005-10-24 Patrick McHardy <kaber@trash.net>
36
37 * Fix ip commnad shortcuts
38
shemminger8c564a42005-10-12 22:46:23 +0000392005-10-12 Stephen Hemminger <shemminger@osdl.org>
40
41 * Add more CBQ examples from Fedora Core
shemminger7849fb52005-10-12 22:49:50 +000042 * Fix buffer overrun in iproute because of bits vs. bytes confusion
43
shemmingerb77caeb2005-10-12 22:32:34 +0000442005-10-12 Jamal Hadi Salim <hadi@znyx.com>
45
46 * Fix ip rule flush, need to reopen rtnl
47
shemminger393c4372005-10-07 16:45:17 +0000482005-10-07 Stephen Hemminger <shemminger@osdl.org>
49
50 * Reenable ip mroute
51
shemmingerf453a0d2005-10-07 16:33:21 +0000522005-10-07 Mike Frysinger <vapier@gentoo.org>
53
54 * Handle pfifo_fast that has no qopt without segfaulting
55
shemminger7dae1702005-10-05 17:40:12 +0000562005-10-05 Mads Martin Joergensen <mmj@suse.de>
57
58 * Trivial netem ccopts
59
shemmingerfb229752005-10-04 23:15:32 +0000602005-10-04 Jerome Borsboom <j.borsboom@erasmusmc.nl>
61
62 * Fix regression in ip addr (libnetlink) handling
63
642005-09-21 Stephen Hemminger <shemminger@osdl.org>
shemminger8ed63ab2005-09-21 19:33:17 +000065
66 * Fix uninitialized memory and leaks with valgrind
67 Reported by Redhat
68
shemmingerce715cd2005-09-01 22:38:19 +0000692005-09-01 Mike Frysinger <vapier@gentoo.org>
70
71 * Fix build issues with netem tables (parallel make and HOSTCC)
72
732005-09-01 Stephen Hemminger <shemminger@osdl.org>
shemminger351efcd2005-09-01 19:21:50 +000074
75 * Integrate support for DCCP into 'ss' (from acme)
76 * Add -batch option to ip.
77 * Update to 2.6.14 headers
78
shemmingerc98e49e2005-09-01 18:12:33 +0000792005-09-01 Eric Dumazet <dada1@cosmosbay.com>
shemmingerce715cd2005-09-01 22:38:19 +000080
shemmingerc98e49e2005-09-01 18:12:33 +000081 * Fix lnstat : First column should not be summed
82
shemminger66081842005-08-16 21:10:51 +0000832005-08-16 Stephen Hemminger <shemminger@osdl.org>
84
85 * Limit ip route flush to 10 rounds.
86 * Cleanup ip rule flush error message
87
shemminger6864c1e2005-08-08 20:24:41 +0000882005-08-08 Stephen Hemminger <shemminger@osdl.org>
89
90 * Update to 2.6.13+ kernel headers
91 * Fix array overrun in paretonormal
92 * Fix ematch to not include dropped fields from skb.
93
shemminger3fcdebb2005-07-14 16:49:27 +0000942005-07-14 Thomas Graf <tgraf@suug.ch>
shemminger52d5ac32005-07-05 22:11:37 +000095
shemminger3fcdebb2005-07-14 16:49:27 +000096 * Make ematch bison/lex build with common flex
97
982005-07-10 Stephen Hemminger <shemminger@osdl.org>
99
100 * Fix Gcc 4.0 build warnings signed/unsigned
shemminger52d5ac32005-07-05 22:11:37 +0000101
shemminger6d4662d2005-06-23 17:36:38 +00001022005-06-23 Jamal Hadi Salim <hadi@znyx.com>
103
104 * Fix for options process with ipt
105
shemminger08837cb2005-06-23 17:33:56 +00001062005-06-23 Thomas Graf <tgraf@suug.ch>
107
108 * Add extended matches (nbyte, cmp, u32, meta)
109 * Add basic classifier
110 * Fix clean/distclean makefile targets
111 * update local header file copies
112 * IPv4 multipath algorithm selection support
113 * cscope Makefile target
114 * Fix off-by-one while generating argument vector
115 in batched mode.
116 * Assume stdin if no argument is given to -batch
117
shemminger6d4662d2005-06-23 17:36:38 +00001182005-06-22 Stephen Hemminger <shemminger@osdl.org>
shemmingerea8fc102005-06-22 18:27:49 +0000119
120 * Update include files to 2.6.12
121 * Add ss support for TCP_CONG
122
shemminger2b4fad62005-06-13 18:47:56 +00001232005-06-13 Steven Whitehouse <steve@chygwyn.com>
124
125 * Decnet doc's update
126
shemminger99f830d2005-06-07 22:15:48 +00001272005-06-07 Stephen Hemminger <shemminger@osdl.org>
128
129 * Fix 'ip link' map to handle case where device gets autoloaded
130 by using if_nametoindex as fallback
131 * Device indices are unsigned not int.
132
shemmingere4457652005-06-07 21:55:03 +00001332005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
134
135 * [ip] show timestamp when using '-t' option.
136 * [ip] remove duplicated code for expired message of xfrm.
shemminger9bec1a42005-06-07 21:58:25 +0000137 * [ip] add "deleteall" command for xfrm;
138 "flush" uses kernel's flush interface and
139 "deleteall" uses legacy iproute2's flush feature like
140 getting-and-deleting-for-each.
shemmingere4457652005-06-07 21:55:03 +0000141
osdl.net!shemminger78615aa2005-03-30 18:51:35 +00001422005-03-30 Stephen Hemminger <shemminger@osdl.org>
143
144 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
145 because it isn't needed and not on all systems
osdl.net!shemmingerec596422005-04-01 19:56:29 +0000146 * Update rtnetlink.h and pkt_cls.h to be stripped versions
147 of headers from 2.6.12-rc1
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000148
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +00001492005-03-30 Jamal Hadi Salim <hadi@znyx.com>
150
151 * Proper verison of iptables headers (from 1.3.1)
152 * Set revision file in m_ipt
153 * Fix action_util naming in mirred
osdl.net!shemmingerec596422005-04-01 19:56:29 +0000154 * don't call ll_init_map in mirred
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +0000155
net[shemminger]!shemmingerf082b642005-03-30 18:16:10 +00001562005-03-19 Thomas Graf <tgraf@suug.ch>
157
158 * Warn about wildcard deletions and provide IFA_ADDRESS upon
159 deletions to enforce prefix length validation for IPv4.
osdl.net!shemminger3819eb92005-03-30 18:18:12 +0000160 * Fix netlink message alignment when the last routing attribute added
161 has a data length not aligned to RTA_ALIGNTO.
162
osdl.net!shemminger2cea8f22005-03-30 18:14:55 +00001632005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
164
165 * ipv6 xfrm allocspi and monitor support.
166
osdl.net!shemminger78615aa2005-03-30 18:51:35 +00001672005-03-29 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingerf8f9de52005-03-30 18:11:49 +0000168
169 * switch to stack for netem tables
170
osdl.net!shemminger08856f02005-03-18 19:40:55 +00001712005-03-18 Stephen Hemminger <shemminger@osdl.org>
172
173 * add -force option to batch mode
174 * handle midline comments in batch mode
175 * sum per cpu fields in lnstat correctly
176
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +00001772005-03-14 Stephen Hemminger <shemminger@osdl.org>
178
site!shemminger924d4fd2005-03-14 22:19:16 +0000179 * cleanup batch mode, allow continuation, comments etc.
180 * recode reuse of netlink socket
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000181
osdl.net!shemminger900da082005-03-14 19:04:15 +00001822005-03-14 Boian Bonev <boian@bonev.com>
183
184 * enhancement to batch mode.
185 it does not exit on error, just report it
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000186 tc reuses the already open netlink socket for subsequent command(s)
osdl.net!shemminger900da082005-03-14 19:04:15 +0000187
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +00001882005-03-14 Thomas Graf <tgraf@suug.ch>
189
190 * ip link command
191 print NO-CARRIER flag if there is no carrier and the link is up.
192
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00001932005-03-14 Patrick McHardy <kaber@trash.net>
194
195 * bug: Use USER_HZ where necessary
196
osdl.net!shemmingerafa10e22005-03-14 22:23:38 +00001972005-03-10 Jamal Hadi Salim <hadi@znyx.com>
198
199 * Fix bug with register_target
200
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +00002012005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +0000202
203 * fix pkt_cls.h to have tc_u32_mark
204 * update include files to be stripped versions of 2.6.11
205 * add documentation about netem distributions [from nistnet]
206 * turn off nup in document make [from FC3]
207 * don't build with extra debug info (-g) [from FC3]
208
2092005-03-10 Nix <nix@esperi.org.uk>
210
211 * make man3 directory
212
2132005-03-10 Pasi <Pasi.Eronen@nokia.com>
214
215 * add ESP-in-UDP encapsulation
216
2172005-03-10 Thomas Graf <tgraf@suug.ch>
218 * [NETEM] Fix off by one
219 * update local header file copies
220 * [NEIGH] print number of probes done so far (statistics mode only)
221
2222005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
223 * Trivial typo in ip help
224
2252005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +0000226
227 * netem distribution data reorganization
228
2292005-02-09 Roland Dreier <roland@topspin.com>
230
231 * ip over infiniband address display
232
2332005-02-09 Jim Gifford <lfs@jg555.com>
234
235 * make install fix for ip/
236
2372005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +0000238
239 * Don't mix address families when flushing
240
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002412005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +0000242
243 * Validate classid is not too large to cause loss of bits.
244
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +00002452005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
246
247 * need to call getline() with null for first usage
248 * don't overwrite const arg
249
shemminger7dae1702005-10-05 17:40:12 +00002502005-02-07 Stephen Hemminger <shemminger@osdl.org>
site!shemmingerd5b48552005-02-07 18:01:21 +0000251
252 * Add experimental distribution
253
osdl.net!shemmingercb200962005-01-18 22:31:42 +00002542005-01-18 Yun Mao <maoy@cis.upenn.edu>
255
256 * typo in ss
257
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00002582005-01-18 Thomas Graf <tgraf@suug.ch>
259
260 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +0000261 * add addraw_l
262 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000263
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +00002642005-01-17 Jamal Hadi Salim <hadi@znyx.com>
265
266 * typo in m_mirred
267 * add support for pedit
268
2692005-01-13 Jim Gifford <lfs@jg555.com>
270
271 * Fix allocation size error in nomal and paretonormal generation
272 programs.
273
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +00002742005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
275
276 * ipmonitor shows IPv6 prefix list notification
277 * update to iproute2 xfrm for ipv6
278
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00002792005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000280
281 * Fix compile warnings when building 64bit system since
282 u64 is unsigned long, but format is %llu
283
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +00002842005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
285
286 * Add the possibility to use fwmark in u32 filters
287
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00002882005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000289
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000290 * Add netlink manual page
291
2922004-10-20 Stephen Hemminger <shemminger@osdl.org>
293
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000294 * Add warning about "ip route nat" no longer supported
295
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00002962005-01-12 Thomas Graf <tgraf@suug.ch>
297
298 * Tc testsuite
299
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00003002005-01-12 Jamal Hadi Salim <hadi@znyx.com>
301
302 * Add iptables tc support. This meant borrowing headers
303 from iptables *ugh*
304
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00003052004-12-08 Jamal Hadi Salim <hadi@znyx.com>
306
307 * Add mirror and redirect actions
308
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00003092004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000310
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000311 * Don't include <asm/byteorder.h> since then we get dependant on
312 kernel headers on host machine
313 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000314
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00003152004-10-19 Harald Welte <laforge@gnumonks.org>
316
317 * Replace rtstat (and ctstat) with new lnstat
318
osdl.net!shemmingercece2482004-10-19 19:57:38 +00003192004-10-19 Mads Martin Joergensen <mmj@suse.de>
320
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000321 * Ip is using the wrong structure in ipaddress.c when showing stats
322 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000323
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00003242004-10-19 Michal <md@lnet.pl>
325
326 * fix scaling in print_rates (for bits)
327
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00003282004-09-28 Stephen Hemminger <shemminger@osdl.org>
329
330 * fix build problems with arpd and pthread
331 * add pkt_sched.h
332
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00003332004-09-28 Mike Frysinger <vapier@gentoo.org>
334
335 * make man8 directory
336 * install ifcfg and rtpr scripts
337
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00003382004-09-28 Andreas Haumer <andreas@xss.co.at>
339
340 * make install symlink fix.
341
3422004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
343
344 * ICMP/ICMPv6's type and code in IPsec selector.
345 * fixes `ip xfrm`'s algorithm key when using hexadecimal
346 * support 'ip xfrm' protocol types
347 * flush message types for XFRM's policy/state
348
349
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00003502004-09-01 Stephen Hemminger <shemminger@osdl.org>
351
352 * Fix ip command to not crash when interface name is too long.
353 always use strncpy(.., IFNAMSIZ)
354
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00003552004-08-31 Stephen Hemminger <shemminger@osdl.org>
356
357 * Add gact documentation from jamal
358 * Chang more arguments to rtnetlink API const
359 * Drop dead queuing disciplines
360 * Handle qdisc without xstats in core rather than
361 putting stub's everywhere
362 * Add requeue to tc_stats and handle new/old ABI issues
363
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00003642004-08-30 Stephen Hemminger <shemminger@osdl.org>
365
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000366 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000367 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000368 * Add support for loading distributions to netem
369
370
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00003712004-08-23 Stephen Hemminger <shemminger@osdl.org>
372
373 * Update from jamal for all the parts that got broken in the
374 last classification patch.
375 * Hfsc/sc patch from patrick
376
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00003772004-08-13 Stephen Hemminger <shemminger@osdl.org>
378
379 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000380 * Get rid of old Patches/ directory for tcp_diag module
381 * Make get_rate table based.
382
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00003832004-08-11 Stephen Hemminger <shemminger@osdl.org>
384
385 * Add xfrm message formatting from
386 Masahide Nakamura <nakam@linux-ipv6.org>
387
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00003882004-08-09 Stephen Hemminger <shemminger@osdl.org>
389
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000390 * Fix netem scheduler to handle case where psched us != real us
391
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000392 * Remove configuration for everything that can depend on
393 extracted kernel headers
394 * Add kernel headers required to include/linux
395
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00003962004-08-04 Stephen Hemminger <shemminger@osdl.org>
397
398 * Get rid of old tcp_diag module, it is part of kernel.
399
400 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
401
osdl.net!shemminger2979d522004-07-30 20:24:59 +00004022004-07-30 Stephen Hemminger <shemminger@osdl.org>
403
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000404 * Make ip xfrm stuff config option since it doesn't exist on 2.4
405
406 * HFSC doesn't exist on older 2.4 kernels so make it configurable
407
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000408 * HTB API changed and won't build with mismatched version.
409 Rather than sticking user with a build error, just don't
410 build it in on mismatch.
411
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000412 * Change configure script to make sure netem is the correct
413 version. I changed the structure def. a couple of times before
414 settling on the final API
415
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00004162004-07-16 Stephen Hemminger <shemminger@osdl.org>
417
418 * Add htb mpu support
419 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
420 * Three small xfrm updates
421
osdl.net!shemminger09d17272004-07-12 21:03:47 +00004222004-07-07 Stephen Hemminger <shemminger@osdl.org>
423
424 * Fix if_ether.h to fix arpd build
425 * Add hfsc scheduler support
426 * Add ip xfrm support
427 * Add add jitter (instead of rate) to netem scheduler
428
osdl.net!shemminger870f1222004-07-02 17:52:10 +00004292004-07-02 Stephen Hemminger <shemminger@osdl.org>
430
431 * use compile to test for ATM libraries
432 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
433 before it looked in standard search path (/lib;/usr/lib;...)
434 which seems out of place.
435 * build netem as shared library (more for testing/example)
436 * build ATM as shared library since libatm may be on build
437 machine but not on deployment machine
438 * fix make install to not install SCCS directories
439
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00004402004-07-01 Stephen Hemminger <shemminger@osdl.org>
441
442 * add more link options to ip command (from Mark Smith
443 * add rate and duplicate arguments to tc command
444 * add -iec flag for tc printout
445 * rename delay scheduler to netem
446
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00004472004-06-25 Stephen Hemminger <shemminger@osdl.org>
448
449 * Add loss parameter to delay
450 * Rename delay qdisc to netsim
451 * Add autoconfiguration by building a Config file
452 and using it.
453
4542004-06-09 Stephen Hemminger <shemminger@osdl.org>
455
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000456 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000457 * Add GNU long style options
458 * For HTB use get_hz to pick up value of system HZ at runtime
459 * Delete unused funcs.
460
4612004-06-08 Stephen Hemminger <shemminger@osdl.org>
462
463 * Cleanup ss
464 - use const char and local functions where possible
465 * Add man pages from SuSe
466 * SuSE patches
467 - path to db4.1
468 - don't hardcode path to /tmp in ifstat
469 Alternat fix: was to use TMPDIR
470 - handle non-root user calling ip route flush going into
471 an infinite loop.
472 Alternate fix: was to timeout if route table doesn't empty.
473 * Try and get rid of dependency on kernel include files
474 Get rid of having private glibc-include headers
475
4762004-06-07 Stephen Hemminger <shemminger@osdl.org>
477
478 * Import patches that make sense from Fedora Core 2
479 - iproute2-2.4.7-hex
480 print fwmark in hex
481 - iproute2-2.4.7-netlink
482 handle getting right netlink mesg back
483 - iproute2-2.4.7-htb3-tc
484 add HTB scheduler
485 - iproute2-2.4.7-default
486 add entry default to rttable
487
4882004-06-04 Stephen Hemminger <shemminger@osdl.org>
489
490 * Add support for vegas info to ss
491
4922004-06-02 Stephen Hemminger <shemminger@osdl.org>
493
494 * Use const char in utility routines where appropriate
495 * Rearrange include files so can build with standard headers
496 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
497 and understand it
498 * Get rid of private defintions of network headers which existed
499 only to handle old glibc
500
5012004-04-15 Stephen Hemminger <shemminger@osdl.org>
502
503 * Add the delay (network simulation scheduler)
504
5052004-04-15 Stephen Hemminger <shemminger@osdl.org>
506
507 * Starting point baseline based on iproute2-2.4.7-ss020116-try
508