1. 23 1月, 2013 1 次提交
  2. 04 12月, 2012 1 次提交
  3. 19 9月, 2012 1 次提交
  4. 08 9月, 2012 1 次提交
  5. 23 8月, 2012 1 次提交
  6. 10 5月, 2012 2 次提交
  7. 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
  8. 24 2月, 2012 1 次提交
  9. 05 2月, 2012 3 次提交
  10. 01 2月, 2012 1 次提交
  11. 17 11月, 2011 1 次提交
  12. 19 10月, 2011 1 次提交
  13. 07 10月, 2011 1 次提交
  14. 21 9月, 2011 1 次提交
  15. 16 9月, 2011 1 次提交
  16. 18 8月, 2011 1 次提交
  17. 11 8月, 2011 1 次提交
  18. 08 8月, 2011 1 次提交
  19. 22 7月, 2011 1 次提交
  20. 21 6月, 2011 1 次提交
  21. 09 6月, 2011 1 次提交
  22. 12 4月, 2011 1 次提交
  23. 07 4月, 2011 1 次提交
  24. 31 3月, 2011 1 次提交
    • J
      drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network drivers · ab392d2d
      Javier Martinez Canillas 提交于
      The IRQF_SAMPLE_RANDOM flag is marked as deprecated and will be removed.
      
      Every input point to the kernel's entropy pool have to better document the
      type of entropy source it is.
      
      drivers/char/random.c now implements a set of interfaces that can be used for
      devices to collect enviromental noise. IRQF_SAMPLE_RANDOM will be replaced
      with these add_*_randomness exported functions.
      
      Network drivers are not a good source of entropy. They use as a source of
      entropy essentially a remote host. Which means that the source of entropy can
      be potentially controlled by an attacker. Also, with heavy workloads the
      entropy decreases due to less hardware interrupts happening thanks to irq
      mitigation and NAPI.
      
      If a system relies in its network interface as a entropy source it has a false
      sense of security. Systems that don't have devices whose drivers are good
      sources of entropy, should either use a hardware random number generator or
      feed the kernel's entropy pool from userspace using other sources of entropy
      such as EGD, video_entropyd, timer_entropyd and audio-entropyd.
      Signed-off-by: NJavier Martinez Canillas <martinez.javier@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ab392d2d
  25. 15 3月, 2011 1 次提交
  26. 04 1月, 2011 1 次提交
  27. 01 1月, 2011 1 次提交
  28. 29 11月, 2010 1 次提交
  29. 04 11月, 2010 1 次提交
    • A
      netxen: remove unused firmware exports · 1c260e49
      Amerigo Wang 提交于
      Quote from Amit Salecha:
      
      "Actually I was not updated, NX_UNIFIED_ROMIMAGE_NAME (phanfw.bin) is already
      submitted and its present in linux-firmware.git.
      
      I will get back to you on NX_P2_MN_ROMIMAGE_NAME, NX_P3_CT_ROMIMAGE_NAME and
      NX_P3_MN_ROMIMAGE_NAME. Whether this will be submitted ?"
      
      We have to remove these, otherwise we will get wrong info from modinfo.
      Signed-off-by: NWANG Cong <amwang@redhat.com>
      Cc: Amit Kumar Salecha <amit.salecha@qlogic.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Dhananjay Phadke <dhananjay.phadke@qlogic.com>
      Cc: Narender Kumar <narender.kumar@qlogic.com>
      Acked-by:  Amit Kumar Salecha <amit.salecha@qlogic.com>--
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1c260e49
  30. 31 10月, 2010 1 次提交
  31. 29 10月, 2010 1 次提交
  32. 21 10月, 2010 1 次提交
  33. 18 10月, 2010 2 次提交
  34. 27 9月, 2010 1 次提交
  35. 24 8月, 2010 1 次提交
  36. 19 8月, 2010 1 次提交