1. 26 6月, 2020 4 次提交
  2. 25 6月, 2020 6 次提交
  3. 24 6月, 2020 24 次提交
  4. 23 6月, 2020 1 次提交
  5. 21 6月, 2020 3 次提交
  6. 20 6月, 2020 2 次提交
    • T
      ibmveth: Fix max MTU limit · 5948378b
      Thomas Falcon 提交于
      The max MTU limit defined for ibmveth is not accounting for
      virtual ethernet buffer overhead, which is twenty-two additional
      bytes set aside for the ethernet header and eight additional bytes
      of an opaque handle reserved for use by the hypervisor. Update the
      max MTU to reflect this overhead.
      
      Fixes: d894be57 ("ethernet: use net core MTU range checking in more drivers")
      Fixes: 110447f8 ("ethernet: fix min/max MTU typos")
      Signed-off-by: NThomas Falcon <tlfalcon@linux.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5948378b
    • W
      net: flow_offload: fix flow_indr_dev_unregister path · a1db2178
      wenxu 提交于
      If the representor is removed, then identify the indirect flow_blocks
      that need to be removed by the release callback and the port representor
      structure. To identify the port representor structure, a new
      indr.cb_priv field needs to be introduced. The flow_block also needs to
      be removed from the driver list from the cleanup path.
      
      Fixes: 1fac52da ("net: flow_offload: consolidate indirect flow_block infrastructure")
      Signed-off-by: Nwenxu <wenxu@ucloud.cn>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a1db2178