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