OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
911e3a4
8b7d8c2
)
Merge branch 'tcp-tx-side-cleanups'
author
David S. Miller
<davem@davemloft.net>
Thu, 28 Oct 2021 11:44:40 +0000
(12:44 +0100)
committer
David S. Miller
<davem@davemloft.net>
Thu, 28 Oct 2021 11:44:40 +0000
(12:44 +0100)
Eric Dumazet says:
====================
tcp: tx side cleanups
We no longer need to set skb->reserved_tailroom because
TCP sendmsg() do not put payload in skb->head anymore.
Also do some cleanups around skb->ip_summed/csum,
and CP_SKB_CB(skb)->sacked for fresh skbs.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Trivial merge