blob: c9c6f1f6e11ed361f208a32e20edd688dc6a6d95 [file] [log] [blame]
osdl.net!shemminger50772dc2004-12-07 21:48:29 +000012004-12-07 Stephen Hemminger <shemminger@osdl.org>
2
3 * Cleanup warning generated because ip_rule_flush needs to modify
4 the netlink message
5
62004-12-07 Sven Anders <anders@anduras.de>
7
8 * Add ip rule flush
9
osdl.net!shemminger54f37eb2004-10-19 20:22:15 +0000102004-10-19 Harald Welte <laforge@gnumonks.org>
11
12 * Replace rtstat (and ctstat) with new lnstat
13
osdl.net!shemmingercece2482004-10-19 19:57:38 +0000142004-10-19 Mads Martin Joergensen <mmj@suse.de>
15
osdl.net!shemminger67d295b2004-10-19 20:02:59 +000016 * Ip is using the wrong structure in ipaddress.c when showing stats
17 * Make sure no buffer overflow in nstat
osdl.net!shemmingercece2482004-10-19 19:57:38 +000018
osdl.net!shemmingerabf1d0b2004-10-19 19:51:41 +0000192004-10-19 Michal <md@lnet.pl>
20
21 * fix scaling in print_rates (for bits)
22
osdl.net!shemmingerd38e5692004-09-28 18:57:08 +0000232004-09-28 Stephen Hemminger <shemminger@osdl.org>
24
25 * fix build problems with arpd and pthread
26 * add pkt_sched.h
27
osdl.net!shemminger1b1c3222004-09-28 19:16:48 +0000282004-09-28 Mike Frysinger <vapier@gentoo.org>
29
30 * make man8 directory
31 * install ifcfg and rtpr scripts
32
osdl.net!shemmingerfd348782004-09-28 18:52:54 +0000332004-09-28 Andreas Haumer <andreas@xss.co.at>
34
35 * make install symlink fix.
36
372004-09-28 Masahide Nakamura <nakam@linux-ipv6.org>
38
39 * ICMP/ICMPv6's type and code in IPsec selector.
40 * fixes `ip xfrm`'s algorithm key when using hexadecimal
41 * support 'ip xfrm' protocol types
42 * flush message types for XFRM's policy/state
43
44
osdl.net!shemminger71058eb2004-09-01 17:15:45 +0000452004-09-01 Stephen Hemminger <shemminger@osdl.org>
46
47 * Fix ip command to not crash when interface name is too long.
48 always use strncpy(.., IFNAMSIZ)
49
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +0000502004-08-31 Stephen Hemminger <shemminger@osdl.org>
51
52 * Add gact documentation from jamal
53 * Chang more arguments to rtnetlink API const
54 * Drop dead queuing disciplines
55 * Handle qdisc without xstats in core rather than
56 putting stub's everywhere
57 * Add requeue to tc_stats and handle new/old ABI issues
58
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000592004-08-30 Stephen Hemminger <shemminger@osdl.org>
60
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +000061 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +000062 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +000063 * Add support for loading distributions to netem
64
65
osdl.net!shemmingerd7480402004-08-23 20:20:41 +0000662004-08-23 Stephen Hemminger <shemminger@osdl.org>
67
68 * Update from jamal for all the parts that got broken in the
69 last classification patch.
70 * Hfsc/sc patch from patrick
71
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000722004-08-13 Stephen Hemminger <shemminger@osdl.org>
73
74 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +000075 * Get rid of old Patches/ directory for tcp_diag module
76 * Make get_rate table based.
77
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +0000782004-08-11 Stephen Hemminger <shemminger@osdl.org>
79
80 * Add xfrm message formatting from
81 Masahide Nakamura <nakam@linux-ipv6.org>
82
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000832004-08-09 Stephen Hemminger <shemminger@osdl.org>
84
osdl.net!shemminger025dc692004-08-09 17:12:23 +000085 * Fix netem scheduler to handle case where psched us != real us
86
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +000087 * Remove configuration for everything that can depend on
88 extracted kernel headers
89 * Add kernel headers required to include/linux
90
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +0000912004-08-04 Stephen Hemminger <shemminger@osdl.org>
92
93 * Get rid of old tcp_diag module, it is part of kernel.
94
95 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
96
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000972004-07-30 Stephen Hemminger <shemminger@osdl.org>
98
osdl.net!shemminger6e85b542004-07-30 22:27:50 +000099 * Make ip xfrm stuff config option since it doesn't exist on 2.4
100
101 * HFSC doesn't exist on older 2.4 kernels so make it configurable
102
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +0000103 * HTB API changed and won't build with mismatched version.
104 Rather than sticking user with a build error, just don't
105 build it in on mismatch.
106
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000107 * Change configure script to make sure netem is the correct
108 version. I changed the structure def. a couple of times before
109 settling on the final API
110
osdl.net!shemminger34f5d182004-07-30 20:26:15 +00001112004-07-16 Stephen Hemminger <shemminger@osdl.org>
112
113 * Add htb mpu support
114 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
115 * Three small xfrm updates
116
osdl.net!shemminger09d17272004-07-12 21:03:47 +00001172004-07-07 Stephen Hemminger <shemminger@osdl.org>
118
119 * Fix if_ether.h to fix arpd build
120 * Add hfsc scheduler support
121 * Add ip xfrm support
122 * Add add jitter (instead of rate) to netem scheduler
123
osdl.net!shemminger870f1222004-07-02 17:52:10 +00001242004-07-02 Stephen Hemminger <shemminger@osdl.org>
125
126 * use compile to test for ATM libraries
127 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
128 before it looked in standard search path (/lib;/usr/lib;...)
129 which seems out of place.
130 * build netem as shared library (more for testing/example)
131 * build ATM as shared library since libatm may be on build
132 machine but not on deployment machine
133 * fix make install to not install SCCS directories
134
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00001352004-07-01 Stephen Hemminger <shemminger@osdl.org>
136
137 * add more link options to ip command (from Mark Smith
138 * add rate and duplicate arguments to tc command
139 * add -iec flag for tc printout
140 * rename delay scheduler to netem
141
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00001422004-06-25 Stephen Hemminger <shemminger@osdl.org>
143
144 * Add loss parameter to delay
145 * Rename delay qdisc to netsim
146 * Add autoconfiguration by building a Config file
147 and using it.
148
1492004-06-09 Stephen Hemminger <shemminger@osdl.org>
150
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000151 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000152 * Add GNU long style options
153 * For HTB use get_hz to pick up value of system HZ at runtime
154 * Delete unused funcs.
155
1562004-06-08 Stephen Hemminger <shemminger@osdl.org>
157
158 * Cleanup ss
159 - use const char and local functions where possible
160 * Add man pages from SuSe
161 * SuSE patches
162 - path to db4.1
163 - don't hardcode path to /tmp in ifstat
164 Alternat fix: was to use TMPDIR
165 - handle non-root user calling ip route flush going into
166 an infinite loop.
167 Alternate fix: was to timeout if route table doesn't empty.
168 * Try and get rid of dependency on kernel include files
169 Get rid of having private glibc-include headers
170
1712004-06-07 Stephen Hemminger <shemminger@osdl.org>
172
173 * Import patches that make sense from Fedora Core 2
174 - iproute2-2.4.7-hex
175 print fwmark in hex
176 - iproute2-2.4.7-netlink
177 handle getting right netlink mesg back
178 - iproute2-2.4.7-htb3-tc
179 add HTB scheduler
180 - iproute2-2.4.7-default
181 add entry default to rttable
182
1832004-06-04 Stephen Hemminger <shemminger@osdl.org>
184
185 * Add support for vegas info to ss
186
1872004-06-02 Stephen Hemminger <shemminger@osdl.org>
188
189 * Use const char in utility routines where appropriate
190 * Rearrange include files so can build with standard headers
191 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
192 and understand it
193 * Get rid of private defintions of network headers which existed
194 only to handle old glibc
195
1962004-04-15 Stephen Hemminger <shemminger@osdl.org>
197
198 * Add the delay (network simulation scheduler)
199
2002004-04-15 Stephen Hemminger <shemminger@osdl.org>
201
202 * Starting point baseline based on iproute2-2.4.7-ss020116-try
203