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