summaryrefslogtreecommitdiff
path: root/kernel/bpf/hashtab.c
Commit message (Expand)AuthorAge
* bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-14
* bpf: hashtab: move checks out of alloc functionJakub Kicinski2018-01-14
* bpf: hashtab: move attribute validation before allocationJakub Kicinski2018-01-14
* bpf: add schedule points to map alloc/freeEric Dumazet2017-12-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\
| * bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-19
* | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-20
|/
* bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau2017-09-01
* bpf: Inline LRU map lookupMartin KaFai Lau2017-09-01
* bpf: fix map value attribute for hash of mapsDaniel Borkmann2017-08-22
* bpf: inline map in map lookup functions for array and htabDaniel Borkmann2017-08-19
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-19
* bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau2017-06-29
* bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-25
* bpf: remove struct bpf_map_type_listJohannes Berg2017-04-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-23
|\
| * bpf: fix hashmap extra_elems logicAlexei Starovoitov2017-03-22
* | bpf: Add hash of maps supportMartin KaFai Lau2017-03-22
* | bpf: inline htab_map_lookup_elem()Alexei Starovoitov2017-03-16
|/
* bpf: convert htab map to hlist_nullsAlexei Starovoitov2017-03-09
* bpf: fix struct htab_elem layoutAlexei Starovoitov2017-03-09
* bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-17
* bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-01-18
* bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko2017-01-10
* bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau2016-11-15
* bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau2016-11-15
* bpf: Refactor codes handling percpu mapMartin KaFai Lau2016-11-15
* bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann2016-11-07
* bpf: restore behavior of bpf_map_update_elemAlexei Starovoitov2016-08-06
* bpf: pre-allocate hash map elementsAlexei Starovoitov2016-03-08
* bpf: grab rcu read lock for bpf_percpu_hash_updateSasha Levin2016-02-19
* bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov2016-02-06
* bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov2016-02-06
* bpf: hash: use per-bucket spinlocktom.leiming@gmail.com2015-12-29
* bpf: hash: move select_bucket() out of htab's spinlocktom.leiming@gmail.com2015-12-29
* bpf: hash: use atomic counttom.leiming@gmail.com2015-12-29
* bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov2015-12-02
* bpf: convert hashtab lock to raw lockYang Shi2015-11-02
* bpf: charge user for creation of BPF maps and programsAlexei Starovoitov2015-10-12
* ebpf: constify various function pointer structsDaniel Borkmann2015-03-01
* bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov2014-11-19
* bpf: add hashtable type of eBPF mapsAlexei Starovoitov2014-11-18