summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/arraymap.c
AgeCommit message (Expand)AuthorLines
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov-9/+16
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov-0/+2
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov-1/+1
2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann-0/+1
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia-0/+57
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan-31/+49
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov-2/+2
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov-6/+107
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann-3/+3
2014-11-19bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov-6/+11
2014-11-18bpf: add array type of eBPF mapsAlexei Starovoitov-0/+151