summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2024-03-01bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau
2024-02-05x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov
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-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: 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: Add KF_RCU flag to bpf_refcount_acquire_implDave Marchevsky
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2023-12-06bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa
2023-12-01bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song
2023-11-26bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman
2023-11-20bpf: widening for callback iteratorsEduard Zingerman
2023-11-20bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman
2023-11-20bpf: extract setup_func_entry() utility functionEduard Zingerman
2023-11-20bpf: extract __check_reg_arg() utility functionEduard Zingerman
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song
2023-11-09bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko
2023-11-09bpf: fix precision backtracking instruction iterationAndrii Nakryiko
2023-11-09bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko
2023-11-07bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou
2023-11-01bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu
2023-11-01bpf: Relax allowlist for css_task iterChuyi Zhou
2023-11-01bpf: Check map->usercnt after timer->timer is assignedHou Tao
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky
2023-11-01bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun
2023-11-01bpf: fix compilation error without CGROUPSMatthieu Baerts
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-26bpf: Add more WARN_ON_ONCE checks for mismatched alloc and freeHou Tao
2023-10-24netkit, bpf: Add bpf programmable net deviceDaniel Borkmann
2023-10-24bpf: Improve JEQ/JNE branch taken logicAndrii Nakryiko
2023-10-24bpf: Fold smp_mb__before_atomic() into atomic_set_release()Paul E. McKenney
2023-10-24bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu
2023-10-23bpf: print full verifier states on infinite loop detectionEduard Zingerman
2023-10-23bpf: correct loop detection for iterators convergenceEduard Zingerman
2023-10-23bpf: exact states comparison for iterator convergence checksEduard Zingerman