summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/arraymap.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia2015-08-101-0/+57
* bpf: Make the bpf_prog_array_map more genericWang Nan2015-08-101-31/+49
* bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov2015-05-311-2/+2
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-6/+107
* ebpf: constify various function pointer structsDaniel Borkmann2015-03-011-3/+3
* bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov2014-11-191-6/+11
* bpf: add array type of eBPF mapsAlexei Starovoitov2014-11-181-0/+151