blob: 8885fa0346c291ba44665d3cbaa362f89ad07db5 [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!shemminger34f5d182004-07-30 20:26:15 +000072004-07-16 Stephen Hemminger <shemminger@osdl.org>
8
9 * Add htb mpu support
10 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
11 * Three small xfrm updates
12
osdl.net!shemminger09d17272004-07-12 21:03:47 +0000132004-07-07 Stephen Hemminger <shemminger@osdl.org>
14
15 * Fix if_ether.h to fix arpd build
16 * Add hfsc scheduler support
17 * Add ip xfrm support
18 * Add add jitter (instead of rate) to netem scheduler
19
osdl.net!shemminger870f1222004-07-02 17:52:10 +0000202004-07-02 Stephen Hemminger <shemminger@osdl.org>
21
22 * use compile to test for ATM libraries
23 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
24 before it looked in standard search path (/lib;/usr/lib;...)
25 which seems out of place.
26 * build netem as shared library (more for testing/example)
27 * build ATM as shared library since libatm may be on build
28 machine but not on deployment machine
29 * fix make install to not install SCCS directories
30
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000312004-07-01 Stephen Hemminger <shemminger@osdl.org>
32
33 * add more link options to ip command (from Mark Smith
34 * add rate and duplicate arguments to tc command
35 * add -iec flag for tc printout
36 * rename delay scheduler to netem
37
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000382004-06-25 Stephen Hemminger <shemminger@osdl.org>
39
40 * Add loss parameter to delay
41 * Rename delay qdisc to netsim
42 * Add autoconfiguration by building a Config file
43 and using it.
44
452004-06-09 Stephen Hemminger <shemminger@osdl.org>
46
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +000047 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +000048 * Add GNU long style options
49 * For HTB use get_hz to pick up value of system HZ at runtime
50 * Delete unused funcs.
51
522004-06-08 Stephen Hemminger <shemminger@osdl.org>
53
54 * Cleanup ss
55 - use const char and local functions where possible
56 * Add man pages from SuSe
57 * SuSE patches
58 - path to db4.1
59 - don't hardcode path to /tmp in ifstat
60 Alternat fix: was to use TMPDIR
61 - handle non-root user calling ip route flush going into
62 an infinite loop.
63 Alternate fix: was to timeout if route table doesn't empty.
64 * Try and get rid of dependency on kernel include files
65 Get rid of having private glibc-include headers
66
672004-06-07 Stephen Hemminger <shemminger@osdl.org>
68
69 * Import patches that make sense from Fedora Core 2
70 - iproute2-2.4.7-hex
71 print fwmark in hex
72 - iproute2-2.4.7-netlink
73 handle getting right netlink mesg back
74 - iproute2-2.4.7-htb3-tc
75 add HTB scheduler
76 - iproute2-2.4.7-default
77 add entry default to rttable
78
792004-06-04 Stephen Hemminger <shemminger@osdl.org>
80
81 * Add support for vegas info to ss
82
832004-06-02 Stephen Hemminger <shemminger@osdl.org>
84
85 * Use const char in utility routines where appropriate
86 * Rearrange include files so can build with standard headers
87 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
88 and understand it
89 * Get rid of private defintions of network headers which existed
90 only to handle old glibc
91
922004-04-15 Stephen Hemminger <shemminger@osdl.org>
93
94 * Add the delay (network simulation scheduler)
95
962004-04-15 Stephen Hemminger <shemminger@osdl.org>
97
98 * Starting point baseline based on iproute2-2.4.7-ss020116-try
99