summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
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
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
2023-10-19bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou
2023-10-19bpf: Add sockptr support for setsockoptBreno Leitao
2023-10-19bpf: Add sockptr support for getsockoptBreno Leitao
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-18bpf: convert to new timestamp accessorsJeff Layton
2023-10-17bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski