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