summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2023-11-09bpf: Add KF_RCU flag to bpf_refcount_acquire_implDave Marchevsky
2023-11-09bpf: replace register_is_const() with is_reg_const()Shung-Hsi Yu
2023-11-09bpf: Introduce KF_ARG_PTR_TO_CONST_STRSong Liu
2023-11-09bpf: Factor out helper check_reg_const_str()Song Liu
2023-11-09bpf: Add __bpf_dynptr_data* for in kernel useSong Liu
2023-11-09bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2023-11-09bpf: generalize reg_set_min_max() to handle two sets of two registersAndrii Nakryiko
2023-11-09bpf: prepare reg_set_min_max for second set of registersAndrii Nakryiko
2023-11-09bpf: unify 32-bit and 64-bit is_branch_taken logicAndrii Nakryiko
2023-11-09bpf: generalize is_branch_taken to handle all conditional jumps in one placeAndrii Nakryiko
2023-11-09bpf: move is_branch_taken() downAndrii Nakryiko
2023-11-09bpf: generalize is_branch_taken() to work with two registersAndrii Nakryiko
2023-11-09bpf: rename is_branch_taken reg arguments to prepare for the second oneAndrii Nakryiko
2023-11-09bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logicAndrii Nakryiko
2023-11-09bpf: try harder to deduce register bounds from different numeric domainsAndrii Nakryiko
2023-11-09bpf: improve deduction of 64-bit bounds from 32-bit boundsAndrii Nakryiko
2023-11-09bpf: add special smin32/smax32 derivation from 64-bit boundsAndrii Nakryiko
2023-11-09bpf: derive subreg bounds from full bounds when upper 32 bits are constantAndrii Nakryiko
2023-11-09bpf: derive smin32/smax32 from umin32/umax32 boundsAndrii Nakryiko
2023-11-09bpf: derive smin/smax from umin/max boundsAndrii 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
2023-10-23bpf: extract same_callsites() as utility functionEduard Zingerman
2023-10-23bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman
2023-10-23bpf, tcx: Get rid of tcx_link_constDaniel Borkmann
2023-10-20bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao
2023-10-20bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao
2023-10-20bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao
2023-10-20bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao
2023-10-19bpf: Let bpf_iter_task_new accept null task ptrChuyi Zhou
2023-10-19bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou
2023-10-19bpf: Introduce css open-coded iterator kfuncsChuyi Zhou
2023-10-19bpf: Introduce task open coded iterator kfuncsChuyi Zhou