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