blob: ec73a2d4e9f1ec465879a24986dbd1b441147b0c [file] [log] [blame]
shemmingere4457652005-06-07 21:55:03 +000012005-06-07 Masahide NAKAMURA <nakam@linux-ipv6.org>
2
3 * [ip] show timestamp when using '-t' option.
4 * [ip] remove duplicated code for expired message of xfrm.
shemminger9bec1a42005-06-07 21:58:25 +00005 * [ip] add "deleteall" command for xfrm;
6 "flush" uses kernel's flush interface and
7 "deleteall" uses legacy iproute2's flush feature like
8 getting-and-deleting-for-each.
shemmingere4457652005-06-07 21:55:03 +00009
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000102005-03-30 Stephen Hemminger <shemminger@osdl.org>
11
12 * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
13 because it isn't needed and not on all systems
osdl.net!shemmingerec596422005-04-01 19:56:29 +000014 * Update rtnetlink.h and pkt_cls.h to be stripped versions
15 of headers from 2.6.12-rc1
osdl.net!shemminger78615aa2005-03-30 18:51:35 +000016
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +0000172005-03-30 Jamal Hadi Salim <hadi@znyx.com>
18
19 * Proper verison of iptables headers (from 1.3.1)
20 * Set revision file in m_ipt
21 * Fix action_util naming in mirred
osdl.net!shemmingerec596422005-04-01 19:56:29 +000022 * don't call ll_init_map in mirred
osdl.net!shemminger16bd7e02005-03-30 18:43:30 +000023
net[shemminger]!shemmingerf082b642005-03-30 18:16:10 +0000242005-03-19 Thomas Graf <tgraf@suug.ch>
25
26 * Warn about wildcard deletions and provide IFA_ADDRESS upon
27 deletions to enforce prefix length validation for IPv4.
osdl.net!shemminger3819eb92005-03-30 18:18:12 +000028 * Fix netlink message alignment when the last routing attribute added
29 has a data length not aligned to RTA_ALIGNTO.
30
osdl.net!shemminger2cea8f22005-03-30 18:14:55 +0000312005-03-30 Masahide NAKAMURA <nakam@linux-ipv6.org>
32
33 * ipv6 xfrm allocspi and monitor support.
34
osdl.net!shemminger78615aa2005-03-30 18:51:35 +0000352005-03-29 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingerf8f9de52005-03-30 18:11:49 +000036
37 * switch to stack for netem tables
38
osdl.net!shemminger08856f02005-03-18 19:40:55 +0000392005-03-18 Stephen Hemminger <shemminger@osdl.org>
40
41 * add -force option to batch mode
42 * handle midline comments in batch mode
43 * sum per cpu fields in lnstat correctly
44
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +0000452005-03-14 Stephen Hemminger <shemminger@osdl.org>
46
site!shemminger924d4fd2005-03-14 22:19:16 +000047 * cleanup batch mode, allow continuation, comments etc.
48 * recode reuse of netlink socket
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +000049
osdl.net!shemminger900da082005-03-14 19:04:15 +0000502005-03-14 Boian Bonev <boian@bonev.com>
51
52 * enhancement to batch mode.
53 it does not exit on error, just report it
osdl.net!shemminger25afd1c2005-03-14 19:35:32 +000054 tc reuses the already open netlink socket for subsequent command(s)
osdl.net!shemminger900da082005-03-14 19:04:15 +000055
osdl.net!shemmingerb6149fd2005-03-14 18:47:38 +0000562005-03-14 Thomas Graf <tgraf@suug.ch>
57
58 * ip link command
59 print NO-CARRIER flag if there is no carrier and the link is up.
60
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +0000612005-03-14 Patrick McHardy <kaber@trash.net>
62
63 * bug: Use USER_HZ where necessary
64
osdl.net!shemmingerafa10e22005-03-14 22:23:38 +0000652005-03-10 Jamal Hadi Salim <hadi@znyx.com>
66
67 * Fix bug with register_target
68
osdl.net!shemminger3d956fa2005-03-14 18:44:54 +0000692005-03-10 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger9fcda922005-03-10 19:04:50 +000070
71 * fix pkt_cls.h to have tc_u32_mark
72 * update include files to be stripped versions of 2.6.11
73 * add documentation about netem distributions [from nistnet]
74 * turn off nup in document make [from FC3]
75 * don't build with extra debug info (-g) [from FC3]
76
772005-03-10 Nix <nix@esperi.org.uk>
78
79 * make man3 directory
80
812005-03-10 Pasi <Pasi.Eronen@nokia.com>
82
83 * add ESP-in-UDP encapsulation
84
852005-03-10 Thomas Graf <tgraf@suug.ch>
86 * [NETEM] Fix off by one
87 * update local header file copies
88 * [NEIGH] print number of probes done so far (statistics mode only)
89
902005-03-10 Herbert Xu <herbert@gondor.apana.org.au>
91 * Trivial typo in ip help
92
932005-02-09 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingere00273c2005-02-09 22:05:41 +000094
95 * netem distribution data reorganization
96
972005-02-09 Roland Dreier <roland@topspin.com>
98
99 * ip over infiniband address display
100
1012005-02-09 Jim Gifford <lfs@jg555.com>
102
103 * make install fix for ip/
104
1052005-02-07 Mads Martin Joergensen <mmj@suse.de>
osdl.net!shemminger277325d2005-02-07 18:28:31 +0000106
107 * Don't mix address families when flushing
108
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00001092005-02-07 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemmingera8b303c2005-02-07 18:16:29 +0000110
111 * Validate classid is not too large to cause loss of bits.
112
osdl.net!shemmingerfb9b1d02005-02-07 18:15:04 +00001132005-02-07 Jean-Marc Ranger <jmranger@sympatico.ca>
114
115 * need to call getline() with null for first usage
116 * don't overwrite const arg
117
site!shemmingerd5b48552005-02-07 18:01:21 +00001182005-02-07 Stephen Hemminger <shemminger@linux.site>
119
120 * Add experimental distribution
121
osdl.net!shemmingercb200962005-01-18 22:31:42 +00001222005-01-18 Yun Mao <maoy@cis.upenn.edu>
123
124 * typo in ss
125
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +00001262005-01-18 Thomas Graf <tgraf@suug.ch>
127
128 * tc pedit/action cleanups
39!tgraf5d91c8f2005-01-18 22:16:49 +0000129 * add addraw_l
130 * rtattr_parse cleanups
osdl.net!shemminger6b58e7f2005-01-18 22:14:29 +0000131
net[shemminger]!shemminger7e7c7372005-01-17 23:32:51 +00001322005-01-17 Jamal Hadi Salim <hadi@znyx.com>
133
134 * typo in m_mirred
135 * add support for pedit
136
1372005-01-13 Jim Gifford <lfs@jg555.com>
138
139 * Fix allocation size error in nomal and paretonormal generation
140 programs.
141
net[shemminger]!shemmingerd71443a2005-01-17 23:30:41 +00001422005-01-12 Masahide Nakamura <nakam@linux-ipv6.org>
143
144 * ipmonitor shows IPv6 prefix list notification
145 * update to iproute2 xfrm for ipv6
146
osdl.net!shemminger9fcda922005-03-10 19:04:50 +00001472005-01-12 Stephen Hemminger <shemminger@osdl.org>
net[shemminger]!shemmingerb9062432005-01-17 23:28:16 +0000148
149 * Fix compile warnings when building 64bit system since
150 u64 is unsigned long, but format is %llu
151
net[shemminger]!shemminger6f0ba882005-01-17 23:27:56 +00001522005-01-12 "Catalin(ux aka Dino) BOIE" <util@deuroconsult.ro>
153
154 * Add the possibility to use fwmark in u32 filters
155
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +00001562005-01-12 Andi Kleen <ak@suse.de>
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000157
net[shemminger]!shemminger85ac60c2005-01-17 23:27:37 +0000158 * Add netlink manual page
159
1602004-10-20 Stephen Hemminger <shemminger@osdl.org>
161
net[shemminger]!shemminger526afe42005-01-17 23:27:23 +0000162 * Add warning about "ip route nat" no longer supported
163
net[shemminger]!shemminger82af5312005-01-17 23:27:05 +00001642005-01-12 Thomas Graf <tgraf@suug.ch>
165
166 * Tc testsuite
167
net[shemminger]!shemminger1ffd7fd2005-01-17 23:26:23 +00001682005-01-12 Jamal Hadi Salim <hadi@znyx.com>
169
170 * Add iptables tc support. This meant borrowing headers
171 from iptables *ugh*
172
net[shemminger]!shemminger00fa8482004-12-08 20:13:56 +00001732004-12-08 Jamal Hadi Salim <hadi@znyx.com>
174
175 * Add mirror and redirect actions
176
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +00001772004-10-20 Stephen Hemminger <shemminger@osdl.org>
osdl.net!shemminger4dbb8192004-12-07 23:57:50 +0000178
osdl.net!shemmingeredcab3f2004-12-08 16:38:01 +0000179 * Don't include <asm/byteorder.h> since then we get dependant on
180 kernel headers on host machine
181 * Minor fix for building on old machine without IPPROTO_SCTP
osdl.net!shemminger50772dc2004-12-07 21:48:29 +0000182
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +00001832004-10-19 Harald Welte <laforge@gnumonks.org>
184
185 * Replace rtstat (and ctstat) with new lnstat
186
osdl.net!shemmingercece2482004-10-19 19:57:38 +00001872004-10-19 Mads Martin Joergensen <mmj@suse.de>
188
osdl.net!shemminger67d295b2004-10-19 20:02:59 +0000189 * Ip is using the wrong structure in ipaddress.c when showing stats
190 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000191
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +00001922004-10-19 Michal <md@lnet.pl>
193
194 * fix scaling in print_rates (for bits)
195
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +00001962004-09-28 Stephen Hemminger <shemminger@osdl.org>
197
198 * fix build problems with arpd and pthread
199 * add pkt_sched.h
200
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +00002012004-09-28 Mike Frysinger <vapier@gentoo.org>
202
203 * make man8 directory
204 * install ifcfg and rtpr scripts
205
osdl.net!shemmingerfd348782004-09-28 18:52:54 +00002062004-09-28 Andreas Haumer <andreas@xss.co.at>
207
208 * make install symlink fix.
209
2102004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
211
212 * ICMP/ICMPv6's type and code in IPsec selector.
213 * fixes `ip xfrm`'s algorithm key when using hexadecimal
214 * support 'ip xfrm' protocol types
215 * flush message types for XFRM's policy/state
216
217
osdl.net!shemminger71058eb2004-09-01 17:15:45 +00002182004-09-01 Stephen Hemminger <shemminger@osdl.org>
219
220 * Fix ip command to not crash when interface name is too long.
221 always use strncpy(.., IFNAMSIZ)
222
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +00002232004-08-31 Stephen Hemminger <shemminger@osdl.org>
224
225 * Add gact documentation from jamal
226 * Chang more arguments to rtnetlink API const
227 * Drop dead queuing disciplines
228 * Handle qdisc without xstats in core rather than
229 putting stub's everywhere
230 * Add requeue to tc_stats and handle new/old ABI issues
231
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +00002322004-08-30 Stephen Hemminger <shemminger@osdl.org>
233
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +0000234 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000235 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000236 * Add support for loading distributions to netem
237
238
osdl.net!shemmingerd7480402004-08-23 20:20:41 +00002392004-08-23 Stephen Hemminger <shemminger@osdl.org>
240
241 * Update from jamal for all the parts that got broken in the
242 last classification patch.
243 * Hfsc/sc patch from patrick
244
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +00002452004-08-13 Stephen Hemminger <shemminger@osdl.org>
246
247 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000248 * Get rid of old Patches/ directory for tcp_diag module
249 * Make get_rate table based.
250
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +00002512004-08-11 Stephen Hemminger <shemminger@osdl.org>
252
253 * Add xfrm message formatting from
254 Masahide Nakamura <nakam@linux-ipv6.org>
255
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +00002562004-08-09 Stephen Hemminger <shemminger@osdl.org>
257
osdl.net!shemminger025dc692004-08-09 17:12:23 +0000258 * Fix netem scheduler to handle case where psched us != real us
259
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000260 * Remove configuration for everything that can depend on
261 extracted kernel headers
262 * Add kernel headers required to include/linux
263
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +00002642004-08-04 Stephen Hemminger <shemminger@osdl.org>
265
266 * Get rid of old tcp_diag module, it is part of kernel.
267
268 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
269
osdl.net!shemminger2979d522004-07-30 20:24:59 +00002702004-07-30 Stephen Hemminger <shemminger@osdl.org>
271
osdl.net!shemminger6e85b542004-07-30 22:27:50 +0000272 * Make ip xfrm stuff config option since it doesn't exist on 2.4
273
274 * HFSC doesn't exist on older 2.4 kernels so make it configurable
275
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000276 * HTB API changed and won't build with mismatched version.
277 Rather than sticking user with a build error, just don't
278 build it in on mismatch.
279
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000280 * Change configure script to make sure netem is the correct
281 version. I changed the structure def. a couple of times before
282 settling on the final API
283
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00002842004-07-16 Stephen Hemminger <shemminger@osdl.org>
285
286 * Add htb mpu support
287 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
288 * Three small xfrm updates
289
osdl.net!shemminger09d17272004-07-12 21:03:47 +00002902004-07-07 Stephen Hemminger <shemminger@osdl.org>
291
292 * Fix if_ether.h to fix arpd build
293 * Add hfsc scheduler support
294 * Add ip xfrm support
295 * Add add jitter (instead of rate) to netem scheduler
296
osdl.net!shemminger870f1222004-07-02 17:52:10 +00002972004-07-02 Stephen Hemminger <shemminger@osdl.org>
298
299 * use compile to test for ATM libraries
300 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
301 before it looked in standard search path (/lib;/usr/lib;...)
302 which seems out of place.
303 * build netem as shared library (more for testing/example)
304 * build ATM as shared library since libatm may be on build
305 machine but not on deployment machine
306 * fix make install to not install SCCS directories
307
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00003082004-07-01 Stephen Hemminger <shemminger@osdl.org>
309
310 * add more link options to ip command (from Mark Smith
311 * add rate and duplicate arguments to tc command
312 * add -iec flag for tc printout
313 * rename delay scheduler to netem
314
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00003152004-06-25 Stephen Hemminger <shemminger@osdl.org>
316
317 * Add loss parameter to delay
318 * Rename delay qdisc to netsim
319 * Add autoconfiguration by building a Config file
320 and using it.
321
3222004-06-09 Stephen Hemminger <shemminger@osdl.org>
323
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000324 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000325 * Add GNU long style options
326 * For HTB use get_hz to pick up value of system HZ at runtime
327 * Delete unused funcs.
328
3292004-06-08 Stephen Hemminger <shemminger@osdl.org>
330
331 * Cleanup ss
332 - use const char and local functions where possible
333 * Add man pages from SuSe
334 * SuSE patches
335 - path to db4.1
336 - don't hardcode path to /tmp in ifstat
337 Alternat fix: was to use TMPDIR
338 - handle non-root user calling ip route flush going into
339 an infinite loop.
340 Alternate fix: was to timeout if route table doesn't empty.
341 * Try and get rid of dependency on kernel include files
342 Get rid of having private glibc-include headers
343
3442004-06-07 Stephen Hemminger <shemminger@osdl.org>
345
346 * Import patches that make sense from Fedora Core 2
347 - iproute2-2.4.7-hex
348 print fwmark in hex
349 - iproute2-2.4.7-netlink
350 handle getting right netlink mesg back
351 - iproute2-2.4.7-htb3-tc
352 add HTB scheduler
353 - iproute2-2.4.7-default
354 add entry default to rttable
355
3562004-06-04 Stephen Hemminger <shemminger@osdl.org>
357
358 * Add support for vegas info to ss
359
3602004-06-02 Stephen Hemminger <shemminger@osdl.org>
361
362 * Use const char in utility routines where appropriate
363 * Rearrange include files so can build with standard headers
364 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
365 and understand it
366 * Get rid of private defintions of network headers which existed
367 only to handle old glibc
368
3692004-04-15 Stephen Hemminger <shemminger@osdl.org>
370
371 * Add the delay (network simulation scheduler)
372
3732004-04-15 Stephen Hemminger <shemminger@osdl.org>
374
375 * Starting point baseline based on iproute2-2.4.7-ss020116-try
376