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