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