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