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