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