1 [020116] 2 ! 1. Compile with rh-7.2 3 ! 2. What the hell some people blame on socklen_t defined in unistd.h? Check. 4 * Kim Woelders <kim (a] woelders.dk>, various useful fixups: compilation 5 with old kernels, cross-compiling, "all" == "any" in prefix spec. 6 * Collected from my disk, cleaned and packed to directory iproute2/misc/ 7 several utilities: ss, nstat, ifstat, rtacct, arpd and module tcp_diag. 8 Writing some docs. me. 9 * prepared patchlet for pidentd to use tcp_diag. 10 * David Miller: 64bit (and even worse 64bit kernel/32 bit user :-) fixes 11 to above. tcp_diag is merged to main tree. 12 * Alexandr D. Kanevskiy <kad (a] blackcatlinux.com>: various flaws in ss 13 * Alexandr D. Kanevskiy <kad (a] blackcatlinux.com>: oops, more aggressive caching 14 of names opened old bugs: ip started to print garbage in some places. 15 * Robert Olsson, rt_cache_stat. Renamed to rtstat. 16 * An old bug in "ip maddr ls": reduntant empty lines in output. 17 Seeing this crap for ages but lucky match of desire/ability to repair 18 and a huff about this happened only today. :-) 19 * "Mr. James W. Laferriere" <babydr (a] baby-dragons.com> 20 doc: option to produce ps output for non-a4 and not only 2 pages/sheet. 21 * Jamal's patch for ingres qdisc. 22 * Bernd Eckenfels <ecki (a] lina.inka.de>: deleted orphaned bogus #include 23 in include/utils.h. 24 * Julian Anastasov <ja (a] ssi.bg>: uninitialized fields in nexthop 25 producing funny "dead" nexthops in multipath routes. 26 Stupid me, look at the first line in [010803]... Was it difficult to guess 27 this that time? People blame for several months. :-) 28 Special thanks to bert hubert <ahu (a] ds9a.nl> who raised the issue in netdev. 29 Thanks and apologies to Terry Schmidt <terry (a] nycwireless.net>, 30 Ruben Puettmann <ruben.puettmann (a] freenet-ag.de>, 31 Mark Ivens <mivens (a] clara.net>. 32 * willy tarreau <wtarreau (a] yahoo.fr>: "make install" target. 33 * Tunable limit for sch_sfq. Patch to kernel activating this 34 is about to be submitted. Reminded by Adi Nugroho <Adi (a] iNterNUX.co.id>. 35 36 [010824] 37 * ip address add sets scope of loopback addreses to "host". 38 Advised by David Miller. 39 * ZIP! <zip (a] killerlabs.com> and David Ford <david (a] blue-labs.org> 40 Some strcpy's changed to strncpy's. 41 * David Ford <david (a] blue-labs.org>, test for compilation with gcc3. 42 * David Ford <david (a] blue-labs.org>. Damn, I broke rtnl_talk in previous 43 snapshot. 44 45 [010803] 46 * If "dev" is not specified in multipath route, ifindex remained 47 uninitialized. Grr. Thanks to Kunihiro Ishiguro <kunihiro (a] zebra.org>. 48 * Rafal Maszkowski <rzm (a] icm.edu.pl>, batch mode tc. The most old patch. 49 * Updates list of data protocol ids. 50 Lots of reporters. I bring my apologies. 51 * Jan Rekorajski <baggins (a] sith.mimuw.edu.pl>. Updated list of datalink types. 52 * Christina Chen <chenchristina (a] cwc.nus.edu.sg>. Bug in parsing IPv6 address match in u32. 53 * Pekka Savola <pekkas (a] netcore.fi>. ip -6 route flush dev lo stuck 54 on deleting root of the table. 55 * Werner. dsmark fixes. 56 * Alexander Demenshin <aldem-reply (a] aldem.net>. Old miracleous bug 57 in ip monitor. It was puzzle, people permanently blame that 58 it prints some crap. 59 * Rui Prior <rprior (a] inescporto.pt>. f_route failed to resolve fromif. 60 Werner also noticed this and sent patch. Bad place... [RETHINK] 61 * Kim Woelders <kim (a] woelders.dk>. 62 - changes in Makefile for cross-compile 63 - understand "all" as alias for "any" 64 - bug in iprule.c 65 ! [ NB. Also he sent patch for kernel. Do not forget! ] 66 * Werner. Fix to tc core files: wrong exits etc. 67 * Bernd Jendrissek <berndj (a] prism.co.za>. Some sanitizations of tc.c 68 !* Marian Jancar <marian.jancar (a] infonet.cz>. He say q_tbf prints wrong latency! 69 ! Seems, he is wrong. 70 * Werner (and Nikolai Vladychevski <niko (a] isl.net.mx>) check ->print_copts 71 to avoid segfault. 72 73 [001007] 74 * Compiles under rh-7.0 75 76 [000928] 77 * Sorry. I have lost all the CVS with changes made since 000305. 78 If someone sent me a patch after this date, please, resubmit. 79 Restored from the last backup and mailboxes: 80 81 * Edit ip-cref.tex by raf <raf2 (a] zip.com.au>. 82 * RTAX_REORDERING support. 83 * IFLA_MASTER support. 84 * Bug in rtnl_talk(), libnetlink.c. Reported by David P. Olshfski 85 <olshef (a] us.ibm.com> 86 87 [000305] 88 * Bugs in RESOLVE_HOSTNAMES. Bratislav Ilich <bilik@@zepter.ru> 89 * ARPHRD_IEEE802_TR 90 91 [000225] 92 * ECN in q_red.c. 93 94 [000221] 95 * diffserv update from Jamal Hadi Salim 96 * Some bits of IPX from Steve Whitehouse. 97 * ATM qdisc from Werner Almesberger 98 * Support for new attributes on routes in linux-2.3. 99 100 [991023] 101 No news, only several bugs are fixed. 102 * Since ss990630 "ip rule list" printed wrong prefix length. 103 Vladimir V. Ivanov <vlad (a] alis.tusur.ru> 104 * "ip rule" parsed >INT_MAX values of metric incorrectly. 105 Matthew G. Marsh <mgm (a] paktronix.com> 106 * Some improvements in doc/Makefile advised by 107 Andi Kleen and Werner Almesberger. 108 109 [990824] 110 * new attributes in "ip route": rtt, rttvar, cwnd, ssthresh and advmss. 111 * some updates in documentaion to reflect new status. 112 113 [990630] 114 * DiffServ support. 115 Werner Almesberger <almesber (a] lrc.di.epfl.ch> 116 Jamal Hadi Salim <hadi (a] nortelnetworks.com> 117 * DECnet support. 118 Steve Whitehouse <SteveW (a] ACM.org> 119 * Some minor tweaks in docs and code. 120 121 [990530] 122 * routel script. Stephen R. van den Berg <srb (a] cuci.nl> 123 * Bug in tc/q_prio.c resetting priomap. Reported by 124 Ole Husgaard <sparre (a] login.dknet.dk> and 125 Jan Kasprzak <kas (a] informatics.muni.cz> 126 * IP command reference manual is published (ip-cref.tex). 127 I am sorry, but tc-cref.tex is still not ready, to be more 128 exact the draft does not describe current tc 8-) 129 * ip, rtmon, rtacct utilities are updated according to manual 8-) 130 Lots of changes: 131 - (MAIN) "flush" command for addr, neigh and route. 132 - error messages are sanitized; now it does not print 133 usage() page on each error. 134 - output format is improved. 135 - "oneline" mode is added. 136 - etc. 137 * Name databases; resolution acsii <-> numeric is split out to lib/* 138 * scripts ifcfg, ifone and rtpr. 139 * examples/dhcp-client-script is copied from my patch to ISC dhcp. 140 * Makefile in doc/ directory. 141 142 [990417] 143 * "pmtudisc" flag to "ip tunnel". Phil Karn <karn (a] ka9q.ampr.org> 144 * bug in tc/q_tbf.c preventing setting peak_rate, Martin Mares <mj (a] ucw.cz> 145 * doc/flowlabels.tex 146 147 [990329] 148 149 * This snapshot fixes some compatibility problems, which I introduced 150 occasionally to previous snapshots. 151 * Namely, "allot" to "tc qdisc add ... cbq" is accepted but ignored. 152 * Another changes are supposed to be shown in the next snapshot, but 153 because of troubles with "allot" I am forced to release premature 154 version. Namely, "cell", "prio", "weight" etc. are optional now. 155 * doc/ip-tunnels.tex 156 157 [990327] 158 * History was not recorded. 159 160 [981002] 161 * Rani Assaf <rani (a] magic.metawire.com> contributed resolving 162 addresses to names. 163 BEWARE! DO NOT USE THIS OPTION, WHEN REPORTING BUGS IN 164 IPROUTE OR IN KERENEL. ALL THE BUG REPORTS MUST CONTAIN 165 ONLY NUMERIC ADDRESSES. 166 167 [981101] 168 * now it should compile for any libc. 169