diff options
| author | Alexander Duyck <[email protected]> | 2016-02-05 15:27:55 -0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-02-11 08:55:34 -0500 |
| commit | ddff00d420432d54eb420bb33034bb8e22dd2543 (patch) | |
| tree | fa2c13ae3708f32259da676c3b2c750e7ead8572 /tools/perf/scripts/python | |
| parent | 08b64fcca942733413bc5ac2321d57021d3e8578 (diff) | |
net: Move skb_has_shared_frag check out of GRE code and into segmentation
The call skb_has_shared_frag is used in the GRE path and skb_checksum_help
to verify that no frags can be modified by an external entity. This check
really doesn't belong in the GRE path but in the skb_segment function
itself. This way any protocol that might be segmented will be performing
this check before attempting to offload a checksum to software.
Signed-off-by: Alexander Duyck <[email protected]>
Acked-by: Tom Herbert <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions