summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-03-01bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau1-1/+4
2024-02-05bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao1-0/+6
2024-02-05bpf: Set need_defer as false when clearing fd array during map freeHou Tao1-9/+14
2024-02-05bpf: Check rcu_read_lock_trace_held() before calling bpf map helpersHou Tao1-5/+8
2024-02-01bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer1-0/+1
2024-02-01bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer1-2/+15
2024-02-01bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-2/+17
2024-02-01bpf: widening for callback iteratorsEduard Zingerman1-2/+22
2024-02-01bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman1-98/+174
2024-02-01bpf: extract setup_func_entry() utility functionEduard Zingerman1-36/+48
2024-02-01bpf: extract __check_reg_arg() utility functionEduard Zingerman1-6/+13
2024-02-01bpf: print full verifier states on infinite loop detectionEduard Zingerman1-0/+4
2024-02-01bpf: correct loop detection for iterators convergenceEduard Zingerman1-4/+203
2024-02-01bpf: exact states comparison for iterator convergence checksEduard Zingerman1-31/+187
2024-02-01bpf: extract same_callsites() as utility functionEduard Zingerman1-5/+15
2024-02-01bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman1-15/+13
2024-01-26bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun1-0/+4
2024-01-26bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa1-0/+9
2024-01-26bpf: Use c->unit_size to select target cache during freeHou Tao1-94/+11
2024-01-26bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao1-2/+15
2024-01-26bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao1-10/+12
2024-01-26bpf: Fix a race condition between btf_put() and map_free()Yonghong Song1-1/+5
2024-01-26bpf: Fix accesses to uninit stack slotsAndrei Matei1-39/+26
2024-01-26bpf: Guard stack limits against 32bit overflowAndrei Matei1-3/+3
2024-01-26bpf: Fix verification of indirect var-off stack accessAndrei Matei1-10/+4
2024-01-26bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko1-1/+1
2024-01-26bpf: Defer the free of inner map when necessaryHou Tao2-8/+35
2024-01-26bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao4-10/+12
2024-01-26bpf: enforce precision of R0 on callback returnAndrii Nakryiko1-0/+7
2024-01-26bpf: Add crosstask check to __bpf_get_stackJordan Rome1-1/+10
2024-01-26bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner1-0/+3
2024-01-01bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa1-48/+10
2023-12-13bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song1-4/+8
2023-12-08bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao1-0/+2
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: fix control-flow graph checking in privileged modeAndrii Nakryiko1-15/+8
2023-11-28bpf: fix precision backtracking instruction iterationAndrii Nakryiko1-2/+19
2023-11-28bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko1-7/+20
2023-11-28bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko1-1/+6
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi1-1/+5
2023-11-20bpf: Check map->usercnt after timer->timer is assignedHou Tao1-9/+16
2023-11-20bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu1-2/+5
2023-11-20bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao1-1/+6
2023-11-20bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi1-0/+4
2023-11-20bpf, x64: Fix tailcall infinite loopLeon Hwang2-2/+5
2023-10-10bpf: Fix verifier log for async callback return valuesDavid Vernet1-3/+3
2023-10-07bpf: Refuse unused attributes in bpf_prog_{attach,detach}Lorenz Bauer1-5/+14
2023-10-07bpf: Handle bpf_mprog_query with NULL entryDaniel Borkmann2-11/+7
2023-10-07bpf: Fix BPF_PROG_QUERY last field checkDaniel Borkmann1-1/+1