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