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