Jeff, These are the sysfs changes for the bonding driver. I put them in a separate branch for a couple of reasons. For one, I had to massage a few of the patches, and some of them had fuzz. So, it would be good for Mitch and/or Jay to double-check the merge. Also, I thought this might be a little too big and/or a little too late for the 2.6.15 train. It is, of course, entirely up to you as to whether or not to pull this to a branch or to take it straight upstream.
Thanks, John --- The following changes since commit cd52d1ee9a92587b242d946a2300a3245d3b885a: Linus Torvalds: Linux v2.6.15-rc1 are found in the git repository at: git://git.tuxdriver.com/git/netdev-jwl.git bonding-sysfs Mitch Williams: net: allow newline terminated IP addresses in in_aton net: make dev_valid_name public bonding: add bond name to all error messages bonding: expand module param descriptions bonding: Add transmit policy to /proc bonding: get slave name from actual slave instead of param list bonding: move kmalloc out of spinlock in ALB init bonding: explicitly clear RLB flag during ALB init bonding: expose some structs bonding: make functions not static bonding: move bond creation into separate function bonding: make bond_init not __init bonding: Allow ARP target table to have empty entries bonding: add ARP entries to /proc bonding: add sysfs functionality to bonding (large) bonding: version update bonding: spelling and whitespace corrections bonding: comments and changelog drivers/net/bonding/Makefile | 2 drivers/net/bonding/bond_3ad.c | 74 +- drivers/net/bonding/bond_alb.c | 56 +- drivers/net/bonding/bond_main.c | 343 ++++++--- drivers/net/bonding/bond_sysfs.c | 1399 ++++++++++++++++++++++++++++++++++++++ drivers/net/bonding/bonding.h | 37 + include/linux/netdevice.h | 1 net/core/dev.c | 3 net/core/utils.c | 2 9 files changed, 1735 insertions(+), 182 deletions(-) create mode 100644 drivers/net/bonding/bond_sysfs.c Patch included as a bzip2'ed attachment due to size concerns. -- John W. Linville [EMAIL PROTECTED]
bonding-sysfs.patch.bz2
Description: BZip2 compressed data