summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-02-05bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao
2024-02-05bpf: Set need_defer as false when clearing fd array during map freeHou Tao
2024-02-05bpf: Check rcu_read_lock_trace_held() before calling bpf map helpersHou Tao
2024-01-31bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer
2024-01-31bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2024-01-31bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman
2024-01-31bpf: widening for callback iteratorsEduard Zingerman
2024-01-31bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman
2024-01-31bpf: extract setup_func_entry() utility functionEduard Zingerman
2024-01-31bpf: extract __check_reg_arg() utility functionEduard Zingerman
2024-01-31bpf: print full verifier states on infinite loop detectionEduard Zingerman
2024-01-31bpf: correct loop detection for iterators convergenceEduard Zingerman
2024-01-31bpf: exact states comparison for iterator convergence checksEduard Zingerman
2024-01-31bpf: extract same_callsites() as utility functionEduard Zingerman
2024-01-31bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman
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: Use c->unit_size to select target cache during freeHou Tao
2024-01-25bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao
2024-01-25bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao
2024-01-25bpf: Fix a race condition between btf_put() and map_free()Yonghong Song
2024-01-25bpf: Fix accesses to uninit stack slotsAndrei Matei
2024-01-25bpf: Guard stack limits against 32bit overflowAndrei Matei
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: Defer the free of inner map when necessaryHou Tao
2024-01-25bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
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-01bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa
2023-12-13bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song
2023-12-08bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao
2023-11-28bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu
2023-11-28bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun
2023-11-28bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko
2023-11-28bpf: fix precision backtracking instruction iterationAndrii Nakryiko
2023-11-28bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko
2023-11-28bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-11-20bpf: Check map->usercnt after timer->timer is assignedHou Tao
2023-11-20bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu
2023-11-20bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao
2023-11-20bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi
2023-11-20bpf, x64: Fix tailcall infinite loopLeon Hwang
2023-10-09bpf: Fix verifier log for async callback return valuesDavid Vernet
2023-10-06bpf: Refuse unused attributes in bpf_prog_{attach,detach}Lorenz Bauer
2023-10-06bpf: Handle bpf_mprog_query with NULL entryDaniel Borkmann
2023-10-06bpf: Fix BPF_PROG_QUERY last field checkDaniel Borkmann
2023-09-30bpf: Use kmalloc_size_roundup() to adjust size_indexHou Tao