From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Vosburgh Subject: [PATCH REPOST net-next-2.6 0/4] bonding: Four patches Date: Fri, 28 Aug 2009 15:05:11 -0700 Message-ID: <1251497115-16234-1-git-send-email-fubar@us.ibm.com> Cc: David Miller To: netdev@vger.kernel.org Return-path: Received: from e31.co.us.ibm.com ([32.97.110.149]:55394 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751501AbZH1WFS (ORCPT ); Fri, 28 Aug 2009 18:05:18 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e31.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id n7SLxb66023173 for ; Fri, 28 Aug 2009 15:59:37 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n7SM5Hfq178870 for ; Fri, 28 Aug 2009 16:05:18 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n7SM5HN0005463 for ; Fri, 28 Aug 2009 16:05:17 -0600 Sender: netdev-owner@vger.kernel.org List-ID: Reposting after I screwed up the Subject lines Four patches for bonding: Patch 1 adds the propogation of vlan_features from the slaves to the master device. Patch 2 replaces a cumbersome manual MAC address comparison with compare_ether_addr. Patch 3 removes a useless test against INT_MAX Patch 4 modifies bond_check_dev_link to handle devices that leave carrier up even when adminstratively down. Due to lab machine adventures on my end, I was only able to compile test patches 2 - 4. Please apply for net-next-2.6. -J --- -Jay Vosburgh, IBM Linux Technology Center, fubar@us.ibm.com