1. 18 10月, 2016 1 次提交
    • J
      ethernet/intel: use core min/max MTU checking · 91c527a5
      Jarod Wilson 提交于
      e100: min_mtu 68, max_mtu 1500
      - remove e100_change_mtu entirely, is identical to old eth_change_mtu,
        and no longer serves a purpose. No need to set min_mtu or max_mtu
        explicitly, as ether_setup() will already set them to 68 and 1500.
      
      e1000: min_mtu 46, max_mtu 16110
      
      e1000e: min_mtu 68, max_mtu varies based on adapter
      
      fm10k: min_mtu 68, max_mtu 15342
      - remove fm10k_change_mtu entirely, does nothing now
      
      i40e: min_mtu 68, max_mtu 9706
      
      i40evf: min_mtu 68, max_mtu 9706
      
      igb: min_mtu 68, max_mtu 9216
      - There are two different "max" frame sizes claimed and both checked in
        the driver, the larger value wasn't relevant though, so I've set max_mtu
        to the smaller of the two values here to retain identical behavior.
      
      igbvf: min_mtu 68, max_mtu 9216
      - Same issue as igb duplicated
      
      ixgb: min_mtu 68, max_mtu 16114
      - Also remove pointless old == new check, as that's done in dev_set_mtu
      
      ixgbe: min_mtu 68, max_mtu 9710
      
      ixgbevf: min_mtu 68, max_mtu dependent on hardware/firmware
      - Some hw can only handle up to max_mtu 1504 on a vf, others 9710
      
      CC: netdev@vger.kernel.org
      CC: intel-wired-lan@lists.osuosl.org
      CC: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NJarod Wilson <jarod@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      91c527a5
  2. 19 8月, 2016 1 次提交
  3. 14 5月, 2016 1 次提交
  4. 16 2月, 2016 1 次提交
  5. 15 12月, 2015 1 次提交
  6. 13 12月, 2015 1 次提交
  7. 19 8月, 2015 1 次提交
  8. 26 6月, 2015 1 次提交
  9. 10 7月, 2014 1 次提交
  10. 11 6月, 2014 1 次提交
  11. 04 6月, 2014 1 次提交
  12. 25 4月, 2014 1 次提交
  13. 23 4月, 2014 1 次提交
  14. 20 3月, 2014 1 次提交
  15. 27 2月, 2014 1 次提交
  16. 10 12月, 2013 2 次提交
  17. 04 9月, 2013 1 次提交
  18. 22 8月, 2013 3 次提交
  19. 21 5月, 2013 2 次提交
  20. 19 4月, 2013 3 次提交
  21. 19 1月, 2013 1 次提交
  22. 18 1月, 2013 2 次提交
  23. 01 12月, 2012 1 次提交
  24. 14 11月, 2012 1 次提交
  25. 30 10月, 2012 1 次提交
  26. 20 9月, 2012 1 次提交
  27. 17 9月, 2012 2 次提交
  28. 17 5月, 2012 1 次提交
  29. 13 5月, 2012 1 次提交
  30. 17 3月, 2012 1 次提交
  31. 20 1月, 2012 1 次提交
  32. 13 10月, 2011 1 次提交