]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/blob - ChangeLog
Test for HTB version match
[lisovros/iproute2_canprio.git] / ChangeLog
1 2004-07-30  Stephen Hemminger  <shemminger@osdl.org>
2
3         * HTB API changed and won't build with mismatched version.
4           Rather than sticking user with a build error, just don't
5           build it in on mismatch.
6
7         * Change configure script to make sure netem is the correct
8           version. I changed the structure def. a couple of times before
9           settling on the final API
10
11 2004-07-16  Stephen Hemminger  <shemminger@osdl.org>
12
13         * Add htb mpu support 
14         http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff
15         * Three small xfrm updates
16
17 2004-07-07  Stephen Hemminger  <shemminger@osdl.org>
18
19         * Fix if_ether.h to fix arpd build
20         * Add hfsc scheduler support
21         * Add ip xfrm support
22         * Add add jitter (instead of rate) to netem scheduler
23
24 2004-07-02  Stephen Hemminger  <shemminger@osdl.org>
25
26         * use compile to test for ATM libraries
27         * put TC layered scheduler hooks in /usr/lib/tc as shared lib
28           before it looked in standard search path (/lib;/usr/lib;...)
29           which seems out of place.
30         * build netem as shared library (more for testing/example)
31         * build ATM as shared library since libatm may be on build
32           machine but not on deployment machine
33         * fix make install to not install SCCS directories
34
35 2004-07-01  Stephen Hemminger  <shemminger@osdl.org>
36
37         * add more link options to ip command (from Mark Smith
38         * add rate and duplicate arguments to tc command
39         * add -iec flag for tc printout
40         * rename delay scheduler to netem
41
42 2004-06-25  Stephen Hemminger  <shemminger@osdl.org>
43
44         * Add loss parameter to delay
45         * Rename delay qdisc to netsim
46         * Add autoconfiguration by building a Config file
47           and using it.
48
49 2004-06-09  Stephen Hemminger  <shemminger@osdl.org>
50
51         * Report rates in K=1000 (requested by several people)
52         * Add GNU long style options
53         * For HTB use get_hz to pick up value of system HZ at runtime
54         * Delete unused funcs.
55
56 2004-06-08  Stephen Hemminger  <shemminger@osdl.org>
57
58         * Cleanup ss
59              - use const char and local functions where possible
60         * Add man pages from SuSe
61         * SuSE patches
62              - path to db4.1
63              - don't hardcode path to /tmp in ifstat
64                Alternat fix: was to use TMPDIR
65              - handle non-root user calling ip route flush going into
66                an infinite loop.
67                Alternate fix: was to timeout if route table doesn't empty.
68         * Try and get rid of dependency on kernel include files
69           Get rid of having private glibc-include headers
70         
71 2004-06-07  Stephen Hemminger  <shemminger@osdl.org>
72
73         * Import patches that make sense from Fedora Core 2
74                 - iproute2-2.4.7-hex
75                      print fwmark in hex
76                 - iproute2-2.4.7-netlink
77                      handle getting right netlink mesg back
78                 - iproute2-2.4.7-htb3-tc
79                      add HTB scheduler
80                 - iproute2-2.4.7-default
81                      add entry default to rttable
82                     
83 2004-06-04  Stephen Hemminger  <shemminger@osdl.org>
84
85         * Add support for vegas info to ss
86
87 2004-06-02  Stephen Hemminger  <shemminger@osdl.org>
88
89         * Use const char in utility routines where appropriate
90         * Rearrange include files so can build with standard headers
91         * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
92           and understand it
93         * Get rid of private defintions of network headers which existed
94           only to handle old glibc
95
96 2004-04-15  Stephen Hemminger  <shemminger@osdl.org>
97
98         * Add the delay (network simulation scheduler)
99
100 2004-04-15  Stephen Hemminger  <shemminger@osdl.org>
101
102         * Starting point baseline based on iproute2-2.4.7-ss020116-try
103