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/bonding.h | |
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/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index ef4b11c4006e..d6d085480f21 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h | |||
@@ -29,6 +29,10 @@ | |||
29 | * 2005/05/05 - Jason Gabler <jygabler at lbl dot gov> | 29 | * 2005/05/05 - Jason Gabler <jygabler at lbl dot gov> |
30 | * - added "xmit_policy" kernel parameter for alternate hashing policy | 30 | * - added "xmit_policy" kernel parameter for alternate hashing policy |
31 | * support for mode 2 | 31 | * support for mode 2 |
32 | * | ||
33 | * 2005/09/27 - Mitch Williams <mitch.a.williams at intel dot com> | ||
34 | * Radheka Godse <radheka.godse at intel dot com> | ||
35 | * - Added bonding sysfs interface | ||
32 | */ | 36 | */ |
33 | 37 | ||
34 | #ifndef _LINUX_BONDING_H | 38 | #ifndef _LINUX_BONDING_H |