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