Skip to content
Snippets Groups Projects
  1. Jul 21, 2011
  2. Apr 11, 2011
  3. Apr 06, 2011
  4. Mar 15, 2011
  5. Jan 03, 2011
  6. Oct 21, 2010
  7. Oct 18, 2010
  8. Aug 19, 2010
  9. May 13, 2010
  10. Mar 29, 2010
  11. Mar 26, 2010
  12. Jan 15, 2010
  13. Jan 08, 2010
  14. Dec 23, 2009
  15. 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
  16. Oct 28, 2009
  17. Oct 18, 2009
  18. Oct 13, 2009
  19. Oct 07, 2009
  20. Sep 11, 2009
  21. Sep 09, 2009
  22. Sep 07, 2009
  23. Sep 03, 2009
Loading