From: Yousuk Seung <[email protected]>
Date: Tue, 24 Oct 2017 16:44:42 -0700

> Current implementation calls tcp_rate_skb_sent() when tcp_transmit_skb()
> is called when it clones skb only. Not calling tcp_rate_skb_sent() is OK
> for all such code paths except from __tcp_retransmit_skb() which happens
> when skb->data address is not aligned. This may rarely happen e.g. when
> small amount of data is sent initially and the receiver partially acks
> odd number of bytes for some reason, possibly malicious.
> 
> Signed-off-by: Yousuk Seung <[email protected]>
> Signed-off-by: Neal Cardwell <[email protected]>
> Signed-off-by: Soheil Hassas Yeganeh <[email protected]>
> Acked-by: Eric Dumazet <[email protected]>

This doesn't apply to any of m trees.

Reply via email to