Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TCP]: Add missing skb_header_release() call to tcp_fragment().
When we add any new packet to the TCP socket write queue, we must call skb_header_release() on it in order for the TSO sharing checks in the drivers to work. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information