blob: 4128fcb12fdc85e27c6aca6959fc449c0267d5ed [file] [log] [blame]
osdl.net!shemminger82412ef2004-06-28 20:37:01 +000012004-06-25 Stephen Hemminger <shemminger@osdl.org>
2
3 * Add loss parameter to delay
4 * Rename delay qdisc to netsim
5 * Add autoconfiguration by building a Config file
6 and using it.
7
82004-06-09 Stephen Hemminger <shemminger@osdl.org>
9
10 * Report rates in K=1000
11 * Add GNU long style options
12 * For HTB use get_hz to pick up value of system HZ at runtime
13 * Delete unused funcs.
14
152004-06-08 Stephen Hemminger <shemminger@osdl.org>
16
17 * Cleanup ss
18 - use const char and local functions where possible
19 * Add man pages from SuSe
20 * SuSE patches
21 - path to db4.1
22 - don't hardcode path to /tmp in ifstat
23 Alternat fix: was to use TMPDIR
24 - handle non-root user calling ip route flush going into
25 an infinite loop.
26 Alternate fix: was to timeout if route table doesn't empty.
27 * Try and get rid of dependency on kernel include files
28 Get rid of having private glibc-include headers
29
302004-06-07 Stephen Hemminger <shemminger@osdl.org>
31
32 * Import patches that make sense from Fedora Core 2
33 - iproute2-2.4.7-hex
34 print fwmark in hex
35 - iproute2-2.4.7-netlink
36 handle getting right netlink mesg back
37 - iproute2-2.4.7-htb3-tc
38 add HTB scheduler
39 - iproute2-2.4.7-default
40 add entry default to rttable
41
422004-06-04 Stephen Hemminger <shemminger@osdl.org>
43
44 * Add support for vegas info to ss
45
462004-06-02 Stephen Hemminger <shemminger@osdl.org>
47
48 * Use const char in utility routines where appropriate
49 * Rearrange include files so can build with standard headers
50 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
51 and understand it
52 * Get rid of private defintions of network headers which existed
53 only to handle old glibc
54
552004-04-15 Stephen Hemminger <shemminger@osdl.org>
56
57 * Add the delay (network simulation scheduler)
58
592004-04-15 Stephen Hemminger <shemminger@osdl.org>
60
61 * Starting point baseline based on iproute2-2.4.7-ss020116-try
62