summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix hashmap extra_elems logicAlexei Starovoitov2017-03-221-73/+71
* bpf: convert htab map to hlist_nullsAlexei Starovoitov2017-03-091-34/+60
* bpf: fix struct htab_elem layoutAlexei Starovoitov2017-03-091-5/+20
* bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-171-4/+4
* bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-01-181-13/+9
* bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko2017-01-101-1/+1
* bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau2016-11-151-6/+123
* bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau2016-11-151-14/+252
* bpf: Refactor codes handling percpu mapMartin KaFai Lau2016-11-151-26/+21
* bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann2016-11-071-1/+2
* bpf: restore behavior of bpf_map_update_elemAlexei Starovoitov2016-08-061-11/+73
* bpf: pre-allocate hash map elementsAlexei Starovoitov2016-03-081-73/+167
* bpf: grab rcu read lock for bpf_percpu_hash_updateSasha Levin2016-02-191-1/+7
* bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov2016-02-061-9/+74
* bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov2016-02-061-47/+228
* bpf: hash: use per-bucket spinlocktom.leiming@gmail.com2015-12-291-18/+32
* bpf: hash: move select_bucket() out of htab's spinlocktom.leiming@gmail.com2015-12-291-4/+2
* bpf: hash: use atomic counttom.leiming@gmail.com2015-12-291-6/+6
* bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov2015-12-021-9/+25
* bpf: convert hashtab lock to raw lockYang Shi2015-11-021-7/+7
* 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
OpenPOWER on IntegriCloud