aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/arraymap.c
AgeCommit message (Expand)Author
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-13bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao
2023-12-06bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2023-12-04bpf: Set need_defer as false when clearing fd array during map freeHou Tao
2023-12-04bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
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