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