aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-17
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-05
* | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-31
* | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-31
* | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-31
|/
* bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann2019-05-14
* bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-08
|\
| * bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov2019-01-31
* | bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-01
* | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-01
|/
* bpf: allow zero-initializing hash map seedLorenz Bauer2018-11-19
* bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song2018-08-30
* bpf: use per htab salt for bucket hashDaniel Borkmann2018-08-23
* bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-12
* bpf: btf: add pretty print for hash/lru_hash mapsYonghong Song2018-08-10
* bpf: hash map: decrement counter on errorMauricio Vasquez B2018-07-03
* bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-03
* 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-20
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-20
* 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