summaryrefslogtreecommitdiff
path: root/kernel/bpf/hashtab.c
AgeCommit message (Expand)Author
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov
2015-12-29bpf: hash: use per-bucket spinlocktom.leiming@gmail.com
2015-12-29bpf: hash: move select_bucket() out of htab's spinlocktom.leiming@gmail.com
2015-12-29bpf: hash: use atomic counttom.leiming@gmail.com
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