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