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