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