summaryrefslogtreecommitdiff
path: root/kernel/bpf/hashtab.c
Commit message (Expand)AuthorAgeFilesLines
...
* bpf: charge user for creation of BPF maps and programsAlexei Starovoitov2015-10-121-0/+4
* 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-0/+5
* bpf: add hashtable type of eBPF mapsAlexei Starovoitov2014-11-181-0/+362