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