Skip to content
Snippets Groups Projects
  1. Mar 29, 2010
  2. Feb 03, 2010
  3. Jan 15, 2010
  4. Jan 08, 2010
  5. Jan 03, 2010
  6. Dec 23, 2009
  7. Dec 18, 2009
  8. Dec 08, 2009
  9. Dec 02, 2009
  10. Nov 21, 2009
    • Narender Kumar's avatar
      netxen : fix BOND_MODE_TLB/ALB mode. · 5d09e534
      Narender Kumar authored
      
      o Along with netdev->perm_addr, mac address will be
        maintained in device private structure.
      
      o Device limitation: We need to set mac address when ever
        interface comes up.
      
      In ALB/TAL mode, bonding driver calls set_mac for all slave with bond mac address.
      But bonding driver set netdev->dev_addr field to its original value,
      after enslaving interfaces.
      
      When ever active slave changes, it swap dev_addr of inactive slave with active.
      Yet it doesn't notify driver about change in netdev->dev_addr.
      
      As netxen driver need to set mac addr when ever interface comes up,
      it can't rely on netdev->dev_addr field. Specially in case of bonding mode ALB/TLB.
      
      Signed-off-by: default avatarNarender Kumar <narender.kumar@qlogic.com>
      Signed-off-by: default avatarAmit Kumar Salecha <amit.salecha@qlogic.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      5d09e534
  11. Nov 20, 2009
  12. Oct 28, 2009
  13. Oct 22, 2009
  14. Oct 18, 2009
  15. Oct 13, 2009
  16. Oct 07, 2009
  17. Sep 22, 2009
  18. Sep 11, 2009
Loading