summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-031-3/+9
* bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-141-8/+1
* bpf: hashtab: move checks out of alloc functionJakub Kicinski2018-01-141-16/+39
* bpf: hashtab: move attribute validation before allocationJakub Kicinski2018-01-141-24/+23
* bpf: add schedule points to map alloc/freeEric Dumazet2017-12-121-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-4/+0
|\
| * bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-191-4/+0
* | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-201-2/+3
|/
* bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau2017-09-011-1/+6
* bpf: Inline LRU map lookupMartin KaFai Lau2017-09-011-0/+19
* bpf: fix map value attribute for hash of mapsDaniel Borkmann2017-08-221-13/+17
* bpf: inline map in map lookup functions for array and htabDaniel Borkmann2017-08-191-0/+17
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-191-4/+15
* bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau2017-06-291-0/+21
* bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-251-4/+5
* bpf: remove struct bpf_map_type_listJohannes Berg2017-04-111-41/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-73/+71
|\
| * bpf: fix hashmap extra_elems logicAlexei Starovoitov2017-03-221-73/+71
* | bpf: Add hash of maps supportMartin KaFai Lau2017-03-221-0/+121
* | bpf: inline htab_map_lookup_elem()Alexei Starovoitov2017-03-161-1/+30
|/
* 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