aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-25net_sched: add network namespace support for tc actionsWANG Cong1-5/+47
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov1-0/+1
2015-08-26net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov1-17/+19
2015-08-26net_sched: act_bpf: remove unnecessary copyAlexei Starovoitov1-1/+1
2015-08-03act_bpf: properly support late binding of bpf action to a classifierDaniel Borkmann1-24/+27
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+35
2015-07-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann1-18/+35
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-07-15tc: act_bpf: fix memory leakAlexei Starovoitov1-0/+3
2015-07-08net: sched: add percpu stats to actionsEric Dumazet1-1/+1
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov1-1/+8
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov1-0/+3
2015-03-20act_bpf: add initial eBPF support for actionsDaniel Borkmann1-82/+213
2015-03-17act_bpf: allow non-default TC_ACT opcodes as BPF exec outcomeDaniel Borkmann1-8/+28
2015-01-26net: act_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+3
2015-01-17tc: add BPF based actionJiri Pirko1-0/+205