blob: 37b75010fca5ae87c853ba8f944fd88edce465e9 [file] [log] [blame]
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +000012004-08-31 Stephen Hemminger <shemminger@osdl.org>
2
3 * Add gact documentation from jamal
4 * Chang more arguments to rtnetlink API const
5 * Drop dead queuing disciplines
6 * Handle qdisc without xstats in core rather than
7 putting stub's everywhere
8 * Add requeue to tc_stats and handle new/old ABI issues
9
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000102004-08-30 Stephen Hemminger <shemminger@osdl.org>
11
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +000012 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +000013 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +000014 * Add support for loading distributions to netem
15
16
osdl.net!shemmingerd7480402004-08-23 20:20:41 +0000172004-08-23 Stephen Hemminger <shemminger@osdl.org>
18
19 * Update from jamal for all the parts that got broken in the
20 last classification patch.
21 * Hfsc/sc patch from patrick
22
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000232004-08-13 Stephen Hemminger <shemminger@osdl.org>
24
25 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +000026 * Get rid of old Patches/ directory for tcp_diag module
27 * Make get_rate table based.
28
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +0000292004-08-11 Stephen Hemminger <shemminger@osdl.org>
30
31 * Add xfrm message formatting from
32 Masahide Nakamura <nakam@linux-ipv6.org>
33
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000342004-08-09 Stephen Hemminger <shemminger@osdl.org>
35
osdl.net!shemminger025dc692004-08-09 17:12:23 +000036 * Fix netem scheduler to handle case where psched us != real us
37
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +000038 * Remove configuration for everything that can depend on
39 extracted kernel headers
40 * Add kernel headers required to include/linux
41
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +0000422004-08-04 Stephen Hemminger <shemminger@osdl.org>
43
44 * Get rid of old tcp_diag module, it is part of kernel.
45
46 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
47
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000482004-07-30 Stephen Hemminger <shemminger@osdl.org>
49
osdl.net!shemminger6e85b542004-07-30 22:27:50 +000050 * Make ip xfrm stuff config option since it doesn't exist on 2.4
51
52 * HFSC doesn't exist on older 2.4 kernels so make it configurable
53
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +000054 * HTB API changed and won't build with mismatched version.
55 Rather than sticking user with a build error, just don't
56 build it in on mismatch.
57
osdl.net!shemminger2979d522004-07-30 20:24:59 +000058 * Change configure script to make sure netem is the correct
59 version. I changed the structure def. a couple of times before
60 settling on the final API
61
osdl.net!shemminger34f5d182004-07-30 20:26:15 +0000622004-07-16 Stephen Hemminger <shemminger@osdl.org>
63
64 * Add htb mpu support
65 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
66 * Three small xfrm updates
67
osdl.net!shemminger09d17272004-07-12 21:03:47 +0000682004-07-07 Stephen Hemminger <shemminger@osdl.org>
69
70 * Fix if_ether.h to fix arpd build
71 * Add hfsc scheduler support
72 * Add ip xfrm support
73 * Add add jitter (instead of rate) to netem scheduler
74
osdl.net!shemminger870f1222004-07-02 17:52:10 +0000752004-07-02 Stephen Hemminger <shemminger@osdl.org>
76
77 * use compile to test for ATM libraries
78 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
79 before it looked in standard search path (/lib;/usr/lib;...)
80 which seems out of place.
81 * build netem as shared library (more for testing/example)
82 * build ATM as shared library since libatm may be on build
83 machine but not on deployment machine
84 * fix make install to not install SCCS directories
85
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000862004-07-01 Stephen Hemminger <shemminger@osdl.org>
87
88 * add more link options to ip command (from Mark Smith
89 * add rate and duplicate arguments to tc command
90 * add -iec flag for tc printout
91 * rename delay scheduler to netem
92
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000932004-06-25 Stephen Hemminger <shemminger@osdl.org>
94
95 * Add loss parameter to delay
96 * Rename delay qdisc to netsim
97 * Add autoconfiguration by building a Config file
98 and using it.
99
1002004-06-09 Stephen Hemminger <shemminger@osdl.org>
101
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000102 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000103 * Add GNU long style options
104 * For HTB use get_hz to pick up value of system HZ at runtime
105 * Delete unused funcs.
106
1072004-06-08 Stephen Hemminger <shemminger@osdl.org>
108
109 * Cleanup ss
110 - use const char and local functions where possible
111 * Add man pages from SuSe
112 * SuSE patches
113 - path to db4.1
114 - don't hardcode path to /tmp in ifstat
115 Alternat fix: was to use TMPDIR
116 - handle non-root user calling ip route flush going into
117 an infinite loop.
118 Alternate fix: was to timeout if route table doesn't empty.
119 * Try and get rid of dependency on kernel include files
120 Get rid of having private glibc-include headers
121
1222004-06-07 Stephen Hemminger <shemminger@osdl.org>
123
124 * Import patches that make sense from Fedora Core 2
125 - iproute2-2.4.7-hex
126 print fwmark in hex
127 - iproute2-2.4.7-netlink
128 handle getting right netlink mesg back
129 - iproute2-2.4.7-htb3-tc
130 add HTB scheduler
131 - iproute2-2.4.7-default
132 add entry default to rttable
133
1342004-06-04 Stephen Hemminger <shemminger@osdl.org>
135
136 * Add support for vegas info to ss
137
1382004-06-02 Stephen Hemminger <shemminger@osdl.org>
139
140 * Use const char in utility routines where appropriate
141 * Rearrange include files so can build with standard headers
142 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
143 and understand it
144 * Get rid of private defintions of network headers which existed
145 only to handle old glibc
146
1472004-04-15 Stephen Hemminger <shemminger@osdl.org>
148
149 * Add the delay (network simulation scheduler)
150
1512004-04-15 Stephen Hemminger <shemminger@osdl.org>
152
153 * Starting point baseline based on iproute2-2.4.7-ss020116-try
154