summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* ebpf: fix fd refcount leaks related to maps in bpf syscallDaniel Borkmann2015-09-091-4/+8
* bpf: Make the bpf_prog_array_map more genericWang Nan2015-08-101-1/+1
* bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov2015-05-311-1/+18
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-1/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-5/+6
|\
| * bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-161-1/+1
| * cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann2015-03-011-0/+2
| * ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-011-4/+3Star
* | tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov2015-04-021-1/+6
|/
* bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov2015-01-271-8/+17
* bpf: fix BPF_MAP_LOOKUP_ELEM command return codeAlexei Starovoitov2014-11-181-1/+1
* bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov2014-11-181-2/+2
* bpf: verifier (add ability to receive verification log)Alexei Starovoitov2014-09-261-1/+1
* bpf: verifier (add docs)Alexei Starovoitov2014-09-261-1/+1
* bpf: handle pseudo BPF_CALL insnAlexei Starovoitov2014-09-261-0/+37
* bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2014-09-261-0/+165
* bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov2014-09-261-0/+235
* bpf: introduce BPF syscall and mapsAlexei Starovoitov2014-09-261-0/+169