aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+6
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov1-1/+6
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov1-1/+1
2015-03-01cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann1-0/+2
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann1-4/+3
2015-01-26bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov1-8/+17
2014-11-18bpf: fix BPF_MAP_LOOKUP_ELEM command return codeAlexei Starovoitov1-1/+1
2014-11-18bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov1-2/+2
2014-09-26bpf: verifier (add ability to receive verification log)Alexei Starovoitov1-1/+1
2014-09-26bpf: verifier (add docs)Alexei Starovoitov1-1/+1
2014-09-26bpf: handle pseudo BPF_CALL insnAlexei Starovoitov1-0/+37
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov1-0/+165
2014-09-26bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov1-0/+235
2014-09-26bpf: introduce BPF syscall and mapsAlexei Starovoitov1-0/+169