blob: 6cfba4090161a7cae00f53734d0acc5db69095f2 [file] [log] [blame]
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +000012005-01-12 Stephen Hemminger <shemminger@dxpl.pdx.osdl.net>
2
3 * Add warning about "ip route nat" no longer supported
4
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +000052005-01-12 Thomas Graf <tgraf@suug.ch>
6
7 * Tc testsuite
8
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +000092005-01-12 Jamal Hadi Salim <hadi@znyx.com>
10
11 * Add iptables tc support. This meant borrowing headers
12 from iptables *ugh*
13
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +0000142004-12-08 Jamal Hadi Salim <hadi@znyx.com>
15
16 * Add mirror and redirect actions
17
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000182004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +000019
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +000020 * Don't include <asm/byteorder.h> since then we get dependant on
21 kernel headers on host machine
22 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +000023
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +0000242004-10-19 Harald Welte <laforge@gnumonks.org>
25
26 * Replace rtstat (and ctstat) with new lnstat
27
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000282004-10-19 Mads Martin Joergensen <mmj@suse.de>
29
osdl.net!shemminger67d295b2004-10-19 20:02:59 +000030 * Ip is using the wrong structure in ipaddress.c when showing stats
31 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +000032
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +0000332004-10-19 Michal <md@lnet.pl>
34
35 * fix scaling in print_rates (for bits)
36
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +0000372004-09-28 Stephen Hemminger <shemminger@osdl.org>
38
39 * fix build problems with arpd and pthread
40 * add pkt_sched.h
41
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +0000422004-09-28 Mike Frysinger <vapier@gentoo.org>
43
44 * make man8 directory
45 * install ifcfg and rtpr scripts
46
osdl.net!shemmingerfd348782004-09-28 18:52:54 +0000472004-09-28 Andreas Haumer <andreas@xss.co.at>
48
49 * make install symlink fix.
50
512004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
52
53 * ICMP/ICMPv6's type and code in IPsec selector.
54 * fixes `ip xfrm`'s algorithm key when using hexadecimal
55 * support 'ip xfrm' protocol types
56 * flush message types for XFRM's policy/state
57
58
osdl.net!shemminger71058eb2004-09-01 17:15:45 +0000592004-09-01 Stephen Hemminger <shemminger@osdl.org>
60
61 * Fix ip command to not crash when interface name is too long.
62 always use strncpy(.., IFNAMSIZ)
63
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +0000642004-08-31 Stephen Hemminger <shemminger@osdl.org>
65
66 * Add gact documentation from jamal
67 * Chang more arguments to rtnetlink API const
68 * Drop dead queuing disciplines
69 * Handle qdisc without xstats in core rather than
70 putting stub's everywhere
71 * Add requeue to tc_stats and handle new/old ABI issues
72
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000732004-08-30 Stephen Hemminger <shemminger@osdl.org>
74
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +000075 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +000076 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +000077 * Add support for loading distributions to netem
78
79
osdl.net!shemmingerd7480402004-08-23 20:20:41 +0000802004-08-23 Stephen Hemminger <shemminger@osdl.org>
81
82 * Update from jamal for all the parts that got broken in the
83 last classification patch.
84 * Hfsc/sc patch from patrick
85
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000862004-08-13 Stephen Hemminger <shemminger@osdl.org>
87
88 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +000089 * Get rid of old Patches/ directory for tcp_diag module
90 * Make get_rate table based.
91
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +0000922004-08-11 Stephen Hemminger <shemminger@osdl.org>
93
94 * Add xfrm message formatting from
95 Masahide Nakamura <nakam@linux-ipv6.org>
96
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000972004-08-09 Stephen Hemminger <shemminger@osdl.org>
98
osdl.net!shemminger025dc692004-08-09 17:12:23 +000099 * Fix netem scheduler to handle case where psched us != real us
100
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000101 * Remove configuration for everything that can depend on
102 extracted kernel headers
103 * Add kernel headers required to include/linux
104
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00001052004-08-04 Stephen Hemminger <shemminger@osdl.org>
106
107 * Get rid of old tcp_diag module, it is part of kernel.
108
109 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
110
osdl.net!shemminger2979d522004-07-30 20:24:59 +00001112004-07-30 Stephen Hemminger <shemminger@osdl.org>
112
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000113 * Make ip xfrm stuff config option since it doesn't exist on 2.4
114
115 * HFSC doesn't exist on older 2.4 kernels so make it configurable
116
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000117 * HTB API changed and won't build with mismatched version.
118 Rather than sticking user with a build error, just don't
119 build it in on mismatch.
120
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000121 * Change configure script to make sure netem is the correct
122 version. I changed the structure def. a couple of times before
123 settling on the final API
124
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00001252004-07-16 Stephen Hemminger <shemminger@osdl.org>
126
127 * Add htb mpu support
128 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
129 * Three small xfrm updates
130
osdl.net!shemminger09d17272004-07-12 21:03:47 +00001312004-07-07 Stephen Hemminger <shemminger@osdl.org>
132
133 * Fix if_ether.h to fix arpd build
134 * Add hfsc scheduler support
135 * Add ip xfrm support
136 * Add add jitter (instead of rate) to netem scheduler
137
osdl.net!shemminger870f1222004-07-02 17:52:10 +00001382004-07-02 Stephen Hemminger <shemminger@osdl.org>
139
140 * use compile to test for ATM libraries
141 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
142 before it looked in standard search path (/lib;/usr/lib;...)
143 which seems out of place.
144 * build netem as shared library (more for testing/example)
145 * build ATM as shared library since libatm may be on build
146 machine but not on deployment machine
147 * fix make install to not install SCCS directories
148
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00001492004-07-01 Stephen Hemminger <shemminger@osdl.org>
150
151 * add more link options to ip command (from Mark Smith
152 * add rate and duplicate arguments to tc command
153 * add -iec flag for tc printout
154 * rename delay scheduler to netem
155
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00001562004-06-25 Stephen Hemminger <shemminger@osdl.org>
157
158 * Add loss parameter to delay
159 * Rename delay qdisc to netsim
160 * Add autoconfiguration by building a Config file
161 and using it.
162
1632004-06-09 Stephen Hemminger <shemminger@osdl.org>
164
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000165 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000166 * Add GNU long style options
167 * For HTB use get_hz to pick up value of system HZ at runtime
168 * Delete unused funcs.
169
1702004-06-08 Stephen Hemminger <shemminger@osdl.org>
171
172 * Cleanup ss
173 - use const char and local functions where possible
174 * Add man pages from SuSe
175 * SuSE patches
176 - path to db4.1
177 - don't hardcode path to /tmp in ifstat
178 Alternat fix: was to use TMPDIR
179 - handle non-root user calling ip route flush going into
180 an infinite loop.
181 Alternate fix: was to timeout if route table doesn't empty.
182 * Try and get rid of dependency on kernel include files
183 Get rid of having private glibc-include headers
184
1852004-06-07 Stephen Hemminger <shemminger@osdl.org>
186
187 * Import patches that make sense from Fedora Core 2
188 - iproute2-2.4.7-hex
189 print fwmark in hex
190 - iproute2-2.4.7-netlink
191 handle getting right netlink mesg back
192 - iproute2-2.4.7-htb3-tc
193 add HTB scheduler
194 - iproute2-2.4.7-default
195 add entry default to rttable
196
1972004-06-04 Stephen Hemminger <shemminger@osdl.org>
198
199 * Add support for vegas info to ss
200
2012004-06-02 Stephen Hemminger <shemminger@osdl.org>
202
203 * Use const char in utility routines where appropriate
204 * Rearrange include files so can build with standard headers
205 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
206 and understand it
207 * Get rid of private defintions of network headers which existed
208 only to handle old glibc
209
2102004-04-15 Stephen Hemminger <shemminger@osdl.org>
211
212 * Add the delay (network simulation scheduler)
213
2142004-04-15 Stephen Hemminger <shemminger@osdl.org>
215
216 * Starting point baseline based on iproute2-2.4.7-ss020116-try
217