1. 23 10月, 2018 4 次提交
  2. 06 10月, 2018 3 次提交
  3. 02 10月, 2018 2 次提交
  4. 29 9月, 2018 1 次提交
  5. 15 8月, 2018 1 次提交
  6. 04 8月, 2018 1 次提交
  7. 21 7月, 2018 7 次提交
  8. 07 7月, 2018 1 次提交
  9. 29 5月, 2018 4 次提交
  10. 23 3月, 2018 2 次提交
  11. 23 1月, 2018 4 次提交
  12. 09 1月, 2018 1 次提交
    • F
      net: hns3: fix for setting MTU · 2866ccb2
      Fuyun Liang 提交于
      When setting MTU, actually what we do is configuring the max frame size
      for the hardware. ETH_HLEN、ETH_FCS_LEN and VLAN_HLEN must need to be
      considered. And the frame size which is less than the default value
      should not be set to the hardware. Because in the hardware, the the max
      frame size not only controls the RX packet size, but also controls the
      TX packet size. the RX packets whose size are greater than the setting
      value will be dropped.
      
      This patch fixes the bug setting a error max frame size to hardware.
      
      Fixes: 46a3df9f ("net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer Support")
      Signed-off-by: NFuyun Liang <liangfuyun1@huawei.com>
      Signed-off-by: NPeng Li <lipeng321@huawei.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2866ccb2
  13. 27 12月, 2017 3 次提交
  14. 11 11月, 2017 1 次提交
  15. 02 11月, 2017 3 次提交
  16. 11 10月, 2017 1 次提交
  17. 10 10月, 2017 1 次提交