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