aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c
AgeCommit message (Expand)Author
2016-08-06bpf: restore behavior of bpf_map_update_elemAlexei Starovoitov
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov
2016-02-19bpf: grab rcu read lock for bpf_percpu_hash_updateSasha Levin
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