Skip to content
Commit cb704c66 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'tcp_v6_gso_csum_prep'



Heiner Kallweit says:

====================
net: core: add helper tcp_v6_gso_csum_prep

Several network drivers for chips that support TSO6 share the same code
for preparing the TCP header, so let's factor it out to a helper.
A difference is that some drivers reset the payload_len whilst others
don't do this. This value is overwritten by TSO anyway, therefore
the new helper resets it in general.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 9cb8e048 091c9f82
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment