summaryrefslogtreecommitdiff
path: root/kernel/bpf/arraymap.c
AgeCommit message (Expand)Author
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-07bpf: arraymap memory usageYafang Shao
2022-11-17bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi
2022-11-03bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi
2022-09-07bpf: Support kptrs in percpu arraymapKumar Kartikeya Dwivedi
2022-08-10bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao
2022-07-19bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value sizeAndrii Nakryiko
2022-07-19bpf: make uniform use of array->elem_size everywhere in arraymap.cAndrii Nakryiko
2022-07-19bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou
2022-05-10bpf: Extend batch operations for map-in-map bpf-mapsTakshak Chahande
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi
2022-01-21bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen
2021-09-28bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov
2021-04-28bpf: Add batched ops support for percpu arrayPedro Tammela
2021-02-26bpf: Add arraymap support for bpf_for_each_map_elem() helperYonghong Song
2020-12-02bpf: Eliminate rlimit-based memory accounting for arraymap mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for arraymap mapsRoman Gushchin
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann
2020-09-30bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-07-25bpf: Implement bpf iterator for array mapsYonghong Song
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-06-22bpf: Support access to bpf map fieldsAndrey Ignatov
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-05-14bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko
2020-01-15bpf: Add lookup and update batch ops to arraymapBrian Vazquez
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann
2019-11-19bpf: Make array_map_mmap staticYueHaibing
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann