1. 22 7月, 2011 1 次提交
  2. 22 6月, 2011 1 次提交
  3. 21 6月, 2011 1 次提交
  4. 09 6月, 2011 1 次提交
  5. 06 6月, 2011 1 次提交
  6. 03 6月, 2011 1 次提交
  7. 30 4月, 2011 2 次提交
  8. 12 4月, 2011 1 次提交
  9. 07 4月, 2011 1 次提交
  10. 31 3月, 2011 2 次提交
    • L
      Fix common misspellings · 25985edc
      Lucas De Marchi 提交于
      Fixes generated by 'codespell' and manually reviewed.
      Signed-off-by: NLucas De Marchi <lucas.demarchi@profusion.mobi>
      25985edc
    • 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
  11. 28 3月, 2011 1 次提交
    • S
      net: fix ethtool->set_flags not intended -EINVAL return value · 673e63c6
      Stanislaw Gruszka 提交于
      After commit d5dbda23 "ethtool: Add
      support for vlan accleration.", drivers that have NETIF_F_HW_VLAN_TX,
      and/or NETIF_F_HW_VLAN_RX feature, but do not allow enable/disable vlan
      acceleration via ethtool set_flags, always return -EINVAL from that
      function. Fix by returning -EINVAL only if requested features do not
      match current settings and can not be changed by driver.
      
      Change any driver that define ethtool->set_flags to use
      ethtool_invalid_flags() to avoid similar problems in the future
      (also on drivers that do not have the problem).
      
      Tested with modified (to reproduce this bug) myri10ge driver.
      
      Cc: stable@kernel.org # 2.6.37+
      Signed-off-by: NStanislaw Gruszka <sgruszka@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      673e63c6
  12. 16 3月, 2011 1 次提交
  13. 15 3月, 2011 1 次提交
  14. 04 1月, 2011 2 次提交
  15. 01 1月, 2011 1 次提交
  16. 21 12月, 2010 1 次提交
  17. 29 11月, 2010 2 次提交
  18. 28 11月, 2010 1 次提交
  19. 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
  20. 31 10月, 2010 1 次提交
  21. 29 10月, 2010 1 次提交
  22. 21 10月, 2010 1 次提交
  23. 18 10月, 2010 2 次提交
  24. 27 9月, 2010 1 次提交
  25. 22 9月, 2010 1 次提交
  26. 24 8月, 2010 1 次提交
  27. 19 8月, 2010 3 次提交
  28. 08 8月, 2010 1 次提交
  29. 15 7月, 2010 1 次提交
  30. 01 7月, 2010 1 次提交
  31. 29 6月, 2010 1 次提交
  32. 16 6月, 2010 2 次提交