blob: 4ceebab81fb14c77b4dc8185125ef29b91194d39 [file] [log] [blame]
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +000012004-09-28 Stephen Hemminger <shemminger@osdl.org>
2
3 * fix build problems with arpd and pthread
4 * add pkt_sched.h
5
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +000062004-09-28 Mike Frysinger <vapier@gentoo.org>
7
8 * make man8 directory
9 * install ifcfg and rtpr scripts
10
osdl.net!shemmingerfd348782004-09-28 18:52:54 +0000112004-09-28 Andreas Haumer <andreas@xss.co.at>
12
13 * make install symlink fix.
14
152004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
16
17 * ICMP/ICMPv6's type and code in IPsec selector.
18 * fixes `ip xfrm`'s algorithm key when using hexadecimal
19 * support 'ip xfrm' protocol types
20 * flush message types for XFRM's policy/state
21
22
osdl.net!shemminger71058eb2004-09-01 17:15:45 +0000232004-09-01 Stephen Hemminger <shemminger@osdl.org>
24
25 * Fix ip command to not crash when interface name is too long.
26 always use strncpy(.., IFNAMSIZ)
27
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +0000282004-08-31 Stephen Hemminger <shemminger@osdl.org>
29
30 * Add gact documentation from jamal
31 * Chang more arguments to rtnetlink API const
32 * Drop dead queuing disciplines
33 * Handle qdisc without xstats in core rather than
34 putting stub's everywhere
35 * Add requeue to tc_stats and handle new/old ABI issues
36
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000372004-08-30 Stephen Hemminger <shemminger@osdl.org>
38
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +000039 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +000040 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +000041 * Add support for loading distributions to netem
42
43
osdl.net!shemmingerd7480402004-08-23 20:20:41 +0000442004-08-23 Stephen Hemminger <shemminger@osdl.org>
45
46 * Update from jamal for all the parts that got broken in the
47 last classification patch.
48 * Hfsc/sc patch from patrick
49
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000502004-08-13 Stephen Hemminger <shemminger@osdl.org>
51
52 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +000053 * Get rid of old Patches/ directory for tcp_diag module
54 * Make get_rate table based.
55
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +0000562004-08-11 Stephen Hemminger <shemminger@osdl.org>
57
58 * Add xfrm message formatting from
59 Masahide Nakamura <nakam@linux-ipv6.org>
60
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000612004-08-09 Stephen Hemminger <shemminger@osdl.org>
62
osdl.net!shemminger025dc692004-08-09 17:12:23 +000063 * Fix netem scheduler to handle case where psched us != real us
64
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +000065 * Remove configuration for everything that can depend on
66 extracted kernel headers
67 * Add kernel headers required to include/linux
68
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +0000692004-08-04 Stephen Hemminger <shemminger@osdl.org>
70
71 * Get rid of old tcp_diag module, it is part of kernel.
72
73 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
74
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000752004-07-30 Stephen Hemminger <shemminger@osdl.org>
76
osdl.net!shemminger6e85b542004-07-30 22:27:50 +000077 * Make ip xfrm stuff config option since it doesn't exist on 2.4
78
79 * HFSC doesn't exist on older 2.4 kernels so make it configurable
80
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +000081 * HTB API changed and won't build with mismatched version.
82 Rather than sticking user with a build error, just don't
83 build it in on mismatch.
84
osdl.net!shemminger2979d522004-07-30 20:24:59 +000085 * Change configure script to make sure netem is the correct
86 version. I changed the structure def. a couple of times before
87 settling on the final API
88
osdl.net!shemminger34f5d182004-07-30 20:26:15 +0000892004-07-16 Stephen Hemminger <shemminger@osdl.org>
90
91 * Add htb mpu support
92 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
93 * Three small xfrm updates
94
osdl.net!shemminger09d17272004-07-12 21:03:47 +0000952004-07-07 Stephen Hemminger <shemminger@osdl.org>
96
97 * Fix if_ether.h to fix arpd build
98 * Add hfsc scheduler support
99 * Add ip xfrm support
100 * Add add jitter (instead of rate) to netem scheduler
101
osdl.net!shemminger870f1222004-07-02 17:52:10 +00001022004-07-02 Stephen Hemminger <shemminger@osdl.org>
103
104 * use compile to test for ATM libraries
105 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
106 before it looked in standard search path (/lib;/usr/lib;...)
107 which seems out of place.
108 * build netem as shared library (more for testing/example)
109 * build ATM as shared library since libatm may be on build
110 machine but not on deployment machine
111 * fix make install to not install SCCS directories
112
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00001132004-07-01 Stephen Hemminger <shemminger@osdl.org>
114
115 * add more link options to ip command (from Mark Smith
116 * add rate and duplicate arguments to tc command
117 * add -iec flag for tc printout
118 * rename delay scheduler to netem
119
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00001202004-06-25 Stephen Hemminger <shemminger@osdl.org>
121
122 * Add loss parameter to delay
123 * Rename delay qdisc to netsim
124 * Add autoconfiguration by building a Config file
125 and using it.
126
1272004-06-09 Stephen Hemminger <shemminger@osdl.org>
128
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000129 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000130 * Add GNU long style options
131 * For HTB use get_hz to pick up value of system HZ at runtime
132 * Delete unused funcs.
133
1342004-06-08 Stephen Hemminger <shemminger@osdl.org>
135
136 * Cleanup ss
137 - use const char and local functions where possible
138 * Add man pages from SuSe
139 * SuSE patches
140 - path to db4.1
141 - don't hardcode path to /tmp in ifstat
142 Alternat fix: was to use TMPDIR
143 - handle non-root user calling ip route flush going into
144 an infinite loop.
145 Alternate fix: was to timeout if route table doesn't empty.
146 * Try and get rid of dependency on kernel include files
147 Get rid of having private glibc-include headers
148
1492004-06-07 Stephen Hemminger <shemminger@osdl.org>
150
151 * Import patches that make sense from Fedora Core 2
152 - iproute2-2.4.7-hex
153 print fwmark in hex
154 - iproute2-2.4.7-netlink
155 handle getting right netlink mesg back
156 - iproute2-2.4.7-htb3-tc
157 add HTB scheduler
158 - iproute2-2.4.7-default
159 add entry default to rttable
160
1612004-06-04 Stephen Hemminger <shemminger@osdl.org>
162
163 * Add support for vegas info to ss
164
1652004-06-02 Stephen Hemminger <shemminger@osdl.org>
166
167 * Use const char in utility routines where appropriate
168 * Rearrange include files so can build with standard headers
169 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
170 and understand it
171 * Get rid of private defintions of network headers which existed
172 only to handle old glibc
173
1742004-04-15 Stephen Hemminger <shemminger@osdl.org>
175
176 * Add the delay (network simulation scheduler)
177
1782004-04-15 Stephen Hemminger <shemminger@osdl.org>
179
180 * Starting point baseline based on iproute2-2.4.7-ss020116-try
181