]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: sched: remove TC_MUNGED bits
authorFlorian Westphal <fw@strlen.de>
Thu, 30 Apr 2015 10:12:00 +0000 (12:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 May 2015 02:25:17 +0000 (22:25 -0400)
commit4749c3ef854e3a5d3dd3cc0ccd2dcb7e05d583bd
treebc74284df9d0379304268075705df659d35a8137
parent7eee8cd4d8d6ce3f70e6bea716c19b28635a5232
net: sched: remove TC_MUNGED bits

Not used.

pedit sets TC_MUNGED when packet content was altered, but all the core
does is unset MUNGED again and then set OK2MUNGE.

And the latter isn't tested anywhere. So lets remove both
TC_MUNGED and TC_OK2MUNGE.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/tc-actions-env-rules.txt
include/net/sch_generic.h
include/uapi/linux/pkt_cls.h
net/sched/act_api.c
net/sched/act_pedit.c