summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman-2/+17
2023-11-20bpf: widening for callback iteratorsEduard Zingerman-2/+22
2023-11-20bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman-99/+175
2023-11-20bpf: extract setup_func_entry() utility functionEduard Zingerman-36/+48
2023-11-20bpf: extract __check_reg_arg() utility functionEduard Zingerman-6/+13
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song-7/+21
2023-11-09bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko-15/+8
2023-11-09bpf: fix precision backtracking instruction iterationAndrii Nakryiko-2/+19
2023-11-09bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko-7/+20
2023-11-07bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou-2/+2
2023-11-01bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu-1/+6
2023-11-01bpf: Relax allowlist for css_task iterChuyi Zhou-4/+12
2023-11-01bpf: Check map->usercnt after timer->timer is assignedHou Tao-9/+16
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky-32/+16
2023-11-01bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun-1/+1
2023-11-01bpf: fix compilation error without CGROUPSMatthieu Baerts-3/+17
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds-11/+14
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-312/+1766
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-3/+2
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds-3/+1
2023-10-26bpf: Add more WARN_ON_ONCE checks for mismatched alloc and freeHou Tao-0/+4
2023-10-24netkit, bpf: Add bpf programmable net deviceDaniel Borkmann-5/+25
2023-10-24bpf: Improve JEQ/JNE branch taken logicAndrii Nakryiko-0/+8
2023-10-24bpf: Fold smp_mb__before_atomic() into atomic_set_release()Paul E. McKenney-2/+1
2023-10-24bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu-2/+5
2023-10-23bpf: print full verifier states on infinite loop detectionEduard Zingerman-0/+4
2023-10-23bpf: correct loop detection for iterators convergenceEduard Zingerman-4/+203
2023-10-23bpf: exact states comparison for iterator convergence checksEduard Zingerman-31/+187
2023-10-23bpf: extract same_callsites() as utility functionEduard Zingerman-5/+15
2023-10-23bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman-15/+13
2023-10-23bpf, tcx: Get rid of tcx_link_constDaniel Borkmann-2/+2
2023-10-20bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao-10/+16
2023-10-20bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao-4/+0
2023-10-20bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao-2/+14
2023-10-20bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao-10/+12
2023-10-19bpf: Let bpf_iter_task_new accept null task ptrChuyi Zhou-3/+17
2023-10-19bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou-13/+41
2023-10-19bpf: Introduce css open-coded iterator kfuncsChuyi Zhou-0/+68
2023-10-19bpf: Introduce task open coded iterator kfuncsChuyi Zhou-0/+93
2023-10-19bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou-0/+84
2023-10-19bpf: Add sockptr support for setsockoptBreno Leitao-2/+3
2023-10-19bpf: Add sockptr support for getsockoptBreno Leitao-9/+11
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner-3/+1
2023-10-18bpf: convert to new timestamp accessorsJeff Layton-3/+2
2023-10-17bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao-1/+6
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior-0/+20
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-39/+203
2023-10-16bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko-1/+6
2023-10-16bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko-22/+45
2023-10-13bpf: Introduce task_vma open-coded iterator kfuncsDave Marchevsky-0/+94