1. 28 3月, 2020 1 次提交
  2. 24 3月, 2020 5 次提交
  3. 22 3月, 2020 1 次提交
    • D
      net: bcmgenet: always enable status blocks · 9a9ba2a4
      Doug Berger 提交于
      The hardware offloading of the NETIF_F_HW_CSUM and NETIF_F_RXCSUM
      features requires the use of Transmit Status Blocks before transmit
      frame data and Receive Status Blocks before receive frame data to
      carry the checksum information.
      
      Unfortunately, these status blocks are currently only enabled when
      the NETIF_F_HW_CSUM feature is enabled. As a result NETIF_F_RXCSUM
      will not actually be offloaded to the hardware unless both it and
      NETIF_F_HW_CSUM are enabled. Fortunately, that is the default
      configuration.
      
      This commit addresses this issue by always enabling the use of
      status blocks on both transmit and receive frames. Further, it
      replaces the use of a dedicated flag within the driver private
      data structure with direct use of the netdev features flags.
      
      Fixes: 81015539 ("net: bcmgenet: use CHECKSUM_COMPLETE for NETIF_F_RXCSUM")
      Signed-off-by: NDoug Berger <opendmb@gmail.com>
      Acked-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9a9ba2a4
  4. 18 3月, 2020 3 次提交
  5. 13 3月, 2020 1 次提交
  6. 11 3月, 2020 5 次提交
  7. 09 3月, 2020 9 次提交
  8. 06 3月, 2020 3 次提交
  9. 04 3月, 2020 2 次提交
  10. 02 3月, 2020 2 次提交
  11. 27 2月, 2020 2 次提交
  12. 25 2月, 2020 5 次提交
  13. 21 2月, 2020 1 次提交