diff options
| author | Patrick McHardy <[email protected]> | 2008-07-08 03:21:27 -0700 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2008-07-08 03:21:27 -0700 |
| commit | acc81e1465d29e0284008770cc4b8bc90bd93bd7 (patch) | |
| tree | 7580b619f82a6ae13c425051c305b7d5501e201d /tools/perf/scripts/python | |
| parent | 256f3bfce87fe39ec008b2c27890b30066984f50 (diff) | |
vlan: fix network_header/mac_header adjustments
Lennert Buytenhek points out that the VLAN code incorrectly adjusts
skb->network_header to point in the middle of the VLAN header and
additionally tries to adjust skb->mac_header without checking for
validity.
The network_header should not be touched at all since we're only
adding headers in front of it, mac_header adjustments are not
necessary at all.
Based on patch by Lennert Buytenhek <[email protected]>.
Signed-off-by: Patrick McHardy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions