summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/arraymap.c
AgeCommit message (Expand)AuthorFilesLines
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