blob: 71a45115c7c039e298a0ee35a7cd0daad2a28167 [file] [log] [blame]
osdl.net!shemmingerfd348782004-09-28 18:52:54 +000012004-09-28 Andreas Haumer <andreas@xss.co.at>
2
3 * make install symlink fix.
4
52004-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
osdl.net!shemminger71058eb2004-09-01 17:15:45 +0000132004-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
osdl.net!shemminger8dbb6b82004-08-31 17:45:21 +0000182004-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
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +0000272004-08-30 Stephen Hemminger <shemminger@osdl.org>
28
osdl.net!shemminger8ec496d2004-08-30 22:37:50 +000029 * Make clean and install changes for man pages
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +000030 * Patch from jamal to support gact
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +000031 * Add support for loading distributions to netem
32
33
osdl.net!shemmingerd7480402004-08-23 20:20:41 +0000342004-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
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000402004-08-13 Stephen Hemminger <shemminger@osdl.org>
41
42 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +000043 * Get rid of old Patches/ directory for tcp_diag module
44 * Make get_rate table based.
45
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +0000462004-08-11 Stephen Hemminger <shemminger@osdl.org>
47
48 * Add xfrm message formatting from
49 Masahide Nakamura <nakam@linux-ipv6.org>
50
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000512004-08-09 Stephen Hemminger <shemminger@osdl.org>
52
osdl.net!shemminger025dc692004-08-09 17:12:23 +000053 * Fix netem scheduler to handle case where psched us != real us
54
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +000055 * Remove configuration for everything that can depend on
56 extracted kernel headers
57 * Add kernel headers required to include/linux
58
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +0000592004-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
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000652004-07-30 Stephen Hemminger <shemminger@osdl.org>
66
osdl.net!shemminger6e85b542004-07-30 22:27:50 +000067 * 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
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +000071 * 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
osdl.net!shemminger2979d522004-07-30 20:24:59 +000075 * 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
osdl.net!shemminger34f5d182004-07-30 20:26:15 +0000792004-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
osdl.net!shemminger09d17272004-07-12 21:03:47 +0000852004-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
osdl.net!shemminger870f1222004-07-02 17:52:10 +0000922004-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
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +00001032004-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
osdl.net!shemminger82412ef2004-06-28 20:37:01 +00001102004-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
1172004-06-09 Stephen Hemminger <shemminger@osdl.org>
118
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000119 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000120 * 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
1242004-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
1392004-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
1512004-06-04 Stephen Hemminger <shemminger@osdl.org>
152
153 * Add support for vegas info to ss
154
1552004-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
1642004-04-15 Stephen Hemminger <shemminger@osdl.org>
165
166 * Add the delay (network simulation scheduler)
167
1682004-04-15 Stephen Hemminger <shemminger@osdl.org>
169
170 * Starting point baseline based on iproute2-2.4.7-ss020116-try
171