tc: add BPF based action
authorJiri Pirko <jiri@resnulli.us>
Thu, 15 Jan 2015 08:52:39 +0000 (09:52 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Jan 2015 04:51:10 +0000 (23:51 -0500)
commitd23b8ad8ab23f5a18b91e2396fb63d10f66b08d6
tree2a6e96dd2d53d3508be53c751a7476881b0283ff
parent02dba4388d1691a087f40fe8acd2e1ffd577a07f
tc: add BPF based action

This action provides a possibility to exec custom BPF code.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tc_act/tc_bpf.h [new file with mode: 0644]
include/uapi/linux/tc_act/Kbuild
include/uapi/linux/tc_act/tc_bpf.h [new file with mode: 0644]
net/sched/Kconfig
net/sched/Makefile
net/sched/act_bpf.c [new file with mode: 0644]