Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15724
b: refs/heads/master
c: 691b73b
h: refs/heads/master
v: v3
  • Loading branch information
Mitch Williams authored and John W. Linville committed Nov 13, 2005
1 parent 7c6bddf commit 2f0a363
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e944ef79184ff7f283e7bf79496d2873a0b0410b
refs/heads/master: 691b73b13220886aefacb7c7f7ace7f528bbf800
22 changes: 22 additions & 0 deletions trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,28 @@
* Set version to 2.6.3.
* 2005/09/26 - Jay Vosburgh <fubar@us.ibm.com>
* - 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
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/net/bonding/bonding.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f0a363

Please sign in to comment.