summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-03-13bpf: skip non exist keys in generic_map_lookup_batchYan Zhai1-13/+5
2025-01-09bpf: fix potential error returnAnton Protopopov1-1/+5
2025-01-09bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao1-4/+9
2024-12-19bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman1-1/+4
2024-12-14bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski1-3/+3
2024-12-14bpf: Fix exact match conditions in trie_get_next_key()Hou Tao1-2/+2
2024-12-14bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trieHou Tao1-3/+20
2024-11-17bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel1-2/+2
2024-11-08bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong1-1/+1
2024-10-17bpf: Check percpu map value size firstTao Chen2-0/+6
2024-10-17bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen1-3/+6
2024-10-17Revert "bpf: Eliminate rlimit-based memory accounting for devmap maps"Pu Lehui1-2/+16
2024-10-17Revert "bpf: Fix DEVMAP_HASH overflow check on 32-bit arches"Pu Lehui1-6/+5
2024-10-17bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann1-2/+2
2024-10-17x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra1-16/+4
2024-08-19bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire1-1/+1
2024-08-19bpf: annotate BTF show functions with __printfAlan Maguire1-4/+4
2024-07-27bpf: Fix overrunning reservations in ringbufDaniel Borkmann1-5/+25
2024-07-18bpf: Allow reads from uninit stackEduard Zingerman1-1/+10
2024-06-21fs: add file and path permissions helpersChristian Brauner1-1/+1
2024-06-21file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman1-1/+1
2024-06-21bpf: In bpf_task_fd_query use fget_taskEric W. Biederman1-17/+3
2024-06-16bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki1-3/+7
2024-04-13bpf: Protect against int overflow for stack access sizeAndrei Matei1-0/+5
2024-03-26bpf: report RCU QS in cpumap kthreadYan Zhai1-0/+3
2024-03-26bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen1-3/+6
2024-03-26bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen1-5/+9
2024-03-26bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen1-5/+6
2024-03-26bpf: Eliminate rlimit-based memory accounting for devmap mapsRoman Gushchin1-16/+2
2024-03-26bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song1-2/+2
2024-03-26bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov1-4/+14
2024-03-26bpf: Defer the free of inner map when necessaryHou Tao2-5/+32
2024-03-15cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen1-1/+1
2024-02-23bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao1-0/+6
2024-02-23bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao4-10/+12
2024-01-25bpf: Fix verification of indirect var-off stack accessAndrei Matei1-10/+4
2024-01-25bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko1-1/+1
2024-01-25bpf: Add crosstask check to __bpf_get_stackJordan Rome1-1/+10
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner1-0/+3
2023-11-28bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu1-1/+6
2023-11-28bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun1-1/+1
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi1-1/+5
2023-10-10bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen1-3/+18
2023-08-16bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko1-0/+37
2023-08-16bpf: stop setting precise in current stateAndrii Nakryiko1-12/+91
2023-08-16bpf: allow precision tracking for programs with subprogsAndrii Nakryiko1-1/+34
2023-07-27bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2-13/+15
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev1-0/+46
2023-06-28bpf/btf: Accept function names that contain dotsFlorent Revest1-12/+8
2023-06-28bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy1-0/+3