1. 15 5月, 2008 1 次提交
  2. 07 5月, 2008 4 次提交
  3. 29 4月, 2008 1 次提交
  4. 17 4月, 2008 1 次提交
  5. 29 3月, 2008 1 次提交
  6. 26 3月, 2008 5 次提交
  7. 04 3月, 2008 1 次提交
  8. 29 2月, 2008 1 次提交
  9. 03 2月, 2008 6 次提交
  10. 29 1月, 2008 1 次提交
  11. 19 1月, 2008 7 次提交
  12. 08 12月, 2007 8 次提交
  13. 14 11月, 2007 1 次提交
  14. 10 11月, 2007 2 次提交
    • J
      bonding: don't validate address at device open · 3a1521b7
      Jay Vosburgh 提交于
      The standard validate_addr handler refuses to accept the all zeroes address
      as valid.  However, it's common historical practice for the bonding
      master to be configured up prior to having any slaves, at which time the
      master will have a MAC address of all zeroes.
      
      Resolved by setting the dev->validate_addr to NULL.  The master still can't
      end up with an invalid address, as the set_mac_address function tests
      for validity.
      Signed-off-by: NJay Vosburgh <fubar@us.ibm.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      3a1521b7
    • J
      bonding: fix rtnl locking merge error · 1466a219
      Jay Vosburgh 提交于
      	Looks like I incorrectly merged one of the rtnl lock changes,
      so that one function, bonding_show_active_slave, held rtnl but didn't
      release it, and another, bonding_store_active_slave, never held rtnl but
      did release it.
      
      	Fixed so the first function doesn't mess with rtnl, and the
      second correctly acquires and releases rtnl.
      
      	Bug reported by Moni Shoua <monis@voltaire.com>
      Signed-off-by: NJay Vosburgh <fubar@us.ibm.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      1466a219