1. 17 11月, 2020 3 次提交
  2. 15 11月, 2020 3 次提交
  3. 13 11月, 2020 4 次提交
  4. 12 11月, 2020 2 次提交
  5. 11 11月, 2020 3 次提交
  6. 10 11月, 2020 7 次提交
  7. 08 11月, 2020 1 次提交
  8. 07 11月, 2020 13 次提交
  9. 05 11月, 2020 1 次提交
    • P
      tcp: propagate MPTCP skb extensions on xmit splits · 5a369ca6
      Paolo Abeni 提交于
      When the TCP stack splits a packet on the write queue, the tail
      half currently lose the associated skb extensions, and will not
      carry the DSM on the wire.
      
      The above does not cause functional problems and is allowed by
      the RFC, but interact badly with GRO and RX coalescing, as possible
      candidates for aggregation will carry different TCP options.
      
      This change tries to improve the MPTCP behavior, propagating the
      skb extensions on split.
      
      Additionally, we must prevent the MPTCP stack from updating the
      mapping after the split occur: that will both violate the RFC and
      fool the reader.
      Signed-off-by: NPaolo Abeni <pabeni@redhat.com>
      Signed-off-by: NMat Martineau <mathew.j.martineau@linux.intel.com>
      Signed-off-by: NJakub Kicinski <kuba@kernel.org>
      5a369ca6
  10. 03 11月, 2020 1 次提交
  11. 01 11月, 2020 2 次提交