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