aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg1-41/+5
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-73/+71
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau1-0/+121
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov1-73/+71
2017-03-16bpf: inline htab_map_lookup_elem()Alexei Starovoitov1-1/+30
2017-03-09bpf: convert htab map to hlist_nullsAlexei Starovoitov1-34/+60
2017-03-09bpf: fix struct htab_elem layoutAlexei Starovoitov1-5/+20
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann1-4/+4
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann1-13/+9
2017-01-10bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko1-1/+1
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau1-6/+123
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau1-14/+252
2016-11-15bpf: Refactor codes handling percpu mapMartin KaFai Lau1-26/+21
2016-11-07bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann1-1/+2
2016-08-06bpf: restore behavior of bpf_map_update_elemAlexei Starovoitov1-11/+73
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov1-73/+167
2016-02-19bpf: grab rcu read lock for bpf_percpu_hash_updateSasha Levin1-1/+7
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov1-9/+74
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov1-47/+228
2015-12-29bpf: hash: use per-bucket spinlocktom.leiming@gmail.com1-18/+32
2015-12-29bpf: hash: move select_bucket() out of htab's spinlocktom.leiming@gmail.com1-4/+2
2015-12-29bpf: hash: use atomic counttom.leiming@gmail.com1-6/+6
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov1-9/+25
2015-11-02bpf: convert hashtab lock to raw lockYang Shi1-7/+7
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov1-0/+4
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann1-3/+3
2014-11-19bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov1-0/+5
2014-11-18bpf: add hashtable type of eBPF mapsAlexei Starovoitov1-0/+362