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