summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
12 hoursbpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding
12 hoursbpf: Fix NULL deref in map_kptr_match_type for scalar regsMykyta Yatsenko
12 hoursbpf: Fix OOB in pcpu_init_valueLang Xu
12 hoursbpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim
12 hoursbpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooksJiayuan Chen
12 hoursbpf: Fix stale offload->prog pointer after constant blindingMingTao Huang
12 hoursbpf: fix end-of-list detection in cgroup_storage_get_next_key()Weiming Shi
12 hoursbpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB pathDavid Carlier
12 hoursbpf, devmap: Remove unnecessary if check in for loopThorsten Blum
6 daysbpf: Don't mark STACK_INVALID as STACK_MISC in mark_stack_slot_miscKumar Kartikeya Dwivedi
6 daysbpf: handle fake register spill to stack with BPF_ST_MEM instructionAndrii Nakryiko
6 daysbpf: track aligned STACK_ZERO cases as imprecise spilled registersAndrii Nakryiko
6 daysbpf: preserve constant zero when doing partial register restoreAndrii Nakryiko
6 daysbpf: preserve STACK_ZERO slots on partial reg spillsAndrii Nakryiko
6 daysbpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko
2026-04-11bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang
2026-04-11bpf: Fix regsafe() for pointers to packetAlexei Starovoitov
2026-04-02bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MINJenny Guanni Qu
2026-04-02bpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi
2026-03-25bpf: Forget ranges when refining tnum after JSETPaul Chaignon
2026-03-25bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu
2026-03-25bpf: export bpf_link_inc_not_zero.Kui-Feng Lee
2026-03-25bpf: Fix stack-out-of-bounds write in devmapKohei Enju
2026-03-04bpf: verifier improvement in 32bit shift sign extension patternCupertino Miranda
2026-01-11bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui
2026-01-11bpf: Improve program stats run-time calculationJose Fernandez
2026-01-11bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong
2026-01-11bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang
2025-12-01ftrace: Fix BPF fexit with livepatchSong Liu
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman
2025-11-24bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi
2025-11-24bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-10-19bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan
2025-10-15bpf: Reject negative offsets for ALU opsYazhou Tang
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-10-02bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang
2025-09-19bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye
2025-09-09bpf: Fix oob access in cgroup local storageDaniel Borkmann
2025-09-09bpf: Move bpf map owner out of common structDaniel Borkmann
2025-09-09bpf: Add cookie object to bpf mapsDaniel Borkmann
2025-08-28bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai
2025-08-15bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh
2025-07-24bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon
2025-07-17bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn
2025-06-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao
2025-06-19bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan
2025-06-19bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into mapsLorenzo Bianconi
2025-06-04bpf: don't do clean_live_states when state->loop_entry->branches > 0Eduard Zingerman
2025-06-04bpf: Allow pre-ordering for bpf cgroup progsYonghong Song
2025-06-04bpf: Return prog btf_id without capable checkMykyta Yatsenko