summaryrefslogtreecommitdiff
path: root/kernel/bpf/hashtab.c
AgeCommit message (Expand)Author
2018-05-16bpf: map_get_next_key to return first key on NULLTeng Qin
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov
2015-11-02bpf: convert hashtab lock to raw lockYang Shi
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann
2014-11-19bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov
2014-11-18bpf: add hashtable type of eBPF mapsAlexei Starovoitov