summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov2024-02-051-1/+1
* bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao2024-02-051-0/+6
* bpf: Set need_defer as false when clearing fd array during map freeHou Tao2024-02-051-9/+14
* bpf: Check rcu_read_lock_trace_held() before calling bpf map helpersHou Tao2024-02-051-5/+8
* bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun2024-01-251-0/+4
* bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa2024-01-251-0/+9
* bpf: Use c->unit_size to select target cache during freeHou Tao2024-01-251-94/+11
* bpf: Fix a race condition between btf_put() and map_free()Yonghong Song2024-01-251-1/+5
* bpf: Fix accesses to uninit stack slotsAndrei Matei2024-01-251-39/+26
* bpf: Guard stack limits against 32bit overflowAndrei Matei2024-01-251-3/+3
* bpf: Fix verification of indirect var-off stack accessAndrei Matei2024-01-251-10/+4
* bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko2024-01-251-1/+1
* bpf: Defer the free of inner map when necessaryHou Tao2024-01-252-8/+35
* bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao2024-01-254-10/+12
* bpf: enforce precision of R0 on callback returnAndrii Nakryiko2024-01-251-0/+7
* bpf: Add crosstask check to __bpf_get_stackJordan Rome2024-01-251-1/+10
* bpf: Add KF_RCU flag to bpf_refcount_acquire_implDave Marchevsky2024-01-251-1/+1
* bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner2024-01-251-0/+3
* bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa2023-12-061-48/+10
* bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song2023-12-011-4/+8
* bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao2023-11-261-0/+2
* bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman2023-11-201-2/+17
* bpf: widening for callback iteratorsEduard Zingerman2023-11-201-2/+22
* bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman2023-11-201-99/+175
* bpf: extract setup_func_entry() utility functionEduard Zingerman2023-11-201-36/+48
* bpf: extract __check_reg_arg() utility functionEduard Zingerman2023-11-201-6/+13
* bpf: Do not allocate percpu memory at init stageYonghong Song2023-11-152-7/+21
* bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko2023-11-091-15/+8
* bpf: fix precision backtracking instruction iterationAndrii Nakryiko2023-11-091-2/+19
* bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko2023-11-091-7/+20
* bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou2023-11-072-2/+2
* bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu2023-11-011-1/+6
* bpf: Relax allowlist for css_task iterChuyi Zhou2023-11-011-4/+12
* bpf: Check map->usercnt after timer->timer is assignedHou Tao2023-11-011-9/+16
* bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-016-32/+16
* bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun2023-11-011-1/+1
* bpf: fix compilation error without CGROUPSMatthieu Baerts2023-11-013-3/+17
* Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-11/+14
|\
| * bpf: Add sockptr support for setsockoptBreno Leitao2023-10-191-2/+3
| * bpf: Add sockptr support for getsockoptBreno Leitao2023-10-191-9/+11
* | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-3119-312/+1766
|\ \
| * | bpf: Add more WARN_ON_ONCE checks for mismatched alloc and freeHou Tao2023-10-261-0/+4
| * | netkit, bpf: Add bpf programmable net deviceDaniel Borkmann2023-10-241-5/+25
| * | bpf: Improve JEQ/JNE branch taken logicAndrii Nakryiko2023-10-241-0/+8
| * | bpf: Fold smp_mb__before_atomic() into atomic_set_release()Paul E. McKenney2023-10-241-2/+1
| * | bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu2023-10-241-2/+5
| * | bpf: print full verifier states on infinite loop detectionEduard Zingerman2023-10-231-0/+4
| * | bpf: correct loop detection for iterators convergenceEduard Zingerman2023-10-231-4/+203
| * | bpf: exact states comparison for iterator convergence checksEduard Zingerman2023-10-231-31/+187
| * | bpf: extract same_callsites() as utility functionEduard Zingerman2023-10-231-5/+15