1. 28 2月, 2008 2 次提交
  2. 27 2月, 2008 1 次提交
  3. 24 2月, 2008 26 次提交
  4. 21 2月, 2008 7 次提交
  5. 20 2月, 2008 2 次提交
    • D
      veth: fix dev refcount race · c15853f2
      Daniel Lezcano 提交于
      When deleting the veth driver, veth_close calls netif_carrier_off
      for the two extremities of the network device. netif_carrier_off on
      the peer device will fire an event and hold a reference on the peer
      device. Just after, the peer is unregistered taking the rtnl_lock while
      the linkwatch_event is scheduled. If __linkwatch_run_queue does not
      occurs before the unregistering, unregister_netdevice will wait for
      the dev refcount to reach zero holding the rtnl_lock and linkwatch_event
      will wait for the rtnl_lock and hold the dev refcount.
      Signed-off-by: NDaniel Lezcano <dlezcano@fr.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c15853f2
    • M
      [NIU]: More BMAC alt MAC address fixes. · fa907895
      Matheos Worku 提交于
      From: Matheos Worku <Matheos.Worku@Sun.COM>
      
      1) niu_enable_alt_mac() needs to be adjusted so that the mask
         is computed properly for the BMAC case.
      
      2) BMAC has 6 alt MAC addresses available, not 7.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      fa907895
  6. 19 2月, 2008 2 次提交