summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-01-09bpf: fix potential error returnAnton Protopopov1-1/+5
2024-12-14bpf, xdp: Update devmap comments to reflect napi/rcu usageJohn Fastabend1-10/+11
2024-12-14bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski1-3/+3
2024-12-14xdp: Simplify devmap cleanupBjörn Töpel1-38/+5
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-11-08bpf: Check percpu map value size firstTao Chen2-0/+6
2024-11-08bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann1-2/+2
2024-11-08bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen1-3/+6
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: 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-02-23bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao4-10/+12
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-10-10bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen1-3/+18
2023-07-27bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2-13/+15
2023-05-30bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon1-1/+1
2023-05-17bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev1-3/+6
2023-04-26bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann1-0/+15
2023-04-05bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann1-1/+1
2023-03-17btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer1-0/+1
2023-02-25bpf: add missing header file includeLinus Torvalds1-0/+1
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-2/+0
2023-02-06bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst1-1/+3
2023-01-18bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev1-0/+5
2023-01-18bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko1-0/+5
2022-10-26bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones1-0/+2
2022-10-26bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer1-1/+1
2022-08-11bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend1-0/+1
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet1-3/+5
2022-06-22bpf: Fix incorrect memory charge cost calculation in stack_map_alloc()Yuntao Wang1-1/+2
2022-06-14bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang1-1/+0
2022-02-16bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann1-1/+2
2021-12-17bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh1-2/+2
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy1-1/+1
2021-11-17bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+3
2021-10-13bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu1-1/+2
2021-09-30bpf: Add oversize check before call kvcalloc()Bixuan Cui1-0/+2
2021-09-15bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann1-10/+17
2021-09-15bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer1-31/+15
2021-09-15bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann1-55/+32
2021-09-15bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2-8/+26
2021-09-15bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov1-0/+4
2021-09-15bpf: Fix potential memleak and UAF in the verifier.He Fengqing1-11/+16
2021-09-03bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko1-1/+1