ChangeSet@1.1353, 2003-12-24 14:12:53-05:00, shmulik.hen@intel.com
  [PATCH] bonding cleanup 2.4 - consolidate return values of functions.

ChangeSet@1.1352, 2003-12-24 14:12:50-05:00, shmulik.hen@intel.com
  [PATCH] bonding cleanup 2.4 - consolidate param names of function params and variables
  
  Consolidate names of function params and variables e.g. bond_dev
  instead of dev/master/master_dev.

ChangeSet@1.1351, 2003-12-24 14:12:46-05:00, shmulik.hen@intel.com
  [PATCH] bonding cleanup 2.4 - Consolidate function declarations
  
  All functions begin with bond_
  Return value, function name and all params are on the same line.

ChangeSet@1.1350, 2003-12-24 14:12:42-05:00, shmulik.hen@intel.com
  [PATCH] bonding cleanup 2.4 - Fix slave list iteration
  
  bond is no longer part of the list. Added cyclic list iteration macros.

ChangeSet@1.1349, 2003-12-24 14:12:38-05:00, shmulik.hen@intel.com
  [PATCH] bonding cleanup 2.4 - Remove multicast_mode module param
  
  Eliminate the multicast_mode module param. Settings are now done only
  according to mode.

ChangeSet@1.1348, 2003-12-24 14:12:35-05:00, shmulik.hen@intel.com
  [PATCH] bonding cleanup 2.4 - Fix handling of bond->primary
  
  Fix all locations that handles bond->primary. Convert too long if-else to a switch-case.

ChangeSet@1.1347, 2003-12-24 14:12:31-05:00, shmulik.hen@intel.com
  [PATCH] bonding cleanup 2.4 - Consolidate timer handling
  
  Consolidate timers initialization, error checking and re-queuing.

ChangeSet@1.1346, 2003-12-24 14:12:27-05:00, shmulik.hen@intel.com
  [PATCH] bonding cleanup 2.4 - remove dead code
  
  Removed dead code and redundant checks.

ChangeSet@1.1345, 2003-12-24 14:12:24-05:00, shmulik.hen@intel.com
  [PATCH] bonding cleanup 2.4 - death of typedefs
  
  Eliminate bonding_t/slave_t types and consolidate casting.

ChangeSet@1.1344, 2003-12-24 14:12:20-05:00, shmulik.hen@intel.com
  [PATCH] bonding cleanup 2.4 - Consolidate prints
  
  Convert all debug prints to use the dprintk macro and consolidate
  format of all prints (e.g. "bonding: Error: ...").

ChangeSet@1.1343, 2003-12-24 14:12:17-05:00, shmulik.hen@intel.com
  [PATCH] bonding cleanup 2.4 - Simplify ifenslave
  
  ifenslave lite - No more IP settings to slaves, unified printing
  format, code re-org and broken to more functions.