Bonding source files still have changelogs in the comments.  This, then,
is an update to that changelog.

Signed-off-by:  Mitch Williams <[EMAIL PROTECTED]>


diff -urpN -X dontdiff linux-2.6.14-release/drivers/net/bonding/bonding.h 
linux-2.6.14/drivers/net/bonding/bonding.h
--- linux-2.6.14-release/drivers/net/bonding/bonding.h  2005-11-08 
12:59:02.000000000 -0800
+++ linux-2.6.14/drivers/net/bonding/bonding.h  2005-11-08 12:51:14.000000000 
-0800
@@ -29,6 +29,10 @@
  * 2005/05/05 - Jason Gabler <jygabler at lbl dot gov>
  *      - added "xmit_policy" kernel parameter for alternate hashing policy
  *       support for mode 2
+ *
+ * 2005/09/27 - Mitch Williams <mitch.a.williams at intel dot com>
+ *             Radheka Godse <radheka.godse at intel dot com>
+ *      - Added bonding sysfs interface
  */

 #ifndef _LINUX_BONDING_H
diff -urpN -X dontdiff linux-2.6.14-release/drivers/net/bonding/bond_main.c 
linux-2.6.14/drivers/net/bonding/bond_main.c
--- linux-2.6.14-release/drivers/net/bonding/bond_main.c        2005-11-08 
12:59:02.000000000 -0800
+++ linux-2.6.14/drivers/net/bonding/bond_main.c        2005-11-08 
12:52:56.000000000 -0800
@@ -489,6 +489,28 @@
  *       Set version to 2.6.3.
  * 2005/09/26 - Jay Vosburgh <[EMAIL PROTECTED]>
  *     - Removed backwards compatibility for old ifenslaves.  Version 2.6.4.
+ * 2005/09/27 - Mitch Williams <mitch.a.williams at intel dot com>
+ *     - Radheka Godse <radheka.godse at intel dot com>
+ *     - Split out bond creation code to allow for sysfs interface.
+ *     - Removed static declaration on some functions and data items.
+ *     - Added sysfs support, including capability to add/remove/change
+ *        any bond at runtime.
+ *
+ *     - Miscellaneous:
+ *     - Added bonding: <bondname>: prefix to sysfs log messages
+ *     - Added arp_ip_targets to /proc entry
+ *     - Allow ARP target table to have empty entries
+ *     - trivial fix: added missing modes description to modinfo
+ *     - Corrected bug in ALB init where kmalloc is called inside
+ *       a held lock
+ *     - Corrected behavior to maintain bond link when changing
+ *       from arp monitor to miimon and vice versa
+ *     - Added missing bonding: <bondname>: prefix to alb, ad log messages
+ *     - Fixed stack dump warnings seen if changing between miimon
+ *       and arp monitoring when the bond interface is down.
+ *     - Fixed stack dump warnings seen when enslaving an e100
+ *       driver
+ *     - Set version to 3.0.0
  */

 //#define BONDING_DEBUG 1
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to