blob: 3c88a6f083a010b5b975f2737abf748cf81d1d3e [file] [log] [blame]
osdl.net!shemminger870f1222004-07-02 17:52:10 +000012004-07-02 Stephen Hemminger <shemminger@osdl.org>
2
3 * use compile to test for ATM libraries
4 * put TC layered scheduler hooks in /usr/lib/tc as shared lib
5 before it looked in standard search path (/lib;/usr/lib;...)
6 which seems out of place.
7 * build netem as shared library (more for testing/example)
8 * build ATM as shared library since libatm may be on build
9 machine but not on deployment machine
10 * fix make install to not install SCCS directories
11
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +0000122004-07-01 Stephen Hemminger <shemminger@osdl.org>
13
14 * add more link options to ip command (from Mark Smith
15 * add rate and duplicate arguments to tc command
16 * add -iec flag for tc printout
17 * rename delay scheduler to netem
18
osdl.net!shemminger82412ef2004-06-28 20:37:01 +0000192004-06-25 Stephen Hemminger <shemminger@osdl.org>
20
21 * Add loss parameter to delay
22 * Rename delay qdisc to netsim
23 * Add autoconfiguration by building a Config file
24 and using it.
25
262004-06-09 Stephen Hemminger <shemminger@osdl.org>
27
osdl.net!shemmingerfc26f2a2004-07-01 22:22:10 +000028 * Report rates in K=1000 (requested by several people)
osdl.net!shemminger82412ef2004-06-28 20:37:01 +000029 * Add GNU long style options
30 * For HTB use get_hz to pick up value of system HZ at runtime
31 * Delete unused funcs.
32
332004-06-08 Stephen Hemminger <shemminger@osdl.org>
34
35 * Cleanup ss
36 - use const char and local functions where possible
37 * Add man pages from SuSe
38 * SuSE patches
39 - path to db4.1
40 - don't hardcode path to /tmp in ifstat
41 Alternat fix: was to use TMPDIR
42 - handle non-root user calling ip route flush going into
43 an infinite loop.
44 Alternate fix: was to timeout if route table doesn't empty.
45 * Try and get rid of dependency on kernel include files
46 Get rid of having private glibc-include headers
47
482004-06-07 Stephen Hemminger <shemminger@osdl.org>
49
50 * Import patches that make sense from Fedora Core 2
51 - iproute2-2.4.7-hex
52 print fwmark in hex
53 - iproute2-2.4.7-netlink
54 handle getting right netlink mesg back
55 - iproute2-2.4.7-htb3-tc
56 add HTB scheduler
57 - iproute2-2.4.7-default
58 add entry default to rttable
59
602004-06-04 Stephen Hemminger <shemminger@osdl.org>
61
62 * Add support for vegas info to ss
63
642004-06-02 Stephen Hemminger <shemminger@osdl.org>
65
66 * Use const char in utility routines where appropriate
67 * Rearrange include files so can build with standard headers
68 * For "tc qdisc ls" see the default queuing discpline "pfifo_fast"
69 and understand it
70 * Get rid of private defintions of network headers which existed
71 only to handle old glibc
72
732004-04-15 Stephen Hemminger <shemminger@osdl.org>
74
75 * Add the delay (network simulation scheduler)
76
772004-04-15 Stephen Hemminger <shemminger@osdl.org>
78
79 * Starting point baseline based on iproute2-2.4.7-ss020116-try
80