This commit was generated by cvs2svn to compensate for changes in r2587,
[iproute2.git] / ChangeLog
index 53bd530..3590a64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,234 @@
+2006-03-21  Stephen Hemminger  <shemminger@freekitty.pdx.osdl.net>
+
+       * Back out the 2.4 utsname patch
+
+2006-03-21  James Lentini <jlentini@netapp.com>
+       
+       * Increase size of hw address allowed for ip neigh to allow
+         for IB.
+
+2006-03-14  Russell Stuart <russell-lartc@stuart.id.au>
+       
+       * Fix missing memset in tc sample
+       * Fixes for tc hash samples
+       * Add sample divisor
+
+2006-03-10  Alpt <alpt@freaknet.org>
+
+       * Add more rt_proto values
+
+2006-03-10 Dale Sedivec <darkness@caliginous.net>
+       
+       * Warn when using "handle" instead of "classid" with "tc class"
+
+2006-03-10  Jean Tourrilhes <jt@hpl.hp.com>
+
+       * Fix endless loop in netlink error handling
+
+
+2006-03-10  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Change default lnstat count to 1
+       * Update to 2.6.16 headers
+       * Add fake version of include/linux/socket.h to fix warnings
+
+2006-01-12  Patrick McHardy <kaber@trash.net>
+
+       * Handle DCCP in ipxfrm.c to allow using port numbers in the selector.
+
+2006-01-10  Masahide NAKAMURA <nakam@linux-ipv6.org>
+
+       * Add ip link ntable
+
+2006-01-10  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Update headers to santized kernel 2.6.15
+       * Fix ipv6 priority option in u32 
+       
+2006-01-03 Alpt <alpt@freaknet.org>
+
+       * Ip man page addition
+
+2006-01-03  Jamal Hadi Salim <hadi@znyx.com>
+
+       * Documentation for ifb
+
+2005-12-09  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Add corrupt feature to netem
+
+2005-12-02  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Backout ambigious ip command matches
+
+2005-11-22  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Handle ambigious ip command matches
+
+2005-11-22  Patrick McHardy <kaber@trash.net>
+
+       * Add back ip command aliases
+
+2005-11-07  Masahide NAKAMURA <nakam@linux-ipv6.org>
+
+       * Updating for 2.6.14
+       - Show UPD{SA,POLICY} message information from kernel instead of error
+       - Add lengh check of deleting message from kernel
+       - Use macro for struct xfrm_user{sa,policy}_id
+
+       * Minor fix:
+       - Add fflush at the end of normal dump
+
+2005-11-01  Jamal Hadi Salim <hadi@znyx.com>
+
+       * Fix handling of XFRM monitor and state
+
+2005-11-01  Stephen Hemminger  <shemminger@osdl.org
+
+       * Update to 2.6.14 sanitized headers
+
+2005-10-24  Patrick McHardy <kaber@trash.net>
+
+       * Fix ip commnad shortcuts
+
+2005-10-12  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Add more CBQ examples from Fedora Core
+       * Fix buffer overrun in iproute because of bits vs. bytes confusion
+       
+2005-10-12  Jamal Hadi Salim <hadi@znyx.com>
+
+       * Fix ip rule flush, need to reopen rtnl
+
+2005-10-07  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Reenable ip mroute
+
+2005-10-07  Mike Frysinger <vapier@gentoo.org>
+
+       * Handle pfifo_fast that has no qopt without segfaulting
+
+2005-10-05  Mads Martin Joergensen <mmj@suse.de>
+
+       * Trivial netem ccopts
+
+2005-10-04  Jerome Borsboom <j.borsboom@erasmusmc.nl>
+
+       * Fix regression in ip addr (libnetlink) handling
+
+2005-09-21  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Fix uninitialized memory and leaks with valgrind
+         Reported by Redhat
+
+2005-09-01   Mike Frysinger <vapier@gentoo.org>
+
+       * Fix build issues with netem tables (parallel make and HOSTCC)
+       
+2005-09-01  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Integrate support for DCCP into 'ss' (from acme)
+       * Add -batch option to ip.
+       * Update to 2.6.14 headers
+
+2005-09-01  Eric Dumazet <dada1@cosmosbay.com>
+       
+       * Fix lnstat : First column should not be summed
+
+2005-08-16  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Limit ip route flush to 10 rounds.
+       * Cleanup ip rule flush error message
+       
+2005-08-08  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Update to 2.6.13+ kernel headers
+       * Fix array overrun in paretonormal
+       * Fix ematch to not include dropped fields from skb.
+       
+2005-07-14  Thomas Graf <tgraf@suug.ch>
+
+       * Make ematch bison/lex build with common flex
+       
+2005-07-10  Stephen Hemminger  <shemminger@osdl.org>
+       
+       * Fix Gcc 4.0 build warnings signed/unsigned
+
+2005-06-23  Jamal Hadi Salim <hadi@znyx.com>
+
+       * Fix for options process with ipt
+
+2005-06-23  Thomas Graf <tgraf@suug.ch>
+       
+       * Add extended matches (nbyte, cmp, u32, meta)
+       * Add basic classifier
+       * Fix clean/distclean makefile targets
+       * update local header file copies
+       * IPv4 multipath algorithm selection support
+       * cscope Makefile target
+       * Fix off-by-one while generating argument vector
+         in batched mode.
+       * Assume stdin if no argument is given to -batch
+
+2005-06-22  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Update include files to 2.6.12
+       * Add ss support for TCP_CONG
+
+2005-06-13  Steven Whitehouse <steve@chygwyn.com>
+
+       * Decnet doc's update
+
+2005-06-07  Stephen Hemminger  <shemminger@osdl.org>
+
+       * Fix 'ip link' map to handle case where device gets autoloaded
+         by using if_nametoindex as fallback
+       * Device indices are unsigned not int.
+
+2005-06-07   Masahide NAKAMURA <nakam@linux-ipv6.org>
+       
+       * [ip] show timestamp when using '-t' option.
+       * [ip] remove duplicated code for expired message of xfrm.
+       * [ip] add "deleteall" command for xfrm;
+         "flush" uses kernel's flush interface and
+         "deleteall" uses legacy iproute2's flush feature like
+          getting-and-deleting-for-each.
+
+2005-03-30  Stephen Hemminger  <shemminger@osdl.org>
+
+       * include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
+         because it isn't needed and not on all systems
+       * Update rtnetlink.h and pkt_cls.h to be stripped versions
+         of headers from 2.6.12-rc1
+
+2005-03-30  Jamal Hadi Salim <hadi@znyx.com>
+
+       * Proper verison of iptables headers (from 1.3.1)
+       * Set revision file in m_ipt
+       * Fix action_util naming in mirred
+       * don't call ll_init_map in mirred
+
+2005-03-19  Thomas Graf <tgraf@suug.ch>
+
+       * Warn about wildcard deletions and provide IFA_ADDRESS upon
+         deletions to enforce prefix length validation for IPv4.
+       * Fix netlink message alignment when the last routing attribute added
+         has a data length not aligned to RTA_ALIGNTO.
+       
+2005-03-30  Masahide NAKAMURA <nakam@linux-ipv6.org>
+       
+       * ipv6 xfrm allocspi and monitor support.
+       
+2005-03-29  Stephen Hemminger  <shemminger@osdl.org>
+
+       * switch to stack for netem tables
+
+2005-03-18  Stephen Hemminger  <shemminger@osdl.org>
+
+       * add -force option to batch mode
+       * handle midline comments in batch mode
+       * sum per cpu fields in lnstat correctly
+
 2005-03-14  Stephen Hemminger  <shemminger@osdl.org>
 
        * cleanup batch mode, allow continuation, comments etc.
        * need to call getline() with null for first usage
        * don't overwrite const arg
 
-2005-02-07  Stephen Hemminger  <shemminger@linux.site>
+2005-02-07  Stephen Hemminger  <shemminger@osdl.org>
 
        * Add experimental distribution