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