commit | b7fe10e5ebac2a3f37e95535e616494b65fa020f | [log] [tgz] |
---|---|---|
author | Tom Herbert <tom@herbertland.com> | Wed Aug 19 17:07:32 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 23 15:59:56 2015 -0700 |
tree | af470dbfdf9a0bcca52acb7ccebd77b4969cb04d | |
parent | 9a873c71e91cabf4c10fd9bbd8358c22deaf6c9e [diff] |
gro: Fix remcsum offload to deal with frags in GRO The remote checksum offload GRO did not consider the case that frag0 might be in use. This patch fixes that by accessing headers using the skb_gro functions and not saving offsets relative to skb->head. Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>