Merge branch 'tcp-tx-headless'
authorDavid S. Miller <davem@davemloft.net>
Mon, 12 Jun 2023 10:38:55 +0000 (11:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Jun 2023 10:38:55 +0000 (11:38 +0100)
Eric Dumazet says:

====================
tcp: tx path fully headless

This series completes transition of TCP stack tx path
to headless packets : All payload now reside in page frags,
never in skb->head.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge