1. 10 5月, 2012 1 次提交
  2. 17 3月, 2012 1 次提交
    • S
      netxen: qlogic ethernet : Fix endian bug. · 06d6c108
      Santosh Nayak 提交于
      Change the datatype of "ip_addr" to __be32 as 'ip' should be in
      big endian format.
      
      Adapter needs "ip address" in big endian format stored at lower 32bit
      of req.word[1]. netxen_config_ipaddr() now receives 'ip' in big endian
      format. To satisfy adapter's need, use memcpy() to copy byte by byte
      of 'ip' into lower 32bit of req.word[1].
      
      Mac address and serial number of adapter need to be in little endian format.
      Change the data type of the related  variables to __le32 / __le64 or cast it
      explicitly to __le32 / __le64 depending upon the requirement.
      Signed-off-by: NSantosh Nayak <santoshprasadnayak@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      06d6c108
  3. 05 2月, 2012 3 次提交
  4. 21 9月, 2011 1 次提交
  5. 11 8月, 2011 1 次提交
  6. 08 8月, 2011 1 次提交
  7. 22 7月, 2011 1 次提交
  8. 12 4月, 2011 1 次提交
  9. 07 4月, 2011 1 次提交
  10. 16 3月, 2011 1 次提交
  11. 04 1月, 2011 2 次提交
  12. 21 10月, 2010 1 次提交
  13. 18 10月, 2010 1 次提交
  14. 19 8月, 2010 1 次提交
  15. 13 5月, 2010 1 次提交
  16. 30 3月, 2010 1 次提交
  17. 27 3月, 2010 1 次提交
  18. 15 1月, 2010 2 次提交
  19. 08 1月, 2010 1 次提交
  20. 24 12月, 2009 1 次提交
  21. 22 11月, 2009 1 次提交
    • N
      netxen : fix BOND_MODE_TLB/ALB mode. · 5d09e534
      Narender Kumar 提交于
      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: NNarender Kumar <narender.kumar@qlogic.com>
      Signed-off-by: NAmit Kumar Salecha <amit.salecha@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5d09e534
  22. 28 10月, 2009 4 次提交
  23. 18 10月, 2009 4 次提交
  24. 14 10月, 2009 5 次提交
  25. 08 10月, 2009 1 次提交
  26. 12 9月, 2009 1 次提交