summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2023-11-09bpf: rename is_branch_taken reg arguments to prepare for the second oneAndrii Nakryiko-54/+54
2023-11-09bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logicAndrii Nakryiko-52/+8
2023-11-09bpf: try harder to deduce register bounds from different numeric domainsAndrii Nakryiko-0/+1
2023-11-09bpf: improve deduction of 64-bit bounds from 32-bit boundsAndrii Nakryiko-0/+44
2023-11-09bpf: add special smin32/smax32 derivation from 64-bit boundsAndrii Nakryiko-0/+23
2023-11-09bpf: derive subreg bounds from full bounds when upper 32 bits are constantAndrii Nakryiko-0/+45
2023-11-09bpf: derive smin32/smax32 from umin32/umax32 boundsAndrii Nakryiko-0/+7
2023-11-09bpf: derive smin/smax from umin/max boundsAndrii Nakryiko-0/+71
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
2023-10-13bpf: Don't explicitly emit BTF for struct btf_iter_numDave Marchevsky-2/+0