1. 02 1月, 2013 1 次提交
  2. 05 12月, 2012 1 次提交
  3. 26 11月, 2012 1 次提交
  4. 16 5月, 2012 1 次提交
  5. 27 4月, 2012 3 次提交
  6. 09 2月, 2012 1 次提交
  7. 05 2月, 2012 2 次提交
  8. 09 11月, 2011 1 次提交
  9. 30 10月, 2011 1 次提交
  10. 08 10月, 2011 1 次提交
  11. 24 9月, 2011 1 次提交
  12. 30 8月, 2011 4 次提交
  13. 11 8月, 2011 1 次提交
  14. 01 8月, 2011 1 次提交
  15. 14 7月, 2011 1 次提交
  16. 01 7月, 2011 1 次提交
  17. 24 6月, 2011 3 次提交
  18. 22 6月, 2011 1 次提交
  19. 14 5月, 2011 1 次提交
  20. 30 4月, 2011 3 次提交
  21. 29 4月, 2011 1 次提交
  22. 20 4月, 2011 1 次提交
  23. 07 4月, 2011 4 次提交
  24. 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
  25. 11 1月, 2011 1 次提交
  26. 18 12月, 2010 1 次提交
  27. 04 12月, 2010 1 次提交