aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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