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