blob: 86dce072056d1842ea57ed69d10bb9f53c2d3c5e [file] [log] [blame]
osdl.net!shemmingerf64a9462004-08-30 21:20:10 +000012004-08-30 Stephen Hemminger <shemminger@osdl.org>
2
3 * Patch from jamal to support gact
4
5 * Add support for loading distributions to netem
6
7
osdl.net!shemmingerd7480402004-08-23 20:20:41 +000082004-08-23 Stephen Hemminger <shemminger@osdl.org>
9
10 * Update from jamal for all the parts that got broken in the
11 last classification patch.
12 * Hfsc/sc patch from patrick
13
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +0000142004-08-13 Stephen Hemminger <shemminger@osdl.org>
15
16 * Add jamal's tc extensions for classification
osdl.net!shemminger1c1c4dc2004-08-13 23:55:35 +000017 * Get rid of old Patches/ directory for tcp_diag module
18 * Make get_rate table based.
19
osdl.net!shemmingerd4832e62004-08-11 23:41:38 +0000202004-08-11 Stephen Hemminger <shemminger@osdl.org>
21
22 * Add xfrm message formatting from
23 Masahide Nakamura <nakam@linux-ipv6.org>
24
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +0000252004-08-09 Stephen Hemminger <shemminger@osdl.org>
26
osdl.net!shemminger025dc692004-08-09 17:12:23 +000027 * Fix netem scheduler to handle case where psched us != real us
28
osdl.net!shemminger4b1bbd92004-08-09 16:35:28 +000029 * Remove configuration for everything that can depend on
30 extracted kernel headers
31 * Add kernel headers required to include/linux
32
osdl.net!shemmingerb39bb392004-08-04 17:45:52 +0000332004-08-04 Stephen Hemminger <shemminger@osdl.org>
34
35 * Get rid of old tcp_diag module, it is part of kernel.
36
37 * Add some kernel include files back (netlink, tcp_diag, pkt_sched)
38
osdl.net!shemminger2979d522004-07-30 20:24:59 +0000392004-07-30 Stephen Hemminger <shemminger@osdl.org>
40
osdl.net!shemminger6e85b542004-07-30 22:27:50 +000041 * Make ip xfrm stuff config option since it doesn't exist on 2.4
42
43 * HFSC doesn't exist on older 2.4 kernels so make it configurable
44
osdl.net!shemminger3876b3c2004-07-30 20:50:38 +000045 * HTB API changed and won't build with mismatched version.
46 Rather than sticking user with a build error, just don't
47 build it in on mismatch.
48
osdl.net!shemminger2979d522004-07-30 20:24:59 +000049 * Change configure script to make sure netem is the correct
50 version. I changed the structure def. a couple of times before
51 settling on the final API
52
osdl.net!shemminger34f5d182004-07-30 20:26:15 +0000532004-07-16 Stephen Hemminger <shemminger@osdl.org>
54
55 * Add htb mpu support
56 http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
57 * Three small xfrm updates
58
osdl.net!shemminger09d17272004-07-12 21:03:47 +0000592004-07-07 Stephen Hemminger <shemminger@osdl.org>
60
61 * Fix if_ether.h to fix arpd build
62 * Add hfsc scheduler support
63 * Add ip xfrm support
64 * Add add jitter (instead of rate) to netem scheduler
65
osdl.net!shemminger870f1222004-07-02 17:52:10 +0000662004-07-02 Stephen Hemminger <shemminger@osdl.org>
67
68 * use compile to test for ATM libraries
69 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
70 before it looked in standard search path (/lib;/usr/lib;...)
71 which seems out of place.
72 * build netem as shared library (more for testing/example)
73 * build ATM as shared library since libatm may be on build
74 machine but not on deployment machine
75 * fix make install to not install SCCS directories
76
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000772004-07-01 Stephen Hemminger <shemminger@osdl.org>
78
79 * add more link options to ip command (from Mark Smith
80 * add rate and duplicate arguments to tc command
81 * add -iec flag for tc printout
82 * rename delay scheduler to netem
83
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000842004-06-25 Stephen Hemminger <shemminger@osdl.org>
85
86 * Add loss parameter to delay
87 * Rename delay qdisc to netsim
88 * Add autoconfiguration by building a Config file
89 and using it.
90
912004-06-09 Stephen Hemminger <shemminger@osdl.org>
92
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +000093 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +000094 * Add GNU long style options
95 * For HTB use get_hz to pick up value of system HZ at runtime
96 * Delete unused funcs.
97
982004-06-08 Stephen Hemminger <shemminger@osdl.org>
99
100 * Cleanup ss
101 - use const char and local functions where possible
102 * Add man pages from SuSe
103 * SuSE patches
104 - path to db4.1
105 - don't hardcode path to /tmp in ifstat
106 Alternat fix: was to use TMPDIR
107 - handle non-root user calling ip route flush going into
108 an infinite loop.
109 Alternate fix: was to timeout if route table doesn't empty.
110 * Try and get rid of dependency on kernel include files
111 Get rid of having private glibc-include headers
112
1132004-06-07 Stephen Hemminger <shemminger@osdl.org>
114
115 * Import patches that make sense from Fedora Core 2
116 - iproute2-2.4.7-hex
117 print fwmark in hex
118 - iproute2-2.4.7-netlink
119 handle getting right netlink mesg back
120 - iproute2-2.4.7-htb3-tc
121 add HTB scheduler
122 - iproute2-2.4.7-default
123 add entry default to rttable
124
1252004-06-04 Stephen Hemminger <shemminger@osdl.org>
126
127 * Add support for vegas info to ss
128
1292004-06-02 Stephen Hemminger <shemminger@osdl.org>
130
131 * Use const char in utility routines where appropriate
132 * Rearrange include files so can build with standard headers
133 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
134 and understand it
135 * Get rid of private defintions of network headers which existed
136 only to handle old glibc
137
1382004-04-15 Stephen Hemminger <shemminger@osdl.org>
139
140 * Add the delay (network simulation scheduler)
141
1422004-04-15 Stephen Hemminger <shemminger@osdl.org>
143
144 * Starting point baseline based on iproute2-2.4.7-ss020116-try
145