aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c
AgeCommit message (Expand)Author
2020-10-01bpf: Remove recursion prevention from rcu free callbackThomas Gleixner
2020-08-05bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko
2019-05-25bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann
2019-03-13bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov
2018-08-24bpf: hash map: decrement counter on errorMauricio Vasquez B
2017-10-19bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann
2017-09-01bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau
2017-09-01bpf: Inline LRU map lookupMartin KaFai Lau
2017-08-22bpf: fix map value attribute for hash of mapsDaniel Borkmann
2017-08-19bpf: inline map in map lookup functions for array and htabDaniel Borkmann
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov
2017-03-16bpf: inline htab_map_lookup_elem()Alexei Starovoitov
2017-03-09bpf: convert htab map to hlist_nullsAlexei Starovoitov
2017-03-09bpf: fix struct htab_elem layoutAlexei Starovoitov
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann
2017-01-10bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau
2016-11-15bpf: Refactor codes handling percpu mapMartin KaFai Lau
2016-11-07bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann
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