diff options
| author | Jiri Pirko <[email protected]> | 2015-01-13 17:13:43 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2015-01-13 17:51:08 -0500 |
| commit | d8b9605d2697c48fb822c821c5751afbb4567003 (patch) | |
| tree | e9c4cbcafae686743acae5cd834086735e31aa7a /drivers/pwm/pwm-imx.c | |
| parent | 8bdda5ddd1f1590ae24002749adb72693b80baaf (diff) | |
net: sched: fix skb->protocol use in case of accelerated vlan path
tc code implicitly considers skb->protocol even in case of accelerated
vlan paths and expects vlan protocol type here. However, on rx path,
if the vlan header was already stripped, skb->protocol contains value
of next header. Similar situation is on tx path.
So for skbs that use skb->vlan_tci for tagging, use skb->vlan_proto instead.
Reported-by: Jamal Hadi Salim <[email protected]>
Signed-off-by: Jiri Pirko <[email protected]>
Acked-by: Jamal Hadi Salim <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/pwm/pwm-imx.c')
0 files changed, 0 insertions, 0 deletions