summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-9/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1Star
* | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-06-011-6/+1Star
* | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-06-011-5/+6
* | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-06-011-2/+2
|/
* bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann2019-05-141-5/+18
* bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-101-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-2/+2
|\
| * bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov2019-01-311-2/+2
* | bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-011-3/+39
* | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-11/+10Star
|/
* bpf: allow zero-initializing hash map seedLorenz Bauer2018-11-201-2/+11
* bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song2018-08-301-0/+31
* bpf: use per htab salt for bucket hashDaniel Borkmann2018-08-231-10/+13
* bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-131-19/+1Star
* bpf: btf: add pretty print for hash/lru_hash mapsYonghong Song2018-08-101-0/+44
* bpf: hash map: decrement counter on errorMauricio Vasquez B2018-07-031-5/+11
* 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/+1Star
* bpf: hashtab: move checks out of alloc functionJakub Kicinski2018-01-141-16/+39
* bpf: hashtab: move attribute validation before allocationJakub Kicinski2018-01-141-24/+23Star
* bpf: add schedule points to map alloc/freeEric Dumazet2017-12-131-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-4/+0Star
|\
| * bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-191-4/+0Star
* | 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-231-13/+17
* bpf: inline map in map lookup functions for array and htabDaniel Borkmann2017-08-201-0/+17
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-201-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/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-241-73/+71Star
|\
| * bpf: fix hashmap extra_elems logicAlexei Starovoitov2017-03-221-73/+71Star
* | bpf: Add hash of maps supportMartin KaFai Lau2017-03-221-0/+121
* | bpf: inline htab_map_lookup_elem()Alexei Starovoitov2017-03-171-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/+9Star
* bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko2017-01-111-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/+21Star
* 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-071-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