summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/arraymap.c
AgeCommit message (Expand)AuthorLines
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko-1/+1
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-15/+22
2023-12-13bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao-1/+1
2023-12-06bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa-48/+10
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko-1/+1
2023-12-04bpf: Set need_defer as false when clearing fd array during map freeHou Tao-9/+14
2023-12-04bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao-5/+7
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn-6/+6
2023-03-07bpf: arraymap memory usageYafang Shao-0/+28
2022-11-17bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi-1/+0
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi-13/+6
2022-11-03bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi-7/+6
2022-09-07bpf: Support kptrs in percpu arraymapKumar Kartikeya Dwivedi-9/+24
2022-08-10bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao-0/+6
2022-07-19bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value sizeAndrii Nakryiko-4/+2
2022-07-19bpf: make uniform use of array->elem_size everywhere in arraymap.cAndrii Nakryiko-6/+8
2022-07-19bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko-8/+12
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou-0/+15
2022-05-10bpf: Extend batch operations for map-in-map bpf-mapsTakshak Chahande-0/+2
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong-18/+8
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi-4/+14
2022-01-21bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen-3/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen-0/+1
2021-09-28bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook-4/+3
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov-0/+21
2021-04-28bpf: Add batched ops support for percpu arrayPedro Tammela-0/+2
2021-02-26bpf: Add arraymap support for bpf_for_each_map_elem() helperYonghong Song-0/+40
2020-12-02bpf: Eliminate rlimit-based memory accounting for arraymap mapsRoman Gushchin-20/+4
2020-12-02bpf: Refine memcg-based memory accounting for arraymap mapsRoman Gushchin-3/+3
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann-6/+11
2020-09-30bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu-2/+17
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski-6/+34
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski-8/+9
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov-0/+1
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau-1/+8
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau-0/+9
2020-07-25bpf: Implement bpf iterator for array mapsYonghong Song-0/+138
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov-9/+0
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov-0/+15
2020-06-22bpf: Support access to bpf map fieldsAndrey Ignatov-0/+3
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+6
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov-5/+5
2020-05-14bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko-1/+6
2020-01-15bpf: Add lookup and update batch ops to arraymapBrian Vazquez-0/+2
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann-11/+1
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann-4/+179
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann-2/+30
2019-11-19bpf: Make array_map_mmap staticYueHaibing-1/+1
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko-6/+52