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