blob: fc90c6a44e02140d5c9b84d78d548ed69f9f7334 [file] [log] [blame]
osdl.net!shemminger2979d522004-07-30 20:24:59 +000012004-07-30 Stephen Hemminger <shemminger@osdl.org>
2
3 * Change configure script to make sure netem is the correct
4 version. I changed the structure def. a couple of times before
5 settling on the final API
6
osdl.net!shemminger09d17272004-07-12 21:03:47 +000072004-07-07 Stephen Hemminger <shemminger@osdl.org>
8
9 * Fix if_ether.h to fix arpd build
10 * Add hfsc scheduler support
11 * Add ip xfrm support
12 * Add add jitter (instead of rate) to netem scheduler
13
osdl.net!shemminger870f1222004-07-02 17:52:10 +0000142004-07-02 Stephen Hemminger <shemminger@osdl.org>
15
16 * use compile to test for ATM libraries
17 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
18 before it looked in standard search path (/lib;/usr/lib;...)
19 which seems out of place.
20 * build netem as shared library (more for testing/example)
21 * build ATM as shared library since libatm may be on build
22 machine but not on deployment machine
23 * fix make install to not install SCCS directories
24
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000252004-07-01 Stephen Hemminger <shemminger@osdl.org>
26
27 * add more link options to ip command (from Mark Smith
28 * add rate and duplicate arguments to tc command
29 * add -iec flag for tc printout
30 * rename delay scheduler to netem
31
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000322004-06-25 Stephen Hemminger <shemminger@osdl.org>
33
34 * Add loss parameter to delay
35 * Rename delay qdisc to netsim
36 * Add autoconfiguration by building a Config file
37 and using it.
38
392004-06-09 Stephen Hemminger <shemminger@osdl.org>
40
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +000041 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +000042 * Add GNU long style options
43 * For HTB use get_hz to pick up value of system HZ at runtime
44 * Delete unused funcs.
45
462004-06-08 Stephen Hemminger <shemminger@osdl.org>
47
48 * Cleanup ss
49 - use const char and local functions where possible
50 * Add man pages from SuSe
51 * SuSE patches
52 - path to db4.1
53 - don't hardcode path to /tmp in ifstat
54 Alternat fix: was to use TMPDIR
55 - handle non-root user calling ip route flush going into
56 an infinite loop.
57 Alternate fix: was to timeout if route table doesn't empty.
58 * Try and get rid of dependency on kernel include files
59 Get rid of having private glibc-include headers
60
612004-06-07 Stephen Hemminger <shemminger@osdl.org>
62
63 * Import patches that make sense from Fedora Core 2
64 - iproute2-2.4.7-hex
65 print fwmark in hex
66 - iproute2-2.4.7-netlink
67 handle getting right netlink mesg back
68 - iproute2-2.4.7-htb3-tc
69 add HTB scheduler
70 - iproute2-2.4.7-default
71 add entry default to rttable
72
732004-06-04 Stephen Hemminger <shemminger@osdl.org>
74
75 * Add support for vegas info to ss
76
772004-06-02 Stephen Hemminger <shemminger@osdl.org>
78
79 * Use const char in utility routines where appropriate
80 * Rearrange include files so can build with standard headers
81 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
82 and understand it
83 * Get rid of private defintions of network headers which existed
84 only to handle old glibc
85
862004-04-15 Stephen Hemminger <shemminger@osdl.org>
87
88 * Add the delay (network simulation scheduler)
89
902004-04-15 Stephen Hemminger <shemminger@osdl.org>
91
92 * Starting point baseline based on iproute2-2.4.7-ss020116-try
93