aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/arraymap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-30bpf: Do not walk twice the map on freeBenjamin Tissoires1-7/+8
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires1-7/+11
2024-04-03bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY mapsAndrii Nakryiko1-0/+33
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-1/+1
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko1-1/+1
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-15/+22
2023-12-13bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao1-1/+1
2023-12-06bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa1-48/+10
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-1/+1
2023-12-04bpf: Set need_defer as false when clearing fd array during map freeHou Tao1-9/+14
2023-12-04bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao1-5/+7
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn1-6/+6
2023-03-07bpf: arraymap memory usageYafang Shao1-0/+28
2022-11-17bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi1-1/+0
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi1-13/+6
2022-11-03bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi1-7/+6
2022-09-07bpf: Support kptrs in percpu arraymapKumar Kartikeya Dwivedi1-9/+24
2022-08-10bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao1-0/+6
2022-07-19bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value sizeAndrii Nakryiko1-4/+2
2022-07-19bpf: make uniform use of array->elem_size everywhere in arraymap.cAndrii Nakryiko1-6/+8
2022-07-19bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko1-8/+12
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou1-0/+15
2022-05-10bpf: Extend batch operations for map-in-map bpf-mapsTakshak Chahande1-0/+2
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong1-18/+8
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi1-4/+14
2022-01-21bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen1-3/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen1-0/+1
2021-09-28bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook1-4/+3
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov1-0/+21
2021-04-28bpf: Add batched ops support for percpu arrayPedro Tammela1-0/+2
2021-02-26bpf: Add arraymap support for bpf_for_each_map_elem() helperYonghong Song1-0/+40
2020-12-02bpf: Eliminate rlimit-based memory accounting for arraymap mapsRoman Gushchin1-20/+4
2020-12-02bpf: Refine memcg-based memory accounting for arraymap mapsRoman Gushchin1-3/+3
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann1-6/+11
2020-09-30bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu1-2/+17
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski1-6/+34
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski1-8/+9
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov1-0/+1
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau1-1/+8
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+9
2020-07-25bpf: Implement bpf iterator for array mapsYonghong Song1-0/+138
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov1-9/+0
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov1-0/+15
2020-06-22bpf: Support access to bpf map fieldsAndrey Ignatov1-0/+3
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+6
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov1-5/+5
2020-05-14bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko1-1/+6
2020-01-15bpf: Add lookup and update batch ops to arraymapBrian Vazquez1-0/+2
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann1-11/+1