diff options
author | Mitch Williams <mitch.a.williams@intel.com> | 2005-11-09 13:36:57 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2005-11-13 14:48:21 -0500 |
commit | 691b73b13220886aefacb7c7f7ace7f528bbf800 (patch) | |
tree | 3e4a99b220cc25e247b8c903e987c58aa5a13c72 /drivers/net/bonding/bond_main.c | |
parent | e944ef79184ff7f283e7bf79496d2873a0b0410b (diff) |
[PATCH] bonding: comments and changelog
Bonding source files still have changelogs in the comments. This, then,
is an update to that changelog.
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Acked-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index c7cd6b96d2c0..40ff79175c4a 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
@@ -489,6 +489,28 @@ | |||
489 | * Set version to 2.6.3. | 489 | * Set version to 2.6.3. |
490 | * 2005/09/26 - Jay Vosburgh <fubar@us.ibm.com> | 490 | * 2005/09/26 - Jay Vosburgh <fubar@us.ibm.com> |
491 | * - Removed backwards compatibility for old ifenslaves. Version 2.6.4. | 491 | * - Removed backwards compatibility for old ifenslaves. Version 2.6.4. |
492 | * 2005/09/27 - Mitch Williams <mitch.a.williams at intel dot com> | ||
493 | * - Radheka Godse <radheka.godse at intel dot com> | ||
494 | * - Split out bond creation code to allow for sysfs interface. | ||
495 | * - Removed static declaration on some functions and data items. | ||
496 | * - Added sysfs support, including capability to add/remove/change | ||
497 | * any bond at runtime. | ||
498 | * | ||
499 | * - Miscellaneous: | ||
500 | * - Added bonding: <bondname>: prefix to sysfs log messages | ||
501 | * - Added arp_ip_targets to /proc entry | ||
502 | * - Allow ARP target table to have empty entries | ||
503 | * - trivial fix: added missing modes description to modinfo | ||
504 | * - Corrected bug in ALB init where kmalloc is called inside | ||
505 | * a held lock | ||
506 | * - Corrected behavior to maintain bond link when changing | ||
507 | * from arp monitor to miimon and vice versa | ||
508 | * - Added missing bonding: <bondname>: prefix to alb, ad log messages | ||
509 | * - Fixed stack dump warnings seen if changing between miimon | ||
510 | * and arp monitoring when the bond interface is down. | ||
511 | * - Fixed stack dump warnings seen when enslaving an e100 | ||
512 | * driver | ||
513 | * - Set version to 3.0.0 | ||
492 | */ | 514 | */ |
493 | 515 | ||
494 | //#define BONDING_DEBUG 1 | 516 | //#define BONDING_DEBUG 1 |