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