Skip to content
  1. Aug 26, 2009
  2. Aug 25, 2009
  3. Aug 24, 2009
  4. Aug 23, 2009
  5. Aug 21, 2009
  6. Aug 20, 2009
    • Petri Gynther's avatar
      ibm_newemac: emac_close() needs to call netif_carrier_off() · d3b325f9
      Petri Gynther authored
      
      
      When ibm_newemac netdev instance is shutdown with "ifconfig down",
      the netdev interface does not go properly down. netif_carrier_ok()
      keeps returning TRUE even after "ifconfig down".
      
      The problem can be seen when ibm_newemac instances are slaves of
      a bonding interface. The bonding interface code uses netif_carrier_ok()
      to determine the link status of its slaves. When ibm_newemac slave is
      shutdown with "ifconfig down", the bonding interface won't detect any
      link status change because netif_carrier_ok() keeps returning TRUE.
      
      Signed-off-by: default avatarPetri Gynther <pgynther@google.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      d3b325f9
  7. Aug 19, 2009
  8. Aug 18, 2009
  9. Aug 17, 2009
  10. Aug 16, 2009
  11. Aug 14, 2009
Loading