summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2025-01-09bpf: fix potential error returnAnton Protopopov
2025-01-09bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao
2024-12-19bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman
2024-12-14bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski
2024-12-14bpf: Fix exact match conditions in trie_get_next_key()Hou Tao
2024-12-14bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trieHou Tao
2024-11-17bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel
2024-11-08bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong
2024-11-01bpf: devmap: provide rxq after redirectFlorian Kauer
2024-10-17bpf: Check percpu map value size firstTao Chen
2024-10-17bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann
2024-08-19bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire
2024-08-19bpf: annotate BTF show functions with __printfAlan Maguire
2024-07-27bpf: Fix overrunning reservations in ringbufDaniel Borkmann
2024-07-18bpf: Allow reads from uninit stackEduard Zingerman
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
2024-07-05x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra
2024-06-16bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki
2024-05-17xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen
2024-05-17bpf: Fix a verifier verbose messageAnton Protopopov
2024-04-27bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann
2024-04-27bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann
2024-04-27bpf: Generally fix helper register offset checkDaniel Borkmann
2024-04-27bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann
2024-04-27bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi
2024-04-10bpf: Protect against int overflow for stack access sizeAndrei Matei
2024-03-26bpf: report RCU QS in cpumap kthreadYan Zhai
2024-03-26bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song
2024-03-26bpf: Defer the free of inner map when necessaryHou Tao
2024-03-15cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen
2024-03-01bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau
2024-03-01bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau
2024-03-01bpf: Remove trace_printk_lockJiri Olsa
2024-03-01bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa
2024-03-01bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa
2024-03-01bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky
2024-02-23bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao
2024-02-23bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2024-01-25bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun
2024-01-25bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa
2024-01-25bpf: Fix verification of indirect var-off stack accessAndrei Matei
2024-01-25bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko
2024-01-25bpf: enforce precision of R0 on callback returnAndrii Nakryiko
2024-01-25bpf: Add crosstask check to __bpf_get_stackJordan Rome
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2024-01-05bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa
2023-11-28bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu