]> Git Repo - linux.git/commit
tc: add BPF based action
authorJiri Pirko <[email protected]>
Thu, 15 Jan 2015 08:52:39 +0000 (09:52 +0100)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
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]
This page took 0.056405 seconds and 4 git commands to generate.