aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/arraymap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann1-4/+179
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann1-2/+30
2019-11-19bpf: Make array_map_mmap staticYueHaibing1-1/+1
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko1-6/+52
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner1-9/+1
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-7/+1
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-3/+7
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-1/+1
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann1-1/+14
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann1-1/+5
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann1-0/+32
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov1-8/+16
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-3/+4
2018-12-12bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin1-0/+1
2018-10-09bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole1-1/+1