aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/arraymap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-08bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov1-1/+1
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov1-0/+64
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov1-11/+91
2016-01-29perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov1-10/+11
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov1-1/+7
2015-12-01bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann1-1/+1
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov1-9/+16
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov1-0/+2
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov1-1/+1
2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann1-0/+1
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia1-0/+57
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan1-31/+49
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov1-2/+2
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov1-6/+107
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann1-3/+3
2014-11-19bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov1-6/+11
2014-11-18bpf: add array type of eBPF mapsAlexei Starovoitov1-0/+151