1. 10 5月, 2012 2 次提交
  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. 24 2月, 2012 1 次提交
  4. 09 2月, 2012 2 次提交
  5. 05 2月, 2012 6 次提交
  6. 01 2月, 2012 2 次提交
  7. 17 11月, 2011 1 次提交
  8. 09 11月, 2011 1 次提交
  9. 19 10月, 2011 1 次提交
  10. 08 10月, 2011 1 次提交
  11. 07 10月, 2011 1 次提交
  12. 21 9月, 2011 2 次提交
  13. 16 9月, 2011 1 次提交
  14. 18 8月, 2011 1 次提交
  15. 11 8月, 2011 1 次提交