blob: 0fe2ee1313a4e2b7f349482bc85b993e23d79b31 [file] [log] [blame]
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +000012005-01-18 Thomas Graf <tgraf@suug.ch>
2
3 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +00004 * add addraw_l
5 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00006
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +000072005-01-17 Jamal Hadi Salim <hadi@znyx.com>
8
9 * typo in m_mirred
10 * add support for pedit
11
122005-01-13 Jim Gifford <lfs@jg555.com>
13
14 * Fix allocation size error in nomal and paretonormal generation
15 programs.
16
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +0000172005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
18
19 * ipmonitor shows IPv6 prefix list notification
20 * update to iproute2 xfrm for ipv6
21
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000222005-01-12 Stephen Hemminger <shemminger@dxpl.pdx.osdl.net>
23
24 * Fix compile warnings when building 64bit system since
25 u64 is unsigned long, but format is %llu
26
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +0000272005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
28
29 * Add the possibility to use fwmark in u32 filters
30
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000312005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +000032
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +000033 * Add netlink manual page
34
352004-10-20 Stephen Hemminger <shemminger@osdl.org>
36
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +000037 * Add warning about "ip route nat" no longer supported
38
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +0000392005-01-12 Thomas Graf <tgraf@suug.ch>
40
41 * Tc testsuite
42
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +0000432005-01-12 Jamal Hadi Salim <hadi@znyx.com>
44
45 * Add iptables tc support. This meant borrowing headers
46 from iptables *ugh*
47
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +0000482004-12-08 Jamal Hadi Salim <hadi@znyx.com>
49
50 * Add mirror and redirect actions
51
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000522004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +000053
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +000054 * Don't include <asm/byteorder.h> since then we get dependant on
55 kernel headers on host machine
56 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +000057
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +0000582004-10-19 Harald Welte <laforge@gnumonks.org>
59
60 * Replace rtstat (and ctstat) with new lnstat
61
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000622004-10-19 Mads Martin Joergensen <mmj@suse.de>
63
osdl.net!shemminger67d295b2004-10-19 20:02:59 +000064 * Ip is using the wrong structure in ipaddress.c when showing stats
65 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +000066
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +0000672004-10-19 Michal <md@lnet.pl>
68
69 * fix scaling in print_rates (for bits)
70
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +0000712004-09-28 Stephen Hemminger <shemminger@osdl.org>
72
73 * fix build problems with arpd and pthread
74 * add pkt_sched.h
75
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +0000762004-09-28 Mike Frysinger <vapier@gentoo.org>
77
78 * make man8 directory
79 * install ifcfg and rtpr scripts
80
osdl.net!shemmingerfd348782004-09-28 18:52:54 +0000812004-09-28 Andreas Haumer <andreas@xss.co.at>
82
83 * make install symlink fix.
84
852004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
86
87 * ICMP/ICMPv6's type and code in IPsec selector.
88 * fixes `ip xfrm`'s algorithm key when using hexadecimal
89 * support 'ip xfrm' protocol types
90 * flush message types for XFRM's policy/state
91
92
osdl.net!shemminger71058eb2004-09-01 17:15:45 +0000932004-09-01 Stephen Hemminger <shemminger@osdl.org>
94
95 * Fix ip command to not crash when interface name is too long.
96 always use strncpy(.., IFNAMSIZ)
97
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +0000982004-08-31 Stephen Hemminger <shemminger@osdl.org>
99
100 * Add gact documentation from jamal
101 * Chang more arguments to rtnetlink API const
102 * Drop dead queuing disciplines
103 * Handle qdisc without xstats in core rather than
104 putting stub's everywhere
105 * Add requeue to tc_stats and handle new/old ABI issues
106
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00001072004-08-30 Stephen Hemminger <shemminger@osdl.org>
108
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000109 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000110 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000111 * Add support for loading distributions to netem
112
113
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00001142004-08-23 Stephen Hemminger <shemminger@osdl.org>
115
116 * Update from jamal for all the parts that got broken in the
117 last classification patch.
118 * Hfsc/sc patch from patrick
119
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00001202004-08-13 Stephen Hemminger <shemminger@osdl.org>
121
122 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000123 * Get rid of old Patches/ directory for tcp_diag module
124 * Make get_rate table based.
125
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00001262004-08-11 Stephen Hemminger <shemminger@osdl.org>
127
128 * Add xfrm message formatting from
129 Masahide Nakamura <nakam@linux-ipv6.org>
130
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00001312004-08-09 Stephen Hemminger <shemminger@osdl.org>
132
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000133 * Fix netem scheduler to handle case where psched us != real us
134
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000135 * Remove configuration for everything that can depend on
136 extracted kernel headers
137 * Add kernel headers required to include/linux
138
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00001392004-08-04 Stephen Hemminger <shemminger@osdl.org>
140
141 * Get rid of old tcp_diag module, it is part of kernel.
142
143 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
144
osdl.net!shemminger2979d522004-07-30 20:24:59 +00001452004-07-30 Stephen Hemminger <shemminger@osdl.org>
146
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000147 * Make ip xfrm stuff config option since it doesn't exist on 2.4
148
149 * HFSC doesn't exist on older 2.4 kernels so make it configurable
150
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000151 * HTB API changed and won't build with mismatched version.
152 Rather than sticking user with a build error, just don't
153 build it in on mismatch.
154
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000155 * Change configure script to make sure netem is the correct
156 version. I changed the structure def. a couple of times before
157 settling on the final API
158
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00001592004-07-16 Stephen Hemminger <shemminger@osdl.org>
160
161 * Add htb mpu support
162 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
163 * Three small xfrm updates
164
osdl.net!shemminger09d17272004-07-12 21:03:47 +00001652004-07-07 Stephen Hemminger <shemminger@osdl.org>
166
167 * Fix if_ether.h to fix arpd build
168 * Add hfsc scheduler support
169 * Add ip xfrm support
170 * Add add jitter (instead of rate) to netem scheduler
171
osdl.net!shemminger870f1222004-07-02 17:52:10 +00001722004-07-02 Stephen Hemminger <shemminger@osdl.org>
173
174 * use compile to test for ATM libraries
175 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
176 before it looked in standard search path (/lib;/usr/lib;...)
177 which seems out of place.
178 * build netem as shared library (more for testing/example)
179 * build ATM as shared library since libatm may be on build
180 machine but not on deployment machine
181 * fix make install to not install SCCS directories
182
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00001832004-07-01 Stephen Hemminger <shemminger@osdl.org>
184
185 * add more link options to ip command (from Mark Smith
186 * add rate and duplicate arguments to tc command
187 * add -iec flag for tc printout
188 * rename delay scheduler to netem
189
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00001902004-06-25 Stephen Hemminger <shemminger@osdl.org>
191
192 * Add loss parameter to delay
193 * Rename delay qdisc to netsim
194 * Add autoconfiguration by building a Config file
195 and using it.
196
1972004-06-09 Stephen Hemminger <shemminger@osdl.org>
198
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000199 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000200 * Add GNU long style options
201 * For HTB use get_hz to pick up value of system HZ at runtime
202 * Delete unused funcs.
203
2042004-06-08 Stephen Hemminger <shemminger@osdl.org>
205
206 * Cleanup ss
207 - use const char and local functions where possible
208 * Add man pages from SuSe
209 * SuSE patches
210 - path to db4.1
211 - don't hardcode path to /tmp in ifstat
212 Alternat fix: was to use TMPDIR
213 - handle non-root user calling ip route flush going into
214 an infinite loop.
215 Alternate fix: was to timeout if route table doesn't empty.
216 * Try and get rid of dependency on kernel include files
217 Get rid of having private glibc-include headers
218
2192004-06-07 Stephen Hemminger <shemminger@osdl.org>
220
221 * Import patches that make sense from Fedora Core 2
222 - iproute2-2.4.7-hex
223 print fwmark in hex
224 - iproute2-2.4.7-netlink
225 handle getting right netlink mesg back
226 - iproute2-2.4.7-htb3-tc
227 add HTB scheduler
228 - iproute2-2.4.7-default
229 add entry default to rttable
230
2312004-06-04 Stephen Hemminger <shemminger@osdl.org>
232
233 * Add support for vegas info to ss
234
2352004-06-02 Stephen Hemminger <shemminger@osdl.org>
236
237 * Use const char in utility routines where appropriate
238 * Rearrange include files so can build with standard headers
239 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
240 and understand it
241 * Get rid of private defintions of network headers which existed
242 only to handle old glibc
243
2442004-04-15 Stephen Hemminger <shemminger@osdl.org>
245
246 * Add the delay (network simulation scheduler)
247
2482004-04-15 Stephen Hemminger <shemminger@osdl.org>
249
250 * Starting point baseline based on iproute2-2.4.7-ss020116-try
251