summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-03-19 16:36:10 +0100
committerDaniel Borkmann <dborkman@redhat.com>2013-03-19 16:36:10 +0100
commitceae98914962e4375a98db2622b65ecf44b0232a (patch)
tree1560778e9ea194247c1cec6d827dde882a860b58 /configs
parente4c98bb91e35dba56a077e8e5b9c70556fdd4e24 (diff)
bpfc: filter: add poff ancillary operation
In preparation for [1], add the #poff operation, so that users can dynamically truncate packets on the payload start offset. This is useful for several reasons: privacy, speed, ... Example for bpfc: ld #poff ret a [1] http://thread.gmane.org/gmane.linux.network/262512 Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'configs')
0 files changed, 0 insertions, 0 deletions
> -rw-r--r--net/sched/sch_choke.c1
-rw-r--r--net/sched/sch_dsmark.c1
-rw-r--r--net/sched/sch_fq_codel.c1
-rw-r--r--net/sched/sch_htb.c1
-rw-r--r--net/sched/sch_ingress.c1
-rw-r--r--net/sched/sch_multiq.c2
-rw-r--r--net/sched/sch_prio.c2
-rw-r--r--net/sched/sch_sfb.c1
-rw-r--r--net/sched/sch_sfq.c1
15 files changed, 126 insertions, 104 deletions
diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h