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