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