aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov1-9/+25
2015-11-02bpf: convert hashtab lock to raw lockYang Shi1-7/+7
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov1-0/+4
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-0/+5
2014-11-18bpf: add hashtable type of eBPF mapsAlexei Starovoitov1-0/+362