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